Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected typo | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Reorderd parts of the menu | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+3 |
| | |||||
* | Fixed bug in preference window | René 'Necoro' Neumann | 2010-03-05 | 1 | -2/+0 |
| | |||||
* | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 21 | -21/+21 |
| | |||||
* | 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 | 2 | -4/+42 |
| | |||||
* | Added Italian translation. Thanks to Ponsi. | René 'Necoro' Neumann | 2009-11-08 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -2/+44 |
| | | | | | | 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. | ||||
* | Objectified all the functional stuff in backend.__init__. | René 'Necoro' Neumann | 2009-10-15 | 1 | -4/+3 |
| | | | | | | | Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started. | ||||
* | Enhance the splash window handling. | René 'Necoro' Neumann | 2009-10-08 | 2 | -2/+9 |
| | | | | | | | 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 |
| | |||||
* | Enhanced system.sort_package_list to also sort CPVs | René 'Necoro' Neumann | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use it | René 'Necoro' Neumann | 2009-10-05 | 3 | -39/+63 |
| | |||||
* | Add uninstall button and rename to PkgListWindow | René 'Necoro' Neumann | 2009-10-05 | 1 | -2/+17 |
| | |||||
* | First quick hack to have a world list | René 'Necoro' Neumann | 2009-10-05 | 3 | -2/+24 |
| | |||||
* | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Update ui files with glade | René 'Necoro' Neumann | 2009-09-06 | 8 | -72/+167 |
| | |||||
* | Automatic loading of the external menu | René 'Necoro' Neumann | 2009-09-06 | 2 | -3/+25 |
| | |||||
* | Make glade update the MainWindow.ui file | René 'Necoro' Neumann | 2009-09-06 | 1 | -85/+134 |
| | |||||
* | Moved the menu to an extra file | René 'Necoro' Neumann | 2009-09-06 | 2 | -210/+207 |
| | |||||
* | Print database type at the bottom of exceptions. NOTE: This does not handle ↵ | René 'Necoro' Neumann | 2009-09-05 | 1 | -0/+2 |
| | | | | multiple databases used at the same time | ||||
* | 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 |
| | |||||
* | Removed the 'translatable' attribute from 'gtk-*' strings | René 'Necoro' Neumann | 2009-08-31 | 5 | -11/+11 |
| | |||||
* | Release the threadQueue-Lock in syncv0.13 | René 'Necoro' Neumann | 2009-08-25 | 1 | -0/+1 |
| | |||||
* | Sync portage and the DB after emerge sync | René 'Necoro' Neumann | 2009-08-11 | 1 | -0/+9 |
| | |||||
* | Do not show masking label, if the package is not in system anymore | René 'Necoro' Neumann | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Add credits for translation | René 'Necoro' Neumann | 2009-08-10 | 1 | -0/+1 |
| | |||||
* | Sort plugins in the window | René 'Necoro' Neumann | 2009-07-05 | 1 | -13/+8 |
| | |||||
* | Port DependencyDetail | René 'Necoro' Neumann | 2009-07-05 | 2 | -124/+2 |
| | |||||
* | Also port FilesDetail | René 'Necoro' Neumann | 2009-07-05 | 2 | -34/+0 |
| | |||||
* | Also ported EbuildDetail | René 'Necoro' Neumann | 2009-07-05 | 2 | -26/+1 |
| | |||||
* | Add Changelog as Plugin | René 'Necoro' Neumann | 2009-07-05 | 2 | -89/+65 |
| | |||||
* | Add 'WidgetPlugin' class | René 'Necoro' Neumann | 2009-07-05 | 1 | -8/+12 |
| | |||||
* | Add NotebookSlot | René 'Necoro' Neumann | 2009-05-20 | 2 | -0/+18 |
| | |||||
* | 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 | 4 | -338/+312 |
| | |||||
* | Fix import | René 'Necoro' Neumann | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | Merge new (better) plugin system, now allowing to add widgets | René 'Necoro' Neumann | 2009-05-15 | 3 | -27/+57 |
|\ | |||||
| * | Introduced extra slots module. | René 'Necoro' Neumann | 2009-05-15 | 2 | -29/+49 |
| | | |||||
| * | Add emerge options slot | René 'Necoro' Neumann | 2009-04-25 | 2 | -1/+4 |
| | | |||||
| * | Committed a wrong change | René 'Necoro' Neumann | 2009-04-24 | 1 | -1/+0 |
| | | |||||
| * | Make the new widget structure work. At least for the Plugin Menu | René 'Necoro' Neumann | 2009-04-24 | 2 | -1/+7 |
| | | |||||
| * | 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 |
|/ |