Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2010-03-14 | Send more files for bug mails | René 'Necoro' Neumann | 4 | -118/+194 |
2010-03-14 | Rewrote Session as to use the normal ConfigParser and not our own one | René 'Necoro' Neumann | 2 | -68/+50 |
2010-03-07 | Fix setup.py | René 'Necoro' Neumann | 1 | -1/+1 |
2010-03-06 | Read translators from file | René 'Necoro' Neumann | 4 | -9/+8 |
2010-03-06 | Updated NEWS | René 'Necoro' Neumann | 1 | -0/+3 |
2010-03-06 | Improved setup.py; also install the better-icon image | René 'Necoro' Neumann | 1 | -8/+21 |
2010-03-06 | Only show best_icon, if the package can be installed w/o unmasking | René 'Necoro' Neumann | 1 | -2/+2 |
2010-03-06 | Improved better_icon. | René 'Necoro' Neumann | 1 | -78/+38 |
2010-03-06 | Show icon to signal the best package version | René 'Necoro' Neumann | 1 | -1/+15 |
2010-03-06 | improved image handling | René 'Necoro' Neumann | 2 | -7/+3 |
2010-03-05 | Use 'clear' instead of 'delete' for the search line | René 'Necoro' Neumann | 1 | -1/+1 |
2010-03-05 | Corrected typo | René 'Necoro' Neumann | 6 | -9/+9 |
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 |
2009-10-28 | Corrected config path handling. | René 'Necoro' Neumann | 2 | -9/+6 |
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 |
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 |
2009-10-15 | Objectified all the functional stuff in backend.__init__. | René 'Necoro' Neumann | 2 | -32/+34 |
2009-10-08 | Enhance the splash window handling. | René 'Necoro' Neumann | 2 | -2/+9 |
2009-10-08 | Enhance the splash window handling. | René 'Necoro' Neumann | 2 | -2/+9 |
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 |