summaryrefslogtreecommitdiff
path: root/portato/session.py (unfollow)
Commit message (Expand)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 I/i...René 'Necoro' Neumann1-10/+10
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
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 'window...René 'Necoro' Neumann1-0/+2
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 confi...René 'Necoro' Neumann1-9/+10
2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1
2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann1-4/+9
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
2007-11-21 r568@Devoty: necoro | 2007-11-21 15:04:15 +0100Necoro1-0/+89