summaryrefslogtreecommitdiff
path: root/portato/db/sql.py (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-06format strings need tuplesRené 'Necoro' Neumann1-1/+1
2010-04-23Small error in sqldbRené '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' Neumann1-3/+1
2010-03-16Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann1-1/+1
2010-03-14Better debug messages when updating database formatsRené 'Necoro' Neumann1-0/+2
2010-03-05Fixed copyrightRené 'Necoro' Neumann1-1/+1
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' Neumann1-3/+3
2010-03-05Add description support to the databasesRené 'Necoro' Neumann1-6/+20
2009-09-05Fix an error, where a category vanishes after refreshing, using the EixSQLDat...René 'Necoro' Neumann1-1/+15
2009-08-14Use sets instead of lists --> faster resultsRené 'Necoro' Neumann1-1/+1
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann1-0/+1
2009-07-28Do not create the useless description dbRené 'Necoro' Neumann1-10/+1
2009-03-03Fix sql searchRené 'Necoro' Neumann1-1/+1
2009-03-02Fixed interactive search with category namesRené 'Necoro' Neumann1-1/+6
2009-02-21Use pickle instead of DBM, as this would require additional python modulesRené 'Necoro' Neumann1-25/+40
2009-02-20In case the portdirs.db is not existing yet -- well - regenerate everything ;)René 'Necoro' Neumann1-0/+1
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-02Do not show categories which only hold disabled packagesRené 'Necoro' Neumann1-4/+8
2009-02-02Add the disabled field to PkgDataRené 'Necoro' Neumann1-8/+10
2009-01-28Enable sql-db formatsRené 'Necoro' Neumann1-5/+16
2009-01-28Use the new database class layoutRené 'Necoro' Neumann1-12/+4
2009-01-28Moved SQLDatabaseRené 'Necoro' Neumann1-178/+15
2009-01-28Moved DictDatabaseRené 'Necoro' Neumann1-159/+0
2009-01-28First 'db' layoutRené 'Necoro' Neumann1-17/+0
2008-11-24Allow session stuff being stored in the configRené 'Necoro' Neumann1-0/+12
2008-11-02Merge in SQL stuffRené 'Necoro' Neumann1-3/+246
2008-10-28Remove some trailing whitespacesRené 'Necoro' Neumann1-2/+2
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann1-265/+265
2008-07-10Moved color info to configRené 'Necoro' Neumann1-0/+5
2008-07-09Renamed generic package setsRené 'Necoro' Neumann1-1/+1
2008-07-08Removed the USE_CATAPULT stuffRené 'Necoro' Neumann1-3/+2
2008-07-03Use __slots__ for the PkgData class to save memoryRené 'Necoro' Neumann1-2/+3
2008-06-24Fixed vanishing categoriesRené 'Necoro' Neumann1-1/+1
2008-06-23Moved GtkThread to gui.utilsRené 'Necoro' Neumann1-2/+21
2008-05-21Fixed errors, so the app startsRené 'Necoro' Neumann1-1/+1
2008-05-21Ported to new find_packages API #2: withVersion --> with_versionRené 'Necoro' Neumann1-2/+2
2008-05-21Ported to new find_packages APIRené 'Necoro' Neumann1-2/+2
2008-05-01Fixed small bugRené 'Necoro' Neumann1-1/+1
2008-04-09Now unicode support for translations :)René 'Necoro' Neumann1-1/+1
2008-04-08Added lock to databaseRené 'Necoro' Neumann1-1/+18
2008-04-08Also delete packages from 'ALL' when a category is refreshedRené 'Necoro' Neumann1-21/+39
2008-03-18Split and renamed gui_helperRené 'Necoro' Neumann1-0/+252