summaryrefslogtreecommitdiff
path: root/portato/db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified stringsRené 'Necoro' Neumann2009-08-151-2/+2
|
* Honor missing eix moduleRené 'Necoro' Neumann2009-08-151-2/+7
|
* Merged in eix-branchRené 'Necoro' Neumann2009-08-144-8/+80
|\
| * Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann2009-08-141-3/+4
| |
| * Use sets instead of lists --> faster resultsRené 'Necoro' Neumann2009-08-142-2/+2
| |
| * Add eixsql as db-choiceRené 'Necoro' Neumann2009-08-141-3/+9
| |
| * Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann2009-08-142-8/+11
| |
| * Write eix-sql database backendRené 'Necoro' Neumann2009-08-141-0/+62
| |
| * Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2009-08-142-5/+5
| |
* | Do not create the useless description dbRené 'Necoro' Neumann2009-07-281-10/+1
|/
* 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 ↵René 'Necoro' Neumann2009-02-181-0/+5
| | | | atm ;)
* 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 ↵René 'Necoro' Neumann2009-02-174-4/+4
| | | | feature)
* 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