Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show dialog, that update world might not work as expected | René 'Necoro' Neumann | 2010-04-09 | 2 | -1/+19 |
| | |||||
* | Readded a Session.get_bool() method | René 'Necoro' Neumann | 2010-04-09 | 2 | -6/+12 |
| | |||||
* | Fixed bug from switching to ConfigParser | René 'Necoro' Neumann | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | Fixed mailinfo window | René 'Necoro' Neumann | 2010-03-26 | 1 | -20/+38 |
| | |||||
* | Rewrote the database initialization to be a class instead of a function | René 'Necoro' Neumann | 2010-03-16 | 5 | -50/+76 |
| | |||||
* | Better debug messages when updating database formats | René 'Necoro' Neumann | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Show a dialog if no email is given | René 'Necoro' Neumann | 2010-03-14 | 3 | -5/+21 |
| | |||||
* | Send more files for bug mails | René 'Necoro' Neumann | 2010-03-14 | 2 | -28/+103 |
| | |||||
* | Rewrote Session as to use the normal ConfigParser and not our own one | René 'Necoro' Neumann | 2010-03-14 | 2 | -68/+50 |
| | | | | (cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d) | ||||
* | Read translators from file | René 'Necoro' Neumann | 2010-03-06 | 2 | -9/+6 |
| | |||||
* | Merge branch 'best_icon'. | René 'Necoro' Neumann | 2010-03-06 | 2 | -8/+18 |
|\ | | | | | | | Now an icon is shown marking the 'best' version of a package. | ||||
| * | Only show best_icon, if the package can be installed w/o unmasking | René 'Necoro' Neumann | 2010-03-06 | 1 | -2/+2 |
| | | |||||
| * | Show icon to signal the best package version | René 'Necoro' Neumann | 2010-03-06 | 1 | -1/+15 |
| | | |||||
| * | improved image handling | René 'Necoro' Neumann | 2010-03-06 | 2 | -7/+3 |
| | | |||||
* | | Use 'clear' instead of 'delete' for the search line | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | | |||||
* | | Corrected typo | René 'Necoro' Neumann | 2010-03-05 | 3 | -3/+3 |
| | | |||||
* | | Reorderd parts of the menu | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+3 |
| | | |||||
* | | Use existing translation for search types | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug in preference window | René 'Necoro' Neumann | 2010-03-05 | 1 | -2/+0 |
| | | |||||
* | | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 57 | -57/+57 |
| | | |||||
* | | Handle portage warnings by our logging system | René 'Necoro' Neumann | 2010-03-05 | 1 | -0/+10 |
| | | |||||
* | | Clean up one 'deprecated' message from portage | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | | |||||
* | | Save current search type in session | René 'Necoro' Neumann | 2010-03-05 | 2 | -6/+17 |
| | | |||||
* | | Added combo box for selecting the search type to main window | René 'Necoro' Neumann | 2010-03-05 | 3 | -5/+43 |
| | | |||||
* | | Previous commits done more correct :P | René 'Necoro' Neumann | 2010-03-05 | 2 | -6/+6 |
| | | |||||
* | | Fix commit 7449bc5fb8f | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+3 |
| | | |||||
* | | Added some textual descriptions | René 'Necoro' Neumann | 2010-03-05 | 2 | -1/+8 |
| | | |||||
* | | Add description support to the databases | René 'Necoro' Neumann | 2010-03-05 | 4 | -8/+55 |
| | | |||||
* | | Also parse descriptions from eix | René 'Necoro' Neumann | 2010-03-04 | 1 | -2/+2 |
| | | |||||
* | | Added Italian translation. Thanks to Ponsi. | René 'Necoro' Neumann | 2009-11-08 | 1 | -0/+1 |
| | | |||||
* | | Corrected config path handling. | René 'Necoro' Neumann | 2009-10-28 | 2 | -9/+6 |
| | | | | | | | | Now also the 2.1 portage does not include / anymore. Handle this. | ||||
* | | Fix the segfault in GLib due to wrong encoding | René 'Necoro' Neumann | 2009-10-24 | 1 | -0/+1 |
| | | |||||
* | | Also show revision during startup and with -v | René 'Necoro' Neumann | 2009-10-24 | 1 | -1/+5 |
| | | |||||
* | | Adding revison info to version output. | René 'Necoro' Neumann | 2009-10-24 | 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. | ||||
* | | Turn new_version plugin from a mess into sth useful. | René 'Necoro' Neumann | 2009-10-23 | 1 | -1/+1 |
| | | |||||
* | | Change the new_version plugin to use git. | René 'Necoro' Neumann | 2009-10-23 | 1 | -2/+5 |
| | | | | | | | | | | | | 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. | ||||
* | | Objectified all the functional stuff in backend.__init__. | René 'Necoro' Neumann | 2009-10-15 | 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. | ||||
* | | Enhance the splash window handling. | René 'Necoro' Neumann | 2009-10-08 | 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. | ||||
* | | Also allow 'unselect all' in the PkgList | René 'Necoro' Neumann | 2009-10-05 | 1 | -1/+10 |
| | | |||||
* | | Now have it the sorted way in PkgLists | René 'Necoro' Neumann | 2009-10-05 | 2 | -3/+9 |
| | | |||||
* | | Enhanced system.sort_package_list to also sort CPVs | René 'Necoro' Neumann | 2009-10-05 | 5 | -27/+38 |
| | | |||||
* | | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use it | René 'Necoro' Neumann | 2009-10-05 | 3 | -39/+63 |
| | | |||||
* | | Add uninstall button and rename to PkgListWindow | René 'Necoro' Neumann | 2009-10-05 | 1 | -2/+17 |
| | | |||||
* | | First quick hack to have a world list | René 'Necoro' Neumann | 2009-10-05 | 3 | -2/+24 |
|/ | |||||
* | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Update ui files with glade | René 'Necoro' Neumann | 2009-09-06 | 8 | -72/+167 |
| | |||||
* | Automatic loading of the external menu | René 'Necoro' Neumann | 2009-09-06 | 2 | -3/+25 |
| | |||||
* | Make glade update the MainWindow.ui file | René 'Necoro' Neumann | 2009-09-06 | 1 | -85/+134 |
| | |||||
* | Moved the menu to an extra file | René 'Necoro' Neumann | 2009-09-06 | 2 | -210/+207 |
| | |||||
* | One database instance is enough :) | René 'Necoro' Neumann | 2009-09-05 | 1 | -7/+18 |
| |