summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add eixsql as db-choiceRené 'Necoro' Neumann2009-08-141-3/+9
* Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann2009-08-143-9/+12
* Write eix-sql database backendRené 'Necoro' Neumann2009-08-141-0/+62
* Make the EixReader support the context manager protocolRené 'Necoro' Neumann2009-08-141-1/+0
* Make the EixReader support the context manager protocolRené 'Necoro' Neumann2009-08-141-0/+9
* Add documentationRené 'Necoro' Neumann2009-08-143-5/+300
* Finish EixReaderRené 'Necoro' Neumann2009-08-141-8/+8
* Fix overlay classRené 'Necoro' Neumann2009-08-141-2/+2
* Make overlay a class tooRené 'Necoro' Neumann2009-08-141-7/+7
* Add __slots__René 'Necoro' Neumann2009-08-141-0/+7
* Add package and category objectsRené 'Necoro' Neumann2009-08-141-3/+29
* Add function to add _ to namespaceRené 'Necoro' Neumann2009-08-141-0/+5
* Make LazyElement use __slots__ - to decrease memory consumptionRené 'Necoro' Neumann2009-08-141-0/+1
* Allow to pass the number of elements in a vectorRené 'Necoro' Neumann2009-08-141-4/+8
* Add 'skip' parameter to header ... this is ignored thoughRené 'Necoro' Neumann2009-08-141-1/+1
* Add header-objectRené 'Necoro' Neumann2009-08-142-10/+41
* Add LazyElementRené 'Necoro' Neumann2009-08-141-1/+23
* Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2009-08-142-5/+5
* Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann2009-07-274-146/+155
* Implemented vectors and soRené 'Necoro' Neumann2009-07-271-2/+35
* Moved from Cython to normal PythonRené 'Necoro' Neumann2009-07-275-134/+113
* Implement reading a number in the EixReaderRené 'Necoro' Neumann2009-07-261-14/+102
* Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2009-07-262-87/+0
* First eix stuffRené 'Necoro' Neumann2009-07-244-0/+133
* TypoRené 'Necoro' Neumann2009-07-051-1/+1
* Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2009-07-051-5/+1
* Sort plugins in the windowRené 'Necoro' Neumann2009-07-051-13/+8
* Port DependencyDetailRené 'Necoro' Neumann2009-07-053-129/+9
* Also port FilesDetailRené 'Necoro' Neumann2009-07-052-34/+0
* Also ported EbuildDetailRené 'Necoro' Neumann2009-07-052-26/+1
* Better debug/info messagesRené 'Necoro' Neumann2009-07-051-1/+6
* Add Changelog as PluginRené 'Necoro' Neumann2009-07-052-89/+65
* Add 'WidgetPlugin' classRené 'Necoro' Neumann2009-07-052-27/+53
* Add dummy_hook()René 'Necoro' Neumann2009-07-051-0/+12
* Removed unused 'send_signal_to_group'René 'Necoro' Neumann2009-07-031-16/+1
* Add NotebookSlotRené 'Necoro' Neumann2009-05-202-0/+18
* Fix #2René 'Necoro' Neumann2009-05-181-1/+2
* FixRené 'Necoro' Neumann2009-05-181-1/+1
* Always mask wrong EAPIRené 'Necoro' Neumann2009-05-151-0/+3
* Add 'eapi_supported'René 'Necoro' Neumann2009-05-152-0/+9
* Cleaned up dialogs importRené 'Necoro' Neumann2009-05-151-21/+18
* Get rid of wrapper.py and GtkConsoleRené 'Necoro' Neumann2009-05-154-338/+312
* Fix importRené 'Necoro' Neumann2009-05-151-1/+1
* Merge new (better) plugin system, now allowing to add widgetsRené 'Necoro' Neumann2009-05-154-55/+178
|\
| * Introduced extra slots module.René 'Necoro' Neumann2009-05-152-29/+49
| * Add emerge options slotRené 'Necoro' Neumann2009-04-252-1/+4
| * Committed a wrong changeRené 'Necoro' Neumann2009-04-241-1/+0
| * Make the new widget structure work. At least for the Plugin MenuRené 'Necoro' Neumann2009-04-243-6/+28
| * Create PluginMenuSlotRené 'Necoro' Neumann2009-04-242-0/+23
| * Load plugins later in the startup process. No menu magic anymoreRené 'Necoro' Neumann2009-04-241-25/+5