summaryrefslogtreecommitdiff
path: root/portato/db/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 0.14.1René 'Necoro' Neumann2010-09-061-41/+54
|\
| * More declarative handling of the database typesRené 'Necoro' Neumann2010-05-201-41/+54
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-151-9/+10
|\| | | | | | | | | | | | | | | | | | | | | | | * 0.14: Better sorting of the database types in the preferences. Add notify-python dependency for the version checker Make the database type choice an info message Renamed es_ES to es Fixed dependancy of the new_version plugin from "dev-util/git" to "dev-vcs/git" to follow new Gentoo portage tree modifications Conflicts: portato/gui/windows/preference.py
| * Better sorting of the database types in the preferences.René 'Necoro' Neumann2010-04-151-5/+5
| | | | | | | | Now they are displayed from best to worst.
| * Make the database type choice an info messageRené 'Necoro' Neumann2010-04-151-4/+5
| |
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-111-3/+1
|/
* Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann2010-03-161-47/+47
|
* Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
|
* Added some textual descriptionsRené 'Necoro' Neumann2010-03-051-1/+1
|
* 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 ↵René 'Necoro' Neumann2009-09-051-1/+4
| | | | multiple databases used at the same time
* Unified stringsRené 'Necoro' Neumann2009-08-151-2/+2
|
* Honor missing eix moduleRené 'Necoro' Neumann2009-08-151-2/+7
|
* Add eixsql as db-choiceRené 'Necoro' Neumann2009-08-141-3/+9
|
* Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2009-08-141-3/+3
|
* Well -- ehm -- yeahRené 'Necoro' Neumann2009-02-211-2/+1
|
* Fix small errorRené 'Necoro' Neumann2009-02-211-1/+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 ;)
* Merge in DB branch (even though it does not offer the change-db-in-prefs ↵René 'Necoro' Neumann2009-02-171-1/+1
| | | | feature)
* 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
|
* Enable sql-db formatsRené 'Necoro' Neumann2009-01-281-8/+17
|
* Use the new database class layoutRené 'Necoro' Neumann2009-01-281-0/+14
|
* First 'db' layoutRené 'Necoro' Neumann2009-01-281-0/+11