summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Some small changes for etcproposals 1.1necoro2007-03-312-3/+3
* Some small changes for etcproposals 1.1necoro2007-03-311-6/+13
* Allowed Plugins to have a menunecoro2007-03-317-201/+315
* Added etc-proposals pluginnecoro2007-03-157-28/+121
* Added USE_EXPAND-supportnecoro2007-03-105-11/+63
* Added plugin-data to about-dialognecoro2007-03-103-197/+264
* First plugin supportnecoro2007-03-101-0/+367
* First plugin supportnecoro2007-03-101-1/+1
* First plugin supportnecoro2007-03-107-28/+106
* Removed accels because they produce segfaults sometimesnecoro2007-03-062-4/+1
* typo in commentnecoro2007-02-231-1/+1
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-2011-43/+115
* (As Revision 190): support for different backendsnecoro2007-02-191-0/+296
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-1919-1257/+1440
* Use icon instead of the asterisknecoro2007-02-164-27/+41
* Made sync-button working againnecoro2007-02-131-191/+192
* Made sync-button working againnecoro2007-02-131-13/+21
* Updated documentationnecoro2007-02-113-0/+6
* Build new ebuild-windownecoro2007-02-114-192/+276
* Added usetipsnecoro2007-02-116-278/+842
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
* small design changenecoro2007-02-091-191/+191
* small design changenecoro2007-02-091-1137/+1123
* bug fix in update_worldnecoro2007-02-061-5/+1
* bug in find_system_packages and find_world_packagesnecoro2007-02-061-2/+2
* Added file support for debug (merged from curses-branch)necoro2007-02-041-2/+10
* fixed some bugs pyChecker foundnecoro2007-01-314-7/+9
* - fixed oneshot-bugnecoro2007-01-265-1102/+1141
* Small enhancementsnecoro2007-01-243-10/+16
* - Added iconsnecoro2007-01-247-241/+381
* Added cmd-line support for switching uisnecoro2007-01-173-9/+22
* Bug fixesnecoro2007-01-162-4/+2
* Updatesnecoro2007-01-114-27/+40
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-296-96/+124
* fixed small bug #3necoro2006-12-121-4/+4
* fixed small bug #2necoro2006-12-101-2/+2
* fixed small bugnecoro2006-12-101-3/+3
* used sets for flags; make newuse work completlynecoro2006-12-102-22/+22
* made slots work for update_worldnecoro2006-12-105-67/+80
* added handling of masked packages during an update-world; small changes in ge...necoro2006-12-063-27/+32
* Added console-statusnecoro2006-12-036-198/+229
* removed gentoolkit-dependencynecoro2006-12-025-44/+228
* Added portage.db wherever it wants tree ... not the final solution, but it do...necoro2006-11-292-1/+2
* Renamed to portatonecoro2006-11-241-0/+0
* Renamed to portatonecoro2006-11-241-0/+0
* Renamed to portatonecoro2006-11-2417-0/+0
* Renamed to portatonecoro2006-11-241-0/+0
* Renamed to portatonecoro2006-11-2420-86/+86
* Added a save-flags-menunecoro2006-11-244-192/+209
>-2/+4 2009-10-23Change the new_version plugin to use git.René 'Necoro' Neumann2-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-15Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2-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-08Enhance the splash window handling.René 'Necoro' Neumann2-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-08Enhance the splash window handling.René 'Necoro' Neumann2-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-05Some more stuff to ignoreRené 'Necoro' Neumann1-0/+3 2009-10-05Renamed the ignore fileRené 'Necoro' Neumann1-0/+0 2009-10-05Update NEWSRené 'Necoro' Neumann1-0/+1 2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10 2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9 2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann5-27/+38 2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63 2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17 2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24