summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update manpage creationRené 'Necoro' Neumann2009-03-251-5/+5
|
* Added build_manpage support. Moved all the startup logic from portato.py to ↵René 'Necoro' Neumann2009-03-241-10/+100
| | | | portato/__init__.py
* Rename strange 'PListener' to straightforward 'Listener'.René 'Necoro' Neumann2009-03-202-4/+4
|
* Add support for ktsuss as su frontendRené 'Necoro' Neumann2009-03-193-3/+76
|
* Deal with keyword lines missing a keywordRené 'Necoro' Neumann2009-03-181-3/+10
|
* Fix the locale error on setupRené 'Necoro' Neumann2009-03-091-8/+9
|
* Fix the IndexErrors for the jumping process for all casesRené 'Necoro' Neumann2009-03-091-5/+17
|\
| * Fix the index error on pkglist jump.v0.12.1René 'Necoro' Neumann2009-03-091-2/+18
|/
* Added spanish translation.Daniel Halens2009-03-071-0/+1
|
* Fixed the Sync keybinding. Thanks to Daniel Halens for reportingRené 'Necoro' Neumann2009-03-071-1/+1
|
* Fix sql searchRené 'Necoro' Neumann2009-03-031-1/+1
|
* FixRené 'Necoro' Neumann2009-03-031-1/+1
|
* Fixed interactive search with category namesRené 'Necoro' Neumann2009-03-022-2/+7
|
* Fix searchRené 'Necoro' Neumann2009-03-022-3/+14
|
* Use local config dirRené 'Necoro' Neumann2009-02-241-1/+1
|
* TypoRené 'Necoro' Neumann2009-02-241-1/+1
|
* 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
|
* Generalize the new_version pluginRené 'Necoro' Neumann2009-02-201-0/+6
|
* Fix cat-loading errorRené 'Necoro' Neumann2009-02-201-4/+4
|
* Raise the type and not 'type'René 'Necoro' Neumann2009-02-201-1/+1
|
* Well - might be nice, if we actually save the db-type changes...René 'Necoro' Neumann2009-02-201-0/+5
|
* Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann2009-02-204-13/+65
|
* Add color btns to the preferences, so they are configurable here tooRené 'Necoro' Neumann2009-02-203-98/+221
|
* Make combos workRené 'Necoro' Neumann2009-02-192-17/+12
|
* Fix gettext library nameRené 'Necoro' Neumann2009-02-191-1/+1
|
* Make translation work correctlyRené 'Necoro' Neumann2009-02-191-0/+10
|
* TranslationsRené 'Necoro' Neumann2009-02-192-40/+124
|
* Make the plugin menu work againRené 'Necoro' Neumann2009-02-182-12/+28
|
* Add 'get_ui()' method for convenienceRené 'Necoro' Neumann2009-02-182-5/+18
|
* Remove the 'Popup' classRené 'Necoro' Neumann2009-02-181-1/+1
|
* Remove the 'Popup' classRené 'Necoro' Neumann2009-02-181-12/+0
|
* Add dummy signal handlers for PackageTable -- and so also the error output ↵René 'Necoro' Neumann2009-02-182-2/+17
| | | | for not connected signals
* Remove the 'pause' hackRené 'Necoro' Neumann2009-02-182-52/+9
|
* Fix popupsRené 'Necoro' Neumann2009-02-183-57/+21
|
* Hide console menuRené 'Necoro' Neumann2009-02-181-0/+1
|
* Make it start - though there are still itches - esp. with the menuRené 'Necoro' Neumann2009-02-182-89/+74
|
* converted the basic structure to gtkbuilderRené 'Necoro' Neumann2009-02-181-20/+25
|
* Converted glade filesRené 'Necoro' Neumann2009-02-1810-1097/+860
|
* Fix the 'GtkSpinButton' warningRené 'Necoro' Neumann2009-02-181-1/+1
|
* Show database types in the preferences - though nothing useful can be done ↵René 'Necoro' Neumann2009-02-182-0/+16
| | | | atm ;)
* Added database choice to dialogRené 'Necoro' Neumann2009-02-181-2/+58
|
* Added an extra 'Portage' tab to the preference dialog and moved all portage ↵René 'Necoro' Neumann2009-02-181-11/+36
| | | | related options there
* Fixed manual searchRené 'Necoro' Neumann2009-02-171-1/+1
|
* 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 ↵René 'Necoro' Neumann2009-02-1710-439/+621
|\ | | | | | | feature)
| * SQLDatabase.populate needs a regexpRené 'Necoro' Neumann2009-02-091-1/+1
| |
| * Use warning instead of debug, if the sql database could not be loadedRené 'Necoro' Neumann2009-02-021-2/+2
| |