summaryrefslogtreecommitdiff
path: root/portato/db (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-1/+1
* Fix sql searchRené 'Necoro' Neumann2009-03-031-1/+1
* Fixed interactive search with category namesRené 'Necoro' Neumann2009-03-022-2/+7
* Well -- ehm -- yeahRené 'Necoro' Neumann2009-02-211-2/+1
* Use pickle instead of DBM, as this would require additional python modulesRené 'Necoro' Neumann2009-02-211-25/+40
* Fix small errorRené 'Necoro' Neumann2009-02-211-1/+1
* In case the portdirs.db is not existing yet -- well - regenerate everything ;)René 'Necoro' Neumann2009-02-201-0/+1
* Raise the type and not 'type'René 'Necoro' Neumann2009-02-201-1/+1
* Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann2009-02-201-11/+12
* Show database types in the preferences - though nothing useful can be done at...René 'Necoro' Neumann2009-02-181-0/+5
* In some cases the SQL-search does the right thing ;)René 'Necoro' Neumann2009-02-171-0/+1
* Merge in DB branch (even though it does not offer the change-db-in-prefs feat...René 'Necoro' Neumann2009-02-174-4/+4
* SQLDatabase.populate needs a regexpRené 'Necoro' Neumann2009-02-091-1/+1
* Use warning instead of debug, if the sql database could not be loadedRené 'Necoro' Neumann2009-02-021-2/+2
* Remove the USE_SQL flag - use normal config insteadRené 'Necoro' Neumann2009-02-021-6/+19
* Do not show categories which only hold disabled packagesRené 'Necoro' Neumann2009-02-023-7/+16
* find -> indexRené 'Necoro' Neumann2009-02-021-1/+1
* Add the disabled field to PkgDataRené 'Necoro' Neumann2009-02-023-12/+30
* Enable sql-db formatsRené 'Necoro' Neumann2009-01-283-14/+35
* Use the new database class layoutRené 'Necoro' Neumann2009-01-284-23/+40
* Moved SQLDatabaseRené 'Necoro' Neumann2009-01-282-0/+229
* Moved DictDatabaseRené 'Necoro' Neumann2009-01-282-0/+175
* First 'db' layoutRené 'Necoro' Neumann2009-01-282-0/+53
pan> 2008-03-18Removed wrapperRené 'Necoro' Neumann2-238/+184 2008-03-18Split and renamed gui_helperRené 'Necoro' Neumann4-249/+266 2008-03-18Splitted windows.pyRené 'Necoro' Neumann10-424/+549 2008-03-12Moved get_dependencies to top package classRené 'Necoro' Neumann4-50/+85 2008-03-11improved performance by caching the use_expand queriesRené 'Necoro' Neumann1-5/+14 2008-03-11use catapult varsRené 'Necoro' Neumann2-4/+6 2008-03-11Updated catapult stuffRené 'Necoro' Neumann5-56/+108 2008-03-10Generate correct KeyNotFoundExceptionRené 'Necoro' Neumann1-2/+2 2008-03-09Small changesRené 'Necoro' Neumann3-1/+4 2008-03-07Better session handlingRené 'Necoro' Neumann1-5/+54 2008-03-07Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237