Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-05 | Corrected typo | René 'Necoro' Neumann | 1 | -1/+1 | |
2010-03-05 | Updated german translation | René 'Necoro' Neumann | 2 | -538/+528 | |
2010-03-05 | Reorderd parts of the menu | René 'Necoro' Neumann | 1 | -3/+3 | |
2010-03-05 | Use existing translation for search types | René 'Necoro' Neumann | 1 | -1/+1 | |
2010-03-05 | Fixed bug in preference window | René 'Necoro' Neumann | 1 | -2/+0 | |
2010-03-05 | Fixed copyright | René 'Necoro' Neumann | 66 | -66/+66 | |
2010-03-05 | Handle portage warnings by our logging system | René 'Necoro' Neumann | 1 | -0/+10 | |
2010-03-05 | Clean up one 'deprecated' message from portage | René 'Necoro' Neumann | 1 | -1/+1 | |
2010-03-05 | Save current search type in session | René 'Necoro' Neumann | 2 | -6/+17 | |
2010-03-05 | Added combo box for selecting the search type to main window | René 'Necoro' Neumann | 3 | -5/+43 | |
2010-03-05 | Previous commits done more correct :P | René 'Necoro' Neumann | 2 | -6/+6 | |
2010-03-05 | Fix commit 7449bc5fb8f | René 'Necoro' Neumann | 1 | -3/+3 | |
2010-03-05 | Ignore swap files in git | René 'Necoro' Neumann | 1 | -0/+1 | |
2010-03-05 | Added some textual descriptions | René 'Necoro' Neumann | 2 | -1/+8 | |
2010-03-05 | Add description support to the databases | René 'Necoro' Neumann | 4 | -8/+55 | |
2010-03-04 | Also parse descriptions from eix | René 'Necoro' Neumann | 1 | -2/+2 | |
2009-11-08 | Added Italian translation. Thanks to Ponsi. | René 'Necoro' Neumann | 3 | -0/+1166 | |
2009-10-28 | Changelogv0.13.10.13 | René 'Necoro' Neumann | 1 | -0/+4 | |
2009-10-28 | Corrected config path handling. | René 'Necoro' Neumann | 2 | -9/+6 | |
Now also the 2.1 portage does not include / anymore. Handle this. (cherry picked from commit 58c5b49ae6d822f07879bf7f6a87271b77e7e75d) | |||||
2009-10-28 | Corrected config path handling. | René 'Necoro' Neumann | 2 | -9/+6 | |
Now also the 2.1 portage does not include / anymore. Handle this. | |||||
2009-10-24 | Fix the segfault in GLib due to wrong encoding | René 'Necoro' Neumann | 1 | -0/+1 | |
2009-10-24 | Wrong debug message in new_version plugin | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-10-24 | Update TRANSLATING to use git | René 'Necoro' Neumann | 1 | -2/+15 | |
2009-10-24 | Also show revision during startup and with -v | René 'Necoro' Neumann | 1 | -1/+5 | |
2009-10-24 | Adding revison info to version output. | René 'Necoro' Neumann | 3 | -2/+44 | |
As the revision is no longer encoded in the version, it needs to be printed whereever it is useful. This commit adds it to the 'About' window and to the exception infos. | |||||
2009-10-23 | Turn new_version plugin from a mess into sth useful. | René 'Necoro' Neumann | 2 | -10/+10 | |
2009-10-23 | Honor branches different from master | René 'Necoro' Neumann | 1 | -2/+4 | |
2009-10-23 | Change the new_version plugin to use git. | René 'Necoro' Neumann | 2 | -32/+33 | |
Use 'git ls-remote' to check for the current HEAD revision. Additionally the revision is no longer put into the version number, but into an extra variable REVISION. | |||||
2009-10-15 | Objectified all the functional stuff in backend.__init__. | René 'Necoro' Neumann | 2 | -32/+34 | |
Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started. | |||||
2009-10-08 | Enhance the splash window handling. | René 'Necoro' Neumann | 2 | -2/+9 | |
Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. (cherry picked from commit 0a30d24e34493a2f56ba801facf4daba711d363e) | |||||
2009-10-08 | Enhance the splash window handling. | René 'Necoro' Neumann | 2 | -2/+9 | |
Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. | |||||
2009-10-05 | Some more stuff to ignore | René 'Necoro' Neumann | 1 | -0/+3 | |
2009-10-05 | Renamed the ignore file | René 'Necoro' Neumann | 1 | -0/+0 | |
2009-10-05 | Update NEWS | René 'Necoro' Neumann | 1 | -0/+1 | |
2009-10-05 | Also allow 'unselect all' in the PkgList | René 'Necoro' Neumann | 1 | -1/+10 | |
2009-10-05 | Now have it the sorted way in PkgLists | René 'Necoro' Neumann | 2 | -3/+9 | |
2009-10-05 | Enhanced system.sort_package_list to also sort CPVs | René 'Necoro' Neumann | 5 | -27/+38 | |
2009-10-05 | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use it | René 'Necoro' Neumann | 3 | -39/+63 | |
2009-10-05 | Add uninstall button and rename to PkgListWindow | René 'Necoro' Neumann | 1 | -2/+17 | |
2009-10-05 | First quick hack to have a world list | René 'Necoro' Neumann | 3 | -2/+24 | |
2009-09-06 | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-09-06 | Update ui files with glade | René 'Necoro' Neumann | 8 | -72/+167 | |
2009-09-06 | Install .menu | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-09-06 | Automatic loading of the external menu | René 'Necoro' Neumann | 2 | -3/+25 | |
2009-09-06 | Make glade update the MainWindow.ui file | René 'Necoro' Neumann | 1 | -85/+134 | |
2009-09-06 | Moved the menu to an extra file | René 'Necoro' Neumann | 2 | -210/+207 | |
2009-09-05 | One database instance is enough :) | René 'Necoro' Neumann | 1 | -7/+18 | |
2009-09-05 | Print database type at the bottom of exceptions. NOTE: This does not handle ↵ | René 'Necoro' Neumann | 2 | -1/+6 | |
multiple databases used at the same time | |||||
2009-09-05 | Fix an error, where a category vanishes after refreshing, using the ↵ | René 'Necoro' Neumann | 2 | -1/+19 | |
EixSQLDatabase | |||||
2009-09-03 | And here is the debugging again :) ... using ctypes | René 'Necoro' Neumann | 1 | -1/+8 | |