Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged 0.14.1 | René 'Necoro' Neumann | 2010-09-06 | 4 | -42/+64 |
|\ | |||||
| * | format strings need tuples | René 'Necoro' Neumann | 2010-07-06 | 1 | -1/+1 |
| | | |||||
| * | Handle missing eix-cache file more gracefully | René 'Necoro' Neumann | 2010-05-20 | 1 | -0/+7 |
| | | |||||
| * | More declarative handling of the database types | René 'Necoro' Neumann | 2010-05-20 | 2 | -41/+56 |
| | | |||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-23 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | * 0.14: new version plugin showed the versions in the wrong order Clearer debug message for packages not in mergequeue Reset HOME to /root for root Small error in sqldb Updated french translation to current translation status. Typo in TRANSLATORS Updated portguese translation | ||||
| * | Small error in sqldb | René 'Necoro' Neumann | 2010-04-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-15 | 1 | -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' Neumann | 2010-04-15 | 1 | -5/+5 |
| | | | | | | | | Now they are displayed from best to worst. | ||||
| * | Make the database type choice an info message | René 'Necoro' Neumann | 2010-04-15 | 1 | -4/+5 |
| | | |||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-12 | 1 | -1/+1 |
|\| | |||||
| * | Convert the stored mtime to float before using it | René 'Necoro' Neumann | 2010-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-12 | 1 | -1/+1 |
|\| | |||||
| * | Fix error when no 'format' entry is in the db section | René 'Necoro' Neumann | 2010-04-12 | 1 | -1/+1 |
| | | |||||
* | | applied 2to3 and fixed the result | René 'Necoro' Neumann | 2010-04-11 | 5 | -13/+9 |
|/ | |||||
* | Rewrote the database initialization to be a class instead of a function | René 'Necoro' Neumann | 2010-03-16 | 4 | -48/+74 |
| | |||||
* | Better debug messages when updating database formats | René 'Necoro' Neumann | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Use existing translation for search types | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 5 | -5/+5 |
| | |||||
* | Save current search type in session | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+2 |
| | |||||
* | Added combo box for selecting the search type to main window | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Previous commits done more correct :P | René 'Necoro' Neumann | 2010-03-05 | 2 | -6/+6 |
| | |||||
* | Fix commit 7449bc5fb8f | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+3 |
| | |||||
* | Added some textual descriptions | René 'Necoro' Neumann | 2010-03-05 | 2 | -1/+8 |
| | |||||
* | Add description support to the databases | René 'Necoro' Neumann | 2010-03-05 | 4 | -8/+55 |
| | |||||
* | One database instance is enough :) | René 'Necoro' Neumann | 2009-09-05 | 1 | -7/+18 |
| | |||||
* | Print database type at the bottom of exceptions. NOTE: This does not handle ↵ | René 'Necoro' Neumann | 2009-09-05 | 1 | -1/+4 |
| | | | | multiple databases used at the same time | ||||
* | Fix an error, where a category vanishes after refreshing, using the ↵ | René 'Necoro' Neumann | 2009-09-05 | 2 | -1/+19 |
| | | | | EixSQLDatabase | ||||
* | Unified strings | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+2 |
| | |||||
* | Honor missing eix module | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+7 |
| | |||||
* | Merged in eix-branch | René 'Necoro' Neumann | 2009-08-14 | 4 | -8/+80 |
|\ | |||||
| * | Rewrote eix-parser in Cython --> WAAAAAAAAAY faster | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+4 |
| | | |||||
| * | Use sets instead of lists --> faster results | René 'Necoro' Neumann | 2009-08-14 | 2 | -2/+2 |
| | | |||||
| * | Add eixsql as db-choice | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+9 |
| | | |||||
| * | Fix the EixSQLDatabase and EixReader | René 'Necoro' Neumann | 2009-08-14 | 2 | -8/+11 |
| | | |||||
| * | Write eix-sql database backend | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+62 |
| | | |||||
| * | Rename DictDatabase to HashDatabase | René 'Necoro' Neumann | 2009-08-14 | 2 | -5/+5 |
| | | |||||
* | | Do not create the useless description db | René 'Necoro' Neumann | 2009-07-28 | 1 | -10/+1 |
|/ | |||||
* | Fixed pyflakes errors | René 'Necoro' Neumann | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Fix sql search | René 'Necoro' Neumann | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | Fixed interactive search with category names | René 'Necoro' Neumann | 2009-03-02 | 2 | -2/+7 |
| | |||||
* | Well -- ehm -- yeah | René 'Necoro' Neumann | 2009-02-21 | 1 | -2/+1 |
| | |||||
* | Use pickle instead of DBM, as this would require additional python modules | René 'Necoro' Neumann | 2009-02-21 | 1 | -25/+40 |
| | |||||
* | Fix small error | René 'Necoro' Neumann | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | In case the portdirs.db is not existing yet -- well - regenerate everything ;) | René 'Necoro' Neumann | 2009-02-20 | 1 | -0/+1 |
| | |||||
* | Raise the type and not 'type' | René 'Necoro' Neumann | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Add database type to global config -- no user-config for the moment | René 'Necoro' Neumann | 2009-02-20 | 1 | -11/+12 |
| | |||||
* | Show database types in the preferences - though nothing useful can be done ↵ | René 'Necoro' Neumann | 2009-02-18 | 1 | -0/+5 |
| | | | | atm ;) | ||||
* | In some cases the SQL-search does the right thing ;) | René 'Necoro' Neumann | 2009-02-17 | 1 | -0/+1 |
| | |||||
* | Merge in DB branch (even though it does not offer the change-db-in-prefs ↵ | René 'Necoro' Neumann | 2009-02-17 | 4 | -4/+4 |
| | | | | feature) | ||||
* | SQLDatabase.populate needs a regexp | René 'Necoro' Neumann | 2009-02-09 | 1 | -1/+1 |
| |