summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* rewritten config to take directly the const-keys; added io_ex_dialognecoro2006-11-123-40/+73
* added control field for specifying the sync commandnecoro2006-11-125-206/+278
* fixed small bug if a package is blocking itselfnecoro2006-11-081-5/+6
* Some redesigning worknecoro2006-11-072-170/+190
* new config-parser and a new layout for the config filenecoro2006-11-071-1/+1
* new config-parser and a new layout for the config filenecoro2006-11-075-25/+344
* updated TODOnecoro2006-11-071-4/+0
* re-enabled oneshot; fixesnecoro2006-11-076-215/+314
* Small fix in windows to jump to the queue-tab when pressing "unmerge"necoro2006-11-061-0/+1
* Made the updating-button updating -- again ;)necoro2006-11-061-161/+162
* Bug in setup.pynecoro2006-11-061-1/+1
* Added enconding-headernecoro2006-11-065-0/+5
* Rewritten the gtk-gui to use gladenecoro2006-11-065-616/+1338
* Some documentationnecoro2006-10-304-31/+110
* Made newuse workingnecoro2006-10-284-15/+30
* Added wrapper for Tree and Consolenecoro2006-10-276-17/+234
* added encodingnecoro2006-10-271-0/+1
* Moved gtk-specific stuff to an extra subdir to make it more flexible for qtnecoro2006-10-278-46/+67
* Changed all occurences of "Necoro d.M." into "René 'Necoro' Neumann"necoro2006-10-2614-29/+29
* Bug -.-necoro2006-10-211-1/+1
* 0.4.5necoro2006-10-211-1/+1
* no newuse flag atmnecoro2006-10-211-2/+2
* nomsgnecoro2006-10-213-17/+32
* fixed bug in update_world which ignored systemnecoro2006-10-183-3/+28
* Introduced watch_cursor decoratornecoro2006-10-162-21/+31
* Speedup for "--deep"; loading sign for update world; handling packages not in...necoro2006-10-165-18/+67
* Changed confignecoro2006-10-151-4/+4
* Second level of "emerge --update"necoro2006-10-155-15/+120
* Implemented emerge --syncnecoro2006-10-152-0/+10
ato/constants.py?id=c9190e0f9e1969607be5ddf2c59cd2d75b12bdc0&follow=1'>Turn new_version plugin from a mess into sth useful.René 'Necoro' Neumann2-10/+10 2009-10-23Honor branches different from masterRené 'Necoro' Neumann1-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