Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-17 | Fixed manual search | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-17 | In some cases the SQL-search does the right thing ;) | René 'Necoro' Neumann | 1 | -0/+1 | |
2009-02-17 | First part of fixing the search | René 'Necoro' Neumann | 2 | -6/+3 | |
2009-02-17 | Fixed the jump_to logic (seemed like it stopped working right after having ↵ | René 'Necoro' Neumann | 1 | -68/+73 | |
introduced the porthole like cat listing) | |||||
2009-02-17 | Set default app icon -- also for dialogs | René 'Necoro' Neumann | 2 | -2/+5 | |
2009-02-17 | Update translation | René 'Necoro' Neumann | 2 | -15/+30 | |
2009-02-17 | First get dependencies. So that in case an error occurs, the iterator is not ↵ | René 'Necoro' Neumann | 1 | -4/+4 | |
added. | |||||
2009-02-17 | Do not add a package to the unmerge queue multiple times | René 'Necoro' Neumann | 1 | -4/+5 | |
2009-02-13 | Display correct sabayon-message | René 'Necoro' Neumann | 1 | -2/+2 | |
2009-02-13 | Additional sabayon message for missing portage tree | René 'Necoro' Neumann | 3 | -18/+22 | |
2009-02-09 | Update changelog | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-09 | Re-honor the newline add the end :). (It was removed by normal 'split()'). ↵ | René 'Necoro' Neumann | 1 | -19/+20 | |
Other minor code enhancements too | |||||
2009-02-09 | Change 'split(" ")' to single 'split()' to also catch multiple spaces and tabs | René 'Necoro' Neumann | 2 | -3/+3 | |
2009-02-09 | SQLDatabase.populate needs a regexp | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-09 | SQLDatabase.populate needs a regexp | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-07 | Same copyright statement in all files | René 'Necoro' Neumann | 46 | -46/+46 | |
2009-02-07 | Small portage-2.2 set changes | René 'Necoro' Neumann | 2 | -10/+13 | |
2009-02-03 | Fix indention | René 'Necoro' Neumann | 1 | -4/+4 | |
2009-02-03 | Fix at least the KeyError of bug #15 | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-03 | Update changelog | René 'Necoro' Neumann | 1 | -1/+3 | |
2009-02-03 | Always print debug messages in the file log | René 'Necoro' Neumann | 3 | -13/+22 | |
2009-02-03 | Return correct system result on Sabayon | René 'Necoro' Neumann | 1 | -7/+9 | |
2009-02-02 | Use warning instead of debug, if the sql database could not be loaded | René 'Necoro' Neumann | 1 | -2/+2 | |
2009-02-02 | Remove the USE_SQL flag - use normal config instead | René 'Necoro' Neumann | 2 | -9/+19 | |
2009-02-02 | Do not show categories which only hold disabled packages | René 'Necoro' Neumann | 4 | -12/+21 | |
2009-02-02 | find -> index | René 'Necoro' Neumann | 1 | -1/+1 | |
2009-02-02 | Handle non existing versions | René 'Necoro' Neumann | 2 | -4/+27 | |
2009-02-02 | Add 'VersionsNotFoundException' | René 'Necoro' Neumann | 1 | -0/+4 | |
2009-02-02 | Add the disabled field to PkgData | René 'Necoro' Neumann | 3 | -12/+30 | |
2009-01-28 | Enable sql-db formats | René 'Necoro' Neumann | 3 | -14/+35 | |
2009-01-28 | Fix blocking behavior. Ignore blocks where no existing packages are affected. | René 'Necoro' Neumann | 1 | -1/+4 | |
2009-01-28 | Add a SectionDict class, which maps a section of a session to a dict. | René 'Necoro' Neumann | 1 | -0/+27 | |
2009-01-28 | Add a global session list | René 'Necoro' Neumann | 2 | -5/+20 | |
2009-01-28 | Use the new database class layout | René 'Necoro' Neumann | 5 | -24/+42 | |
2009-01-28 | Moved SQLDatabase | René 'Necoro' Neumann | 3 | -248/+233 | |
2009-01-28 | Moved DictDatabase | René 'Necoro' Neumann | 3 | -159/+175 | |
2009-01-28 | First 'db' layout | René 'Necoro' Neumann | 3 | -17/+53 | |
2009-01-28 | Updated translation | René 'Necoro' Neumann | 3 | -1026/+1052 | |
2009-01-27 | Remove the cluttering section names; rename main session section from ↵ | René 'Necoro' Neumann | 4 | -11/+17 | |
'window' to 'gui' | |||||
2009-01-27 | Add rename functions | René 'Necoro' Neumann | 1 | -0/+13 | |
2009-01-27 | Add remove_section function | René 'Necoro' Neumann | 1 | -3/+16 | |
2009-01-27 | Fix logging in bpython | René 'Necoro' Neumann | 1 | -1/+6 | |
2009-01-27 | Move gettext init stuff from portato.py to portato/__init__.py | René 'Necoro' Neumann | 2 | -8/+9 | |
2009-01-27 | Add remove function to session | René 'Necoro' Neumann | 1 | -0/+13 | |
2009-01-27 | Use implicit 'MAIN' if no name and therefore default session name is given | René 'Necoro' Neumann | 2 | -3/+3 | |
2009-01-27 | Use session name as default section name | René 'Necoro' Neumann | 1 | -3/+10 | |
2009-01-27 | Fix and use the features of previous revision | René 'Necoro' Neumann | 2 | -2/+2 | |
2009-01-27 | Enhance Session class to support name and oldfiles | René 'Necoro' Neumann | 1 | -4/+24 | |
2009-01-26 | Removing 'catapult' option for system | René 'Necoro' Neumann | 2 | -4/+3 | |
2009-01-15 | Small changes #2 | René 'Necoro' Neumann | 1 | -5/+2 | |