summaryrefslogtreecommitdiff
path: root/portato/db (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-06format strings need tuplesRené 'Necoro' Neumann1-1/+1
2010-05-20Handle missing eix-cache file more gracefullyRené 'Necoro' Neumann1-0/+7
2010-05-20More declarative handling of the database typesRené 'Necoro' Neumann2-41/+56
2010-04-23Small error in sqldbRené 'Necoro' Neumann1-1/+1
2010-04-15Better sorting of the database types in the preferences.René 'Necoro' Neumann1-5/+5
2010-04-15Make the database type choice an info messageRené 'Necoro' Neumann1-4/+5
2010-04-12Convert the stored mtime to float before using itRené 'Necoro' Neumann1-1/+1
2010-04-12Fix error when no 'format' entry is in the db sectionRené 'Necoro' Neumann1-1/+1
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann5-13/+9
2010-03-16Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann4-48/+74
2010-03-14Better debug messages when updating database formatsRené 'Necoro' Neumann1-0/+2
2010-03-05Use existing translation for search typesRené 'Necoro' Neumann1-1/+1
2010-03-05Fixed copyrightRené 'Necoro' Neumann5-5/+5
2010-03-05Save current search type in sessionRené 'Necoro' Neumann1-3/+2
2010-03-05Added combo box for selecting the search type to main windowRené 'Necoro' Neumann1-1/+1
2010-03-05Previous commits done more correct :PRené 'Necoro' Neumann2-6/+6
2010-03-05Fix commit 7449bc5fb8fRené 'Necoro' Neumann1-3/+3
2010-03-05Added some textual descriptionsRené 'Necoro' Neumann2-1/+8
2010-03-05Add description support to the databasesRené 'Necoro' Neumann4-8/+55
2009-09-05One database instance is enough :)René 'Necoro' Neumann1-7/+18
2009-09-05Print database type at the bottom of exceptions. NOTE: This does not handle m...René 'Necoro' Neumann1-1/+4
2009-09-05Fix an error, where a category vanishes after refreshing, using the EixSQLDat...René 'Necoro' Neumann2-1/+19
2009-08-15Unified stringsRené 'Necoro' Neumann1-2/+2
2009-08-15Honor missing eix moduleRené 'Necoro' Neumann1-2/+7
2009-08-14Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann1-3/+4
2009-08-14Use sets instead of lists --> faster resultsRené 'Necoro' Neumann2-2/+2
2009-08-14Add eixsql as db-choiceRené 'Necoro' Neumann1-3/+9
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann2-8/+11
2009-08-14Write eix-sql database backendRené 'Necoro' Neumann1-0/+62
2009-08-14Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2-5/+5
2009-07-28Do not create the useless description dbRené 'Necoro' Neumann1-10/+1
2009-04-07Fixed pyflakes errorsRené 'Necoro' Neumann1-1/+1
2009-03-03Fix sql searchRené 'Necoro' Neumann1-1/+1
2009-03-02Fixed interactive search with category namesRené 'Necoro' Neumann2-2/+7
2009-02-21Well -- ehm -- yeahRené 'Necoro' Neumann1-2/+1
2009-02-21Use pickle instead of DBM, as this would require additional python modulesRené 'Necoro' Neumann1-25/+40
2009-02-21Fix small errorRené 'Necoro' Neumann1-1/+1
2009-02-20In case the portdirs.db is not existing yet -- well - regenerate everything ;)René 'Necoro' Neumann1-0/+1
2009-02-20Raise the type and not 'type'René 'Necoro' Neumann1-1/+1
2009-02-20Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann1-11/+12
2009-02-18Show database types in the preferences - though nothing useful can be done at...René 'Necoro' Neumann1-0/+5
2009-02-17In some cases the SQL-search does the right thing ;)René 'Necoro' Neumann1-0/+1
2009-02-09SQLDatabase.populate needs a regexpRené 'Necoro' Neumann1-1/+1
2009-02-02Use warning instead of debug, if the sql database could not be loadedRené 'Necoro' Neumann1-2/+2
2009-02-02Remove the USE_SQL flag - use normal config insteadRené 'Necoro' Neumann1-6/+19
2009-02-02Do not show categories which only hold disabled packagesRené 'Necoro' Neumann3-7/+16
2009-02-02find -> indexRené 'Necoro' Neumann1-1/+1
2009-02-02Add the disabled field to PkgDataRené 'Necoro' Neumann3-12/+30
2009-01-28Enable sql-db formatsRené 'Necoro' Neumann3-14/+35
2009-01-28Use the new database class layoutRené 'Necoro' Neumann4-23/+40