summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Init dbus threads using a pluginRené 'Necoro' Neumann2008-03-192-1/+5
|
* Make logger thread-safeRené 'Necoro' Neumann2008-03-191-3/+6
|
* Fixed new_use_flag creation errorRené 'Necoro' Neumann2008-03-181-3/+3
|
* corrected header commentRené 'Necoro' Neumann2008-03-181-2/+2
|
* Removed gtk subdirRené 'Necoro' Neumann2008-03-1819-98/+67
|
* Removed wrapperRené 'Necoro' Neumann2008-03-182-238/+184
|
* Split and renamed gui_helperRené 'Necoro' Neumann2008-03-184-249/+266
|
* Splitted windows.pyRené 'Necoro' Neumann2008-03-1810-424/+549
|
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-124-50/+85
|
* improved performance by caching the use_expand queriesRené 'Necoro' Neumann2008-03-111-5/+14
|
* use catapult varsRené 'Necoro' Neumann2008-03-112-4/+6
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-115-56/+108
|
* Generate correct KeyNotFoundExceptionRené 'Necoro' Neumann2008-03-101-2/+2
|
* Small changesRené 'Necoro' Neumann2008-03-092-1/+3
|
* Better session handlingRené 'Necoro' Neumann2008-03-071-5/+54
|
* Small changesRené 'Necoro' Neumann2008-03-071-1/+4
|
* Used better exceptions for configuration parserRené 'Necoro' Neumann2008-03-061-26/+114
|
* Install glade files into template dir and not data dirRené 'Necoro' Neumann2008-03-051-1/+0
|
* Added dependency listRené 'Necoro' Neumann2008-03-053-117/+237
|
* Registered "get_dependencies" in the abstract Package.René 'Necoro' Neumann2008-03-041-0/+11
|
* Fixed commentsRené 'Necoro' Neumann2008-03-045-106/+160
|
* No more dict-hackery for the dependenciesRené 'Necoro' Neumann2008-03-042-18/+167
|
* Fixed small bug with right clickRené 'Necoro' Neumann2008-03-041-1/+1
|
* First get_dependencies supportRené 'Necoro' Neumann2008-03-041-0/+34
|
* Reduced lag in searchingRené 'Necoro' Neumann2008-03-041-7/+18
|
* Select ALL when searching.René 'Necoro' Neumann2008-03-041-0/+2
|
* Fix layoutRené 'Necoro' Neumann2008-03-041-117/+117
|
* Improved selection handling in sessions.René 'Necoro' Neumann2008-03-041-15/+29
|
* Applied splitRené 'Necoro' Neumann2008-02-2910-1176/+1222
|
* use refresh_storesRené 'Necoro' Neumann2008-02-281-11/+1
|
* r800@Devoty: necoro | 2008-02-28 21:37:45 +0100Necoro2008-02-281-80/+242
| | | | Updated Documentation
* Added use flag list in the generals tabRené 'Necoro' Neumann2008-02-252-169/+223
|
* r159@Zakarumiy: necoro | 2008-02-24 14:16:32 +0100Necoro2008-02-242-13/+32
| | | | Added searchOnType pref.
* r785@Devoty: necoro | 2008-02-23 01:31:44 +0100Necoro2008-02-231-7/+13
| | | | improved new search
* r781@Devoty: necoro | 2008-02-23 00:35:34 +0100Necoro2008-02-233-221/+301
| | | | | | | | New search behavior r782@Devoty: necoro | 2008-02-23 00:58:59 +0100 Added delete button for the search field r783@Devoty: necoro | 2008-02-23 01:05:37 +0100 removed underscores in tabs
* r771@Devoty: necoro | 2008-02-13 00:34:42 +0100Necoro2008-02-121-6/+1
| | | | | fixes
* r769@Devoty: necoro | 2008-02-13 00:16:45 +0100Necoro2008-02-121-2/+2
| | | | fix issue #7
* r753@Devoty: necoro | 2008-02-12 22:26:26 +0100Necoro2008-02-121-2/+2
| | | | Small import fixes (thanks to pylint)
* r752@Devoty: necoro | 2008-02-12 22:19:21 +0100Necoro2008-02-123-5/+5
| | | | Small import fixes (thanks to pylint)
* r751@Devoty: necoro | 2008-02-12 10:23:09 +0100Necoro2008-02-122-2/+7
| | | | Small bug fixes
* r747@Devoty: necoro | 2008-01-28 20:57:52 +0100Necoro2008-01-281-2/+6
| | | | really use gentoo syntax
* r745@Devoty: necoro | 2008-01-28 20:52:46 +0100Necoro2008-01-281-1/+2
| | | | Removed unwanted merge stuff
* From 0.9.0 branch.Necoro2008-01-283-3/+5
|
* r725@Devoty: necoro | 2008-01-25 11:21:07 +0100Necoro2008-01-252-5/+10
| | | | small bug fixes
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-245-43/+52
| | | | | | Improved useflag handling r717@Devoty: necoro | 2008-01-25 00:47:45 +0100 improved update_world
* r707@Devoty: necoro | 2008-01-24 00:00:22 +0100Necoro2008-01-233-3/+3
| | | | | | small patch for get_actual_use_flag taking into account that a package might not be in system anymore r708@Devoty: necoro | 2008-01-24 00:11:23 +0100 EmergeQueue.is_empty() now honors all queues
* r703@Devoty: necoro | 2008-01-22 12:32:39 +0100Necoro2008-01-221-185/+186
| | | | Added polish translation
* r694@Devoty: necoro | 2008-01-20 16:28:55 +0100Necoro2008-01-201-184/+186
| | | | Made notebooks scrollable
* r691@Devoty: necoro | 2008-01-20 15:19:45 +0100Necoro2008-01-201-7/+9
| | | | Changed etc-proposals plugin so only root can launch it
* r690@Devoty: necoro | 2008-01-20 15:15:16 +0100Necoro2008-01-202-187/+187
| | | | Translation work