summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the cluttering section names; rename main session section from 'window...René 'Necoro' Neumann2009-01-274-11/+17
* Add rename functionsRené 'Necoro' Neumann2009-01-271-0/+13
* Add remove_section functionRené 'Necoro' Neumann2009-01-271-3/+16
* Fix logging in bpythonRené 'Necoro' Neumann2009-01-271-1/+6
* Move gettext init stuff from portato.py to portato/__init__.pyRené 'Necoro' Neumann2009-01-272-8/+9
* Add remove function to sessionRené 'Necoro' Neumann2009-01-271-0/+13
* Use implicit 'MAIN' if no name and therefore default session name is givenRené 'Necoro' Neumann2009-01-272-3/+3
* Use session name as default section nameRené 'Necoro' Neumann2009-01-271-3/+10
* Fix and use the features of previous revisionRené 'Necoro' Neumann2009-01-272-2/+2
* Enhance Session class to support name and oldfilesRené 'Necoro' Neumann2009-01-271-4/+24
* Removing 'catapult' option for systemRené 'Necoro' Neumann2009-01-262-4/+3
* Small changes #2René 'Necoro' Neumann2009-01-151-5/+2
* Small changesRené 'Necoro' Neumann2009-01-152-5/+3
* Removed old, deprecated portage_dep importsRené 'Necoro' Neumann2009-01-153-14/+1
* Add system info to exception infoRené 'Necoro' Neumann2009-01-151-2/+14
* Add prerequisite checking before startupRené 'Necoro' Neumann2009-01-154-8/+59
* Fix small typoDirk Göttel2009-01-081-1/+1
* Small (cosmetical) changes. Perhaps this helps to track down the "cpv not in ...René 'Necoro' Neumann2008-12-111-17/+22
* Rev 324 done rightRené 'Necoro' Neumann2008-12-111-1/+1
* Update translationsRené 'Necoro' Neumann2008-12-112-1137/+1139
* Do not translate exception messagesRené 'Necoro' Neumann2008-12-111-3/+3
* Updated changelogRené 'Necoro' Neumann2008-12-111-0/+2
* Use two different portage.config instances instead of just one: One for globa...René 'Necoro' Neumann2008-12-115-9/+19
* Update changelogRené 'Necoro' Neumann2008-12-051-0/+6
* Make the use list lazy tooRené 'Necoro' Neumann2008-12-052-75/+79
* Make the dependency list lazyRené 'Necoro' Neumann2008-12-053-218/+217
* Sort the dependency flagsRené 'Necoro' Neumann2008-12-051-1/+19
* update debug messageRené 'Necoro' Neumann2008-11-241-1/+1
* some more 5px paddings in the preferencesRené 'Necoro' Neumann2008-11-241-1/+6
* Save pref window dimensions in sessionRené 'Necoro' Neumann2008-11-242-96/+116
* Allow session stuff being stored in the configRené 'Necoro' Neumann2008-11-242-0/+28
* Make setlist scrollableRené 'Necoro' Neumann2008-11-241-6/+30
* Increase session version for the last changeRené 'Necoro' Neumann2008-11-242-2/+2
* Change ', ' into '@' for the selection pathesRené 'Necoro' Neumann2008-11-031-7/+7
* Add defaults only session loadingRené 'Necoro' Neumann2008-11-032-13/+21
* Improvement to session handling of selections. Increased gui SESSION_VERSION.René 'Necoro' Neumann2008-11-023-42/+91
* Merge in SQL stuffRené 'Necoro' Neumann2008-11-023-4/+249
* Remove some trailing whitespacesRené 'Necoro' Neumann2008-10-2811-25/+25
* Do not insert empty lines before expanded useflags in the queue tooltip, if t...René 'Necoro' Neumann2008-10-281-1/+4
* Also use WrappedTree in popupsRené 'Necoro' Neumann2008-09-181-1/+1
* Prepare 0.11.1René 'Necoro' Neumann2008-09-151-0/+5
* Some cosmeticsRené 'Necoro' Neumann2008-09-151-13/+9
* Attach logfile to mailRené 'Necoro' Neumann2008-09-153-17/+51
* Add a log-fileRené 'Necoro' Neumann2008-09-155-52/+100
* Some small readability changesRené 'Necoro' Neumann2008-09-151-5/+5
* Add a __str__ method to backend.PackageRené 'Necoro' Neumann2008-09-151-0/+5
* Documentation updateRené 'Necoro' Neumann2008-09-151-6/+49
* New dependency handling. Should fix some bugs.René 'Necoro' Neumann2008-09-153-136/+88
* Fixed block checkRené 'Necoro' Neumann2008-09-121-1/+1
* Fixed portage-2.1.4.4 bug with setsRené 'Necoro' Neumann2008-09-121-5/+5
008-01-14 19:22:31 +0000'>2008-01-14 r617@Devoty: necoro | 2008-01-14 19:12:59 +0100Necoro2-10/+10 Remove unnecessairy loads of the shm module 2008-01-14 r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro9-394/+477 Allowed '-' and '_' in key names. Also use group names instead of their number. r610@Devoty: necoro | 2008-01-14 17:05:42 +0100 Disabled saving of the queues r611@Devoty: necoro | 2008-01-14 17:08:53 +0100 Added the possibility to permanently en-/disable plugins r612@Devoty: necoro | 2008-01-14 17:14:09 +0100 adjust changelog and translations r613@Devoty: necoro | 2008-01-14 17:40:53 +0100 Dropdown should be localized too 2008-01-14 r605@Devoty: necoro | 2008-01-14 11:43:34 +0100Necoro2-26/+129 Updated shm module to version 1.1.4 2008-01-14 r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro4-26/+38 Improved 'update world'; really support new use defaults 2008-01-11 r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro4-10/+50 Handle the new useflag format correctly 2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 updated todo 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 Re-Introduced etc-proposals 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 Disabled catapult till it is really usable 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 Fixed desktop file 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108 Added scrollbars to update window