Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __slots__ | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+7 |
* | Add package and category objects | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+29 |
* | Add eix-format.html | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+855 |
* | Add function to add _ to namespace | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+5 |
* | Make LazyElement use __slots__ - to decrease memory consumption | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+1 |
* | Allow to pass the number of elements in a vector | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+8 |
* | Add 'skip' parameter to header ... this is ignored though | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+1 |
* | Add header-object | René 'Necoro' Neumann | 2009-08-14 | 2 | -10/+41 |
* | Add LazyElement | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+23 |
* | 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 func... | René 'Necoro' Neumann | 2009-07-27 | 4 | -146/+155 |
* | 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 | 6 | -142/+115 |
* | Add libeix to setup.py | René 'Necoro' Neumann | 2009-07-26 | 1 | -2/+9 |
* | 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 |
* | Translation and stuff | René 'Necoro' Neumann | 2009-07-05 | 3 | -348/+412 |
* | 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 | 2 | -6/+2 |
* | Doc | René 'Necoro' Neumann | 2009-07-05 | 1 | -1/+14 |
* | Install package_details.py | René 'Necoro' Neumann | 2009-07-05 | 1 | -1/+1 |
* | Sort plugins in the window | René 'Necoro' Neumann | 2009-07-05 | 2 | -13/+12 |
* | Port DependencyDetail | René 'Necoro' Neumann | 2009-07-05 | 4 | -129/+118 |
* | Also port FilesDetail | René 'Necoro' Neumann | 2009-07-05 | 3 | -43/+24 |
* | Also ported EbuildDetail | René 'Necoro' Neumann | 2009-07-05 | 3 | -27/+14 |
* | Add package_details.py to show Changelog and other tabs | René 'Necoro' Neumann | 2009-07-05 | 1 | -0/+62 |
* | Change plugins to use WidgetPlugin if needed | René 'Necoro' Neumann | 2009-07-05 | 3 | -4/+8 |
* | 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 |
* | Put version into Changelog | René 'Necoro' Neumann | 2009-07-03 | 1 | -1/+1 |
* | 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 |
* | Revert previous commit | René 'Necoro' Neumann | 2009-05-20 | 1 | -6/+2 |
* | Hopefully fixed the new-version plugin | René 'Necoro' Neumann | 2009-05-20 | 1 | -2/+6 |
* | Fix #2 | René 'Necoro' Neumann | 2009-05-18 | 1 | -1/+2 |
* | Fix | René 'Necoro' Neumann | 2009-05-18 | 1 | -1/+1 |
* | Update changelog | René 'Necoro' Neumann | 2009-05-15 | 1 | -0/+2 |
* | 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 | 10 | -61/+194 |
|\ | |||||
| * | Small fix in doc | René 'Necoro' Neumann | 2009-05-15 | 1 | -1/+1 |
| * | 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 |
| * | Some more documentation... Really needs more! | René 'Necoro' Neumann | 2009-04-24 | 2 | -1/+11 |