Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Rename DictDatabase to HashDatabase | René 'Necoro' Neumann | 2009-08-14 | 2 | -5/+5 | |
| | | | ||||||
| * | | Moved eix stuff to its own module. Also make all the parsing stuff being ↵ | René 'Necoro' Neumann | 2009-07-27 | 4 | -146/+155 | |
| | | | | | | | | | | | | functions -- will be easier to deal with for the LazyElements | |||||
| * | | Implemented vectors and so | René 'Necoro' Neumann | 2009-07-27 | 1 | -2/+35 | |
| | | | ||||||
| * | | Moved from Cython to normal Python | René 'Necoro' Neumann | 2009-07-27 | 5 | -134/+113 | |
| | | | ||||||
| * | | Implement reading a number in the EixReader | René 'Necoro' Neumann | 2009-07-26 | 1 | -14/+102 | |
| | | | ||||||
| * | | Get rid of the self-implemented file-stuff. Use the normal python-API instead | René 'Necoro' Neumann | 2009-07-26 | 2 | -87/+0 | |
| | | | ||||||
| * | | First eix stuff | René 'Necoro' Neumann | 2009-07-24 | 4 | -0/+133 | |
| | | | ||||||
* | | | EFAP | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+3 | |
| | | | ||||||
* | | | Make epydoc happy | René 'Necoro' Neumann | 2009-08-13 | 2 | -5/+5 | |
| | | | ||||||
* | | | Make 'helper' available for the plugins | René 'Necoro' Neumann | 2009-08-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | Make plugins more exception aware and exception safe | René 'Necoro' Neumann | 2009-08-13 | 1 | -7/+26 | |
| |/ |/| | ||||||
* | | 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 | |
| | | ||||||
* | | Fix handling of slots in /etc/portage/* | René 'Necoro' Neumann | 2009-08-11 | 2 | -2/+4 | |
| | | ||||||
* | | Add credits for translation | René 'Necoro' Neumann | 2009-08-10 | 1 | -0/+1 | |
| | | ||||||
* | | Newer portage versions only return a relative config path. | René 'Necoro' Neumann | 2009-08-10 | 1 | -0/+8 | |
| | | ||||||
* | | Nicer indention :P | René 'Necoro' Neumann | 2009-07-28 | 1 | -4/+4 | |
| | | ||||||
* | | Do not create the useless description db | René 'Necoro' Neumann | 2009-07-28 | 1 | -10/+1 | |
|/ | ||||||
* | Typo | René 'Necoro' Neumann | 2009-07-05 | 1 | -1/+1 | |
| | ||||||
* | Allow ':' in expression names. Thus removing the colon as an assignment operator | René 'Necoro' Neumann | 2009-07-05 | 1 | -5/+1 | |
| | ||||||
* | Sort plugins in the window | René 'Necoro' Neumann | 2009-07-05 | 1 | -13/+8 | |
| | ||||||
* | Port DependencyDetail | René 'Necoro' Neumann | 2009-07-05 | 3 | -129/+9 | |
| | ||||||
* | Also port FilesDetail | René 'Necoro' Neumann | 2009-07-05 | 2 | -34/+0 | |
| | ||||||
* | Also ported EbuildDetail | René 'Necoro' Neumann | 2009-07-05 | 2 | -26/+1 | |
| | ||||||
* | Better debug/info messages | René 'Necoro' Neumann | 2009-07-05 | 1 | -1/+6 | |
| | ||||||
* | Add Changelog as Plugin | René 'Necoro' Neumann | 2009-07-05 | 2 | -89/+65 | |
| | ||||||
* | Add 'WidgetPlugin' class | René 'Necoro' Neumann | 2009-07-05 | 2 | -27/+53 | |
| | ||||||
* | Add dummy_hook() | René 'Necoro' Neumann | 2009-07-05 | 1 | -0/+12 | |
| | ||||||
* | Removed unused 'send_signal_to_group' | René 'Necoro' Neumann | 2009-07-03 | 1 | -16/+1 | |
| | ||||||
* | Add NotebookSlot | René 'Necoro' Neumann | 2009-05-20 | 2 | -0/+18 | |
| | ||||||
* | Fix #2 | René 'Necoro' Neumann | 2009-05-18 | 1 | -1/+2 | |
| | ||||||
* | Fix | René 'Necoro' Neumann | 2009-05-18 | 1 | -1/+1 | |
| | ||||||
* | Always mask wrong EAPI | René 'Necoro' Neumann | 2009-05-15 | 1 | -0/+3 | |
| | ||||||
* | Add 'eapi_supported' | René 'Necoro' Neumann | 2009-05-15 | 2 | -0/+9 | |
| | ||||||
* | 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 | 4 | -55/+178 | |
|\ | ||||||
| * | 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 | 3 | -6/+28 | |
| | | ||||||
| * | Create PluginMenuSlot | René 'Necoro' Neumann | 2009-04-24 | 2 | -0/+23 | |
| | | ||||||
| * | Load plugins later in the startup process. No menu magic anymore | René 'Necoro' Neumann | 2009-04-24 | 1 | -25/+5 | |
| | | ||||||
| * | Should add widgets now | René 'Necoro' Neumann | 2009-04-24 | 1 | -5/+26 | |
| | | ||||||
| * | Removed special Menu from plugin structure. Added more general 'WidgetSlot' | René 'Necoro' Neumann | 2009-04-24 | 1 | -27/+82 | |
| | | ||||||
* | | Disallow enabling expanded useflags - only their specific values | René 'Necoro' Neumann | 2009-05-15 | 1 | -7/+4 | |
|/ | ||||||
* | Fix import error | René 'Necoro' Neumann | 2009-04-24 | 1 | -1/+2 | |
| | ||||||
* | Need a copy to remove from | René 'Necoro' Neumann | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | Removed the obsolete single unittest and the unique_array function | René 'Necoro' Neumann | 2009-04-07 | 4 | -73/+6 | |
| |