summaryrefslogtreecommitdiff
path: root/portato/session.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrote Session as to use the normal ConfigParser and not our own oneRené 'Necoro' Neumann2010-03-061-67/+49
* Corrected typoRené 'Necoro' Neumann2010-03-051-1/+1
* Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-1/+1
* Merge in DB branch (even though it does not offer the change-db-in-prefs feat...René 'Necoro' Neumann2009-02-171-3/+45
|\
| * Add a SectionDict class, which maps a section of a session to a dict.René 'Necoro' Neumann2009-01-281-0/+27
| * Add a global session listRené 'Necoro' Neumann2009-01-281-3/+18
* | Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|/
* Remove the cluttering section names; rename main session section from 'window...René 'Necoro' Neumann2009-01-271-0/+2
* Add rename functionsRené 'Necoro' Neumann2009-01-271-0/+13
* Add remove_section functionRené 'Necoro' Neumann2009-01-271-3/+16
* 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-271-1/+1
* Use session name as default section nameRené 'Necoro' Neumann2009-01-271-3/+10
* Fix and use the features of previous revisionRené 'Necoro' Neumann2009-01-271-1/+1
* Enhance Session class to support name and oldfilesRené 'Necoro' Neumann2009-01-271-4/+24
* Add defaults only session loadingRené 'Necoro' Neumann2008-11-031-10/+17
* Improvement to session handling of selections. Increased gui SESSION_VERSION.René 'Necoro' Neumann2008-11-021-5/+3
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-101/+101
* allowed to dismiss the warning dialogs for keywords/useflagsRené 'Necoro' Neumann2008-06-231-2/+11
* Reverted last commit; Added get and set methodRené 'Necoro' Neumann2008-06-231-11/+19
* Make Session inherit from ConfigParser. This allows the usage of normal confi...René 'Necoro' Neumann2008-06-231-9/+10
* Fixed the default handlingRené 'Necoro' Neumann2008-06-101-1/+1
* Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2008-06-101-4/+9
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
* Small changesRené 'Necoro' Neumann2008-03-091-1/+2
* Fixed commentsRené 'Necoro' Neumann2008-03-041-1/+1
* (no commit message)Necoro2008-01-141-0/+9
* r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro2008-01-141-2/+2
* r568@Devoty: necoro | 2007-11-21 15:04:15 +0100Necoro2007-11-211-0/+89
b833497a00613b0185a4d427e79&follow=1'>Update TRANSLATING to use gitRené 'Necoro' Neumann1-2/+15 2009-10-24Also show revision during startup and with -vRené 'Necoro' Neumann1-1/+5 2009-10-24Adding revison info to version output.René 'Necoro' Neumann3-2/+44 2009-10-23Turn 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 2009-10-15Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2-32/+34 2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9 2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9 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