Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redo change, when changing the search type | René 'Necoro' Neumann | 2010-04-12 | 1 | -2/+3 |
* | Fixed jumping and searching. Fixes bug #559480 | René 'Necoro' Neumann | 2010-04-12 | 1 | -6/+15 |
* | Show dialog, that update world might not work as expected | René 'Necoro' Neumann | 2010-04-09 | 1 | -1/+8 |
* | Readded a Session.get_bool() method | René 'Necoro' Neumann | 2010-04-09 | 1 | -3/+3 |
* | Fixed bug from switching to ConfigParser | René 'Necoro' Neumann | 2010-04-01 | 1 | -4/+4 |
* | Fixed mailinfo window | René 'Necoro' Neumann | 2010-03-26 | 1 | -20/+38 |
* | Show a dialog if no email is given | René 'Necoro' Neumann | 2010-03-14 | 2 | -5/+14 |
* | Send more files for bug mails | René 'Necoro' Neumann | 2010-03-14 | 1 | -16/+77 |
* | Rewrote Session as to use the normal ConfigParser and not our own one | René 'Necoro' Neumann | 2010-03-14 | 1 | -1/+1 |
* | Read translators from file | René 'Necoro' Neumann | 2010-03-06 | 1 | -2/+6 |
* | Merge branch 'best_icon'. | René 'Necoro' Neumann | 2010-03-06 | 2 | -8/+18 |
|\ | |||||
| * | Only show best_icon, if the package can be installed w/o unmasking | René 'Necoro' Neumann | 2010-03-06 | 1 | -2/+2 |
| * | Show icon to signal the best package version | René 'Necoro' Neumann | 2010-03-06 | 1 | -1/+15 |
| * | improved image handling | René 'Necoro' Neumann | 2010-03-06 | 2 | -7/+3 |
* | | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 10 | -10/+10 |
* | | Save current search type in session | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+15 |
* | | Added combo box for selecting the search type to main window | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+29 |
* | | Fix the segfault in GLib due to wrong encoding | René 'Necoro' Neumann | 2009-10-24 | 1 | -0/+1 |
* | | Adding revison info to version output. | René 'Necoro' Neumann | 2009-10-24 | 1 | -1/+7 |
* | | Enhance the splash window handling. | René 'Necoro' Neumann | 2009-10-08 | 1 | -0/+5 |
* | | Also allow 'unselect all' in the PkgList | René 'Necoro' Neumann | 2009-10-05 | 1 | -1/+10 |
* | | Now have it the sorted way in PkgLists | René 'Necoro' Neumann | 2009-10-05 | 2 | -3/+9 |
* | | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use it | René 'Necoro' Neumann | 2009-10-05 | 2 | -39/+63 |
* | | First quick hack to have a world list | René 'Necoro' Neumann | 2009-10-05 | 2 | -1/+15 |
|/ | |||||
* | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
* | Automatic loading of the external menu | René 'Necoro' Neumann | 2009-09-06 | 1 | -2/+14 |
* | And here is the debugging again :) ... using ctypes | René 'Necoro' Neumann | 2009-09-03 | 1 | -1/+8 |
* | Screw debugging ... prefer the ctypes approach to get rid of yet another c-mo... | René 'Necoro' Neumann | 2009-09-03 | 2 | -23/+10 |
* | Use this wrapper instead of ctypes to set the textdomain and stuff for the gt... | René 'Necoro' Neumann | 2009-09-03 | 1 | -9/+5 |
* | Add small wrapper to C-gettext | René 'Necoro' Neumann | 2009-09-03 | 1 | -0/+18 |
* | Do not show masking label, if the package is not in system anymore | René 'Necoro' Neumann | 2009-08-11 | 1 | -2/+2 |
* | Sort plugins in the window | René 'Necoro' Neumann | 2009-07-05 | 1 | -13/+8 |
* | Port DependencyDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -101/+2 |
* | Also port FilesDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -11/+0 |
* | Also ported EbuildDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -3/+1 |
* | Add Changelog as Plugin | René 'Necoro' Neumann | 2009-07-05 | 1 | -66/+65 |
* | Add 'WidgetPlugin' class | René 'Necoro' Neumann | 2009-07-05 | 1 | -8/+12 |
* | Add NotebookSlot | René 'Necoro' Neumann | 2009-05-20 | 1 | -0/+1 |
* | Cleaned up dialogs import | René 'Necoro' Neumann | 2009-05-15 | 1 | -21/+18 |
* | Get rid of wrapper.py and GtkConsole | René 'Necoro' Neumann | 2009-05-15 | 1 | -3/+3 |
* | Merge new (better) plugin system, now allowing to add widgets | René 'Necoro' Neumann | 2009-05-15 | 1 | -26/+14 |
|\ | |||||
| * | Introduced extra slots module. | René 'Necoro' Neumann | 2009-05-15 | 1 | -29/+7 |
| * | Add emerge options slot | René 'Necoro' Neumann | 2009-04-25 | 1 | -0/+3 |
| * | Make the new widget structure work. At least for the Plugin Menu | René 'Necoro' Neumann | 2009-04-24 | 1 | -1/+6 |
| * | Create PluginMenuSlot | René 'Necoro' Neumann | 2009-04-24 | 1 | -0/+22 |
| * | Load plugins later in the startup process. No menu magic anymore | René 'Necoro' Neumann | 2009-04-24 | 1 | -25/+5 |
* | | Disallow enabling expanded useflags - only their specific values | René 'Necoro' Neumann | 2009-05-15 | 1 | -7/+4 |
|/ | |||||
* | Fixed pyflakes errors | René 'Necoro' Neumann | 2009-04-07 | 1 | -6/+6 |
* | Fix the IndexErrors for the jumping process for all cases | René 'Necoro' Neumann | 2009-03-09 | 1 | -5/+17 |
|\ | |||||
| * | Fix the index error on pkglist jump.v0.12.1 | René 'Necoro' Neumann | 2009-03-09 | 1 | -2/+18 |
|/ |