Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'best_icon'. | René 'Necoro' Neumann | 2010-03-06 | 2 | -8/+18 |
|\ | | | | | | | Now an icon is shown marking the 'best' version of a package. | ||||
| * | 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 |
| | | | | | | | | | | | | As the revision is no longer encoded in the version, it needs to be printed whereever it is useful. This commit adds it to the 'About' window and to the exception infos. | ||||
* | | Enhance the splash window handling. | René 'Necoro' Neumann | 2009-10-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. | ||||
* | | 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 ↵ | René 'Necoro' Neumann | 2009-09-03 | 2 | -23/+10 |
| | | | | c-module. | ||||
* | Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵ | René 'Necoro' Neumann | 2009-09-03 | 1 | -9/+5 |
| | | | | gtk.Builder | ||||
* | 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 |
|/ | |||||
* | Fix search | René 'Necoro' Neumann | 2009-03-02 | 1 | -0/+3 |
| | |||||
* | Fix cat-loading error | René 'Necoro' Neumann | 2009-02-20 | 1 | -4/+4 |
| | |||||
* | Well - might be nice, if we actually save the db-type changes... | René 'Necoro' Neumann | 2009-02-20 | 1 | -0/+5 |
| | |||||
* | Add database type to global config -- no user-config for the moment | René 'Necoro' Neumann | 2009-02-20 | 2 | -2/+18 |
| | |||||
* | Add color btns to the preferences, so they are configurable here too | René 'Necoro' Neumann | 2009-02-20 | 2 | -13/+37 |
| | |||||
* | Make combos work | René 'Necoro' Neumann | 2009-02-19 | 1 | -3/+12 |
| | |||||
* | Fix gettext library name | René 'Necoro' Neumann | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | Make translation work correctly | René 'Necoro' Neumann | 2009-02-19 | 1 | -0/+10 |
| | |||||
* | Translations | René 'Necoro' Neumann | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | Make the plugin menu work again | René 'Necoro' Neumann | 2009-02-18 | 1 | -6/+18 |
| |