Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reverted last commit; Added get and set method | René 'Necoro' Neumann | 2008-06-23 | 1 | -11/+19 | |
* | Make Session inherit from ConfigParser. This allows the usage of normal confi... | René 'Necoro' Neumann | 2008-06-23 | 1 | -9/+10 | |
* | Finished send_mail work | René 'Necoro' Neumann | 2008-06-23 | 2 | -52/+68 | |
* | Added plugin, which simply throws an exception | René 'Necoro' Neumann | 2008-06-23 | 1 | -0/+2 | |
* | Moved GtkThread to gui.utils | René 'Necoro' Neumann | 2008-06-23 | 5 | -29/+25 | |
* | Implemented the mail sending | René 'Necoro' Neumann | 2008-06-22 | 2 | -3/+63 | |
* | First mail window draft | René 'Necoro' Neumann | 2008-06-22 | 3 | -0/+220 | |
* | Merged from trunk | René 'Necoro' Neumann | 2008-06-19 | 15 | -427/+1972 | |
|\ | ||||||
| * | Added gpytage plugin | René 'Necoro' Neumann | 2008-06-10 | 1 | -0/+16 | |
| * | Modified plugin.xsd so it allows also menu-only plugins | René 'Necoro' Neumann | 2008-06-10 | 1 | -6/+7 | |
| * | Fixed the default handling | René 'Necoro' Neumann | 2008-06-10 | 1 | -1/+1 | |
| * | Allowed default for session; load 'app-portage/portato' as default for select... | René 'Necoro' Neumann | 2008-06-10 | 2 | -10/+18 | |
| * | Fixed 'kill' in the systray popup | René 'Necoro' Neumann | 2008-06-09 | 1 | -2/+2 | |
| * | Fixed error message | René 'Necoro' Neumann | 2008-06-09 | 1 | -1/+1 | |
| * | Make blocks way more intelligent | René 'Necoro' Neumann | 2008-06-08 | 2 | -44/+105 | |
| * | Added odict from voidspace.org.uk | René 'Necoro' Neumann | 2008-06-08 | 1 | -0/+1399 | |
| * | Do not block the same slot - as clears itself | René 'Necoro' Neumann | 2008-06-08 | 1 | -3/+3 | |
| * | Removed legacy plugins | René 'Necoro' Neumann | 2008-06-08 | 3 | -79/+0 | |
| * | Updated docs and german translation | René 'Necoro' Neumann | 2008-06-08 | 1 | -2/+2 | |
| * | Make the new behavior configurable | René 'Necoro' Neumann | 2008-06-08 | 3 | -19/+44 | |
| * | Make selection work with the other cat layout | René 'Necoro' Neumann | 2008-06-08 | 1 | -0/+18 | |
| * | Porthole like display in the cat list | René 'Necoro' Neumann | 2008-06-08 | 1 | -4/+39 | |
| * | Make the console title length changeable by the user | René 'Necoro' Neumann | 2008-06-08 | 3 | -17/+59 | |
| * | Moved version list out of the PackageTable into the normal MainWindow | René 'Necoro' Neumann | 2008-06-07 | 2 | -259/+266 | |
| * | Show CPV instead of CP in the package info | René 'Necoro' Neumann | 2008-06-07 | 1 | -1/+1 | |
| * | Also show masked best matches when asked for only_installed | René 'Necoro' Neumann | 2008-06-07 | 1 | -2/+4 | |
| * | Also print ebuild and changelog if the package is not in system anymore | René 'Necoro' Neumann | 2008-06-07 | 1 | -1/+4 | |
| * | Also have masked package being looked up in the updater. Though this is still... | René 'Necoro' Neumann | 2008-05-27 | 1 | -5/+10 | |
| * | Don't set the pause.svg ... it's ugly ^^ | René 'Necoro' Neumann | 2008-05-27 | 1 | -2/+2 | |
* | | Small fixes | René 'Necoro' Neumann | 2008-05-21 | 2 | -2/+2 | |
* | | Merged from trunk | René 'Necoro' Neumann | 2008-05-21 | 9 | -117/+130 | |
|\| | ||||||
| * | Fixed copyright string | René 'Necoro' Neumann | 2008-05-16 | 1 | -1/+1 | |
| * | Fixed 'find_best_match' and 'update_world' to better mimic portage's behavior | René 'Necoro' Neumann | 2008-05-16 | 1 | -2/+2 | |
| * | Fixed spelling | René 'Necoro' Neumann | 2008-05-15 | 1 | -2/+2 | |
| * | Added python version to traceback | René 'Necoro' Neumann | 2008-05-03 | 1 | -0/+1 | |
| * | Use only global shm | René 'Necoro' Neumann | 2008-05-02 | 1 | -7/+1 | |
| * | Added pause systray icon | René 'Necoro' Neumann | 2008-05-02 | 1 | -1/+3 | |
| * | Fixed small bug | René 'Necoro' Neumann | 2008-05-01 | 1 | -1/+1 | |
| * | Changed max scrollback lines to 2**20 to prevent segfaults | René 'Necoro' Neumann | 2008-04-29 | 1 | -1/+1 | |
| * | Added shortcut for 'Reload Portage' - increased max. scrollback lines | René 'Necoro' Neumann | 2008-04-21 | 2 | -97/+99 | |
| * | Fixed update world to fit current portage handling | René 'Necoro' Neumann | 2008-04-18 | 1 | -4/+9 | |
| * | Added seqizz' nick to the translators listings | René 'Necoro' Neumann | 2008-04-18 | 1 | -1/+1 | |
| * | Only init dbus threads, if it is really needed. | René 'Necoro' Neumann | 2008-04-18 | 1 | -2/+8 | |
| * | Enhanced get_use_desc - similar to the 'unify' branch | René 'Necoro' Neumann | 2008-04-17 | 1 | -39/+45 | |
* | | Some more fixes | René 'Necoro' Neumann | 2008-05-21 | 1 | -19/+17 | |
* | | Fixed errors, so the app starts | René 'Necoro' Neumann | 2008-05-21 | 3 | -8/+10 | |
* | | Ported to new find_packages API #2: withVersion --> with_version | René 'Necoro' Neumann | 2008-05-21 | 3 | -4/+4 | |
* | | Ported to new find_packages API | René 'Necoro' Neumann | 2008-05-21 | 4 | -11/+11 | |
* | | Ported package | René 'Necoro' Neumann | 2008-05-21 | 3 | -31/+20 | |
* | | Ported find_best_match | René 'Necoro' Neumann | 2008-05-14 | 1 | -24/+11 |