summaryrefslogtreecommitdiff
path: root/portato/session.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann1-8/+8
2010-04-10Make config sections be always unicode objects to fix the turkish capital ↵René 'Necoro' Neumann1-10/+10
I/i thingy
2010-04-09Readded a Session.get_bool() methodRené 'Necoro' Neumann1-3/+9
2010-03-14Rewrote Session as to use the normal ConfigParser and not our own oneRené 'Necoro' Neumann1-67/+49
(cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d)
2010-03-05Corrected typoRené 'Necoro' Neumann1-1/+1
2010-03-05Fixed copyrightRené 'Necoro' Neumann1-1/+1
2009-04-07Fixed pyflakes errorsRené 'Necoro' Neumann1-1/+1
2009-02-07Same copyright statement in all filesRené 'Necoro' Neumann1-1/+1
2009-01-28Add a SectionDict class, which maps a section of a session to a dict.René 'Necoro' Neumann1-0/+27
2009-01-28Add a global session listRené 'Necoro' Neumann1-3/+18
2009-01-27Remove the cluttering section names; rename main session section from ↵René 'Necoro' Neumann1-0/+2
'window' to 'gui'
2009-01-27Add rename functionsRené 'Necoro' Neumann1-0/+13
2009-01-27Add remove_section functionRené 'Necoro' Neumann1-3/+16
2009-01-27Add remove function to sessionRené 'Necoro' Neumann1-0/+13
2009-01-27Use implicit 'MAIN' if no name and therefore default session name is givenRené 'Necoro' Neumann1-1/+1
2009-01-27Use session name as default section nameRené 'Necoro' Neumann1-3/+10
2009-01-27Fix and use the features of previous revisionRené 'Necoro' Neumann1-1/+1
2009-01-27Enhance Session class to support name and oldfilesRené 'Necoro' Neumann1-4/+24
2008-11-03Add defaults only session loadingRené 'Necoro' Neumann1-10/+17
2008-11-02Improvement to session handling of selections. Increased gui SESSION_VERSION.René 'Necoro' Neumann1-5/+3
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann1-101/+101
2008-06-23allowed to dismiss the warning dialogs for keywords/useflagsRené 'Necoro' Neumann1-2/+11
2008-06-23Reverted last commit; Added get and set methodRené 'Necoro' Neumann1-11/+19
2008-06-23Make Session inherit from ConfigParser. This allows the usage of normal ↵René 'Necoro' Neumann1-9/+10
config operations here
2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1
2008-06-10Allowed default for session; load 'app-portage/portato' as default for ↵René 'Necoro' Neumann1-4/+9
selections :)
2008-04-09Now unicode support for translations :)René 'Necoro' Neumann1-1/+1
2008-03-09Small changesRené 'Necoro' Neumann1-1/+2
2008-03-04Fixed commentsRené 'Necoro' Neumann1-1/+1
2008-01-14(no commit message)Necoro1-0/+9
2008-01-14 r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro1-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
2007-11-21 r568@Devoty: necoro | 2007-11-21 15:04:15 +0100Necoro1-0/+89
Yes - we should add session files...