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