summaryrefslogtreecommitdiff
path: root/portato/db (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged 0.14.1René 'Necoro' Neumann2010-09-064-42/+64
|\
| * format strings need tuplesRené 'Necoro' Neumann2010-07-061-1/+1
| * Handle missing eix-cache file more gracefullyRené 'Necoro' Neumann2010-05-201-0/+7
| * More declarative handling of the database typesRené 'Necoro' Neumann2010-05-202-41/+56
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-231-1/+1
|\|
| * Small error in sqldbRené 'Necoro' Neumann2010-04-231-1/+1
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-151-9/+10
|\|
| * Better sorting of the database types in the preferences.René 'Necoro' Neumann2010-04-151-5/+5
| * Make the database type choice an info messageRené 'Necoro' Neumann2010-04-151-4/+5
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-121-1/+1
|\|
| * Convert the stored mtime to float before using itRené 'Necoro' Neumann2010-04-121-1/+1
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-121-1/+1
|\|
| * Fix error when no 'format' entry is in the db sectionRené 'Necoro' Neumann2010-04-121-1/+1
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-115-13/+9
|/
* Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann2010-03-164-48/+74
* Better debug messages when updating database formatsRené 'Necoro' Neumann2010-03-141-0/+2
* Use existing translation for search typesRené 'Necoro' Neumann2010-03-051-1/+1
* Fixed copyrightRené 'Necoro' Neumann2010-03-055-5/+5
* Save current search type in sessionRené 'Necoro' Neumann2010-03-051-3/+2
* Added combo box for selecting the search type to main windowRené 'Necoro' Neumann2010-03-051-1/+1
* Previous commits done more correct :PRené 'Necoro' Neumann2010-03-052-6/+6
* Fix commit 7449bc5fb8fRené 'Necoro' Neumann2010-03-051-3/+3
* Added some textual descriptionsRené 'Necoro' Neumann2010-03-052-1/+8
* Add description support to the databasesRené 'Necoro' Neumann2010-03-054-8/+55
* One database instance is enough :)René 'Necoro' Neumann2009-09-051-7/+18
* Print database type at the bottom of exceptions. NOTE: This does not handle m...René 'Necoro' Neumann2009-09-051-1/+4
* Fix an error, where a category vanishes after refreshing, using the EixSQLDat...René 'Necoro' Neumann2009-09-052-1/+19
* 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 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