summaryrefslogtreecommitdiff
path: root/portato/session.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-111-8/+8
|
* Make config sections be always unicode objects to fix the turkish capital ↵René 'Necoro' Neumann2010-04-101-10/+10
| | | | I/i thingy
* Readded a Session.get_bool() methodRené 'Necoro' Neumann2010-04-091-3/+9
|
* Rewrote Session as to use the normal ConfigParser and not our own oneRené 'Necoro' Neumann2010-03-141-67/+49
| | | | (cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d)
* 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 ↵René 'Necoro' Neumann2009-02-171-3/+45
|\ | | | | | | feature)
| * 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 ↵René 'Necoro' Neumann2009-01-271-0/+2
| | | | 'window' to 'gui'
* 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 ↵René 'Necoro' Neumann2008-06-231-9/+10
| | | | config operations here
* Fixed the default handlingRené 'Necoro' Neumann2008-06-101-1/+1
|
* Allowed default for session; load 'app-portage/portato' as default for ↵René 'Necoro' Neumann2008-06-101-4/+9
| | | | selections :)
* 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
| | | | | | | | | | | | 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
* r568@Devoty: necoro | 2007-11-21 15:04:15 +0100Necoro2007-11-211-0/+89
Yes - we should add session files...