summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated cython files to include new header locationsHEADmasterRené 'Necoro' Neumann2011-07-182-7/+7
|
* Merged 0.14.1René 'Necoro' Neumann2010-09-0617-61/+92
|\
| * Handle portage-2.1.8 and above as portage-2.2René 'Necoro' Neumann2010-09-061-1/+1
| |
| * Handle portage-2.1.9 and above as portage-2.2René 'Necoro' Neumann2010-09-061-1/+1
| |
| * Workaround for bug#557715René 'Necoro' Neumann2010-09-061-1/+4
| |
| * Gnah - changing portage-APIRené 'Necoro' Neumann2010-09-061-2/+6
| |
| * Fix system.split_cpvRené 'Necoro' Neumann2010-09-041-1/+5
| |
| * format strings need tuplesRené 'Necoro' Neumann2010-07-061-1/+1
| |
| * Do not bail out, if we try to replace stuff in a category w/o a dashRené 'Necoro' Neumann2010-05-251-1/+7
| |
| * Update gtk-version in glade filesRené 'Necoro' Neumann2010-05-228-8/+8
| |
| * Fix the link buttonsRené 'Necoro' Neumann2010-05-221-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-203-46/+59
| |
* | Do not bail out, if we try to replace stuff in a category w/o a dashRené 'Necoro' Neumann2010-05-251-1/+7
| |
* | Pre-release mergeRené 'Necoro' Neumann2010-05-112-7/+20
|\| | | | | | | | | | | | | | | | | | | | | | | Merge branch '0.14' * 0.14: Fix release script pathes Add '--plugin-dir' option Add a README message to the release Add a release file Improve setup.py for release script Improve constants.py for release script
| * Add '--plugin-dir' optionRené 'Necoro' Neumann2010-05-111-1/+9
| |
| * Improve constants.py for release scriptRené 'Necoro' Neumann2010-05-111-6/+11
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-233-2/+6
|\| | | | | | | | | | | | | | | | | | | | | * 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
| * Clearer debug message for packages not in mergequeueRené 'Necoro' Neumann2010-04-231-1/+1
| |
| * Reset HOME to /root for rootRené 'Necoro' Neumann2010-04-231-0/+4
| |
| * Small error in sqldbRené 'Necoro' Neumann2010-04-231-1/+1
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-193-429/+17
|\| | | | | | | | | | | | | | | | | | | | | * 0.14: Remove unused pythonic eix parser implementation Connect the accels from the menu. Replace 'Portage Warning' by 'External Warning' Updated italian translation. Thx to Ponsi Conflicts: portato/eix/py_parser.py
| * Remove unused pythonic eix parser implementationRené 'Necoro' Neumann2010-04-191-416/+0
| |
| * Connect the accels from the menu.René 'Necoro' Neumann2010-04-191-12/+16
| | | | | | | | | | Also remove the superfluous 'UIBuilder' class and merge it directly into Window.
| * Replace 'Portage Warning' by 'External Warning'René 'Necoro' Neumann2010-04-191-1/+1
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-162-1/+4
|\|
| * Fix gtk deprecation warningRené 'Necoro' Neumann2010-04-161-1/+1
| |
| * TypoRené 'Necoro' Neumann2010-04-161-1/+1
| |
| * Do not allow portage's sqlite backend for the moment ... bug #564292René 'Necoro' Neumann2010-04-161-0/+3
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-152-10/+11
|\| | | | | | | | | | | | | | | | | | | | | | | * 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-152-6/+6
| | | | | | | | Now they are displayed from best to worst.
| * Make the database type choice an info messageRené 'Necoro' Neumann2010-04-151-4/+5
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-145-55/+79
|\| | | | | | | | | | | | | | | | | | | * 0.14: Make some useless info messages being debug statements Improve the C modules Small modifications made to the French translation (typos, grammar). Fixed the unicode support and stuff ... and also made eix faster :) Disable debug messages by default Better eix error inheritance and handling
| * Make some useless info messages being debug statementsRené 'Necoro' Neumann2010-04-141-3/+3
| |
| * Improve the C modulesRené 'Necoro' Neumann2010-04-143-37/+52
| |
| * Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann2010-04-141-20/+22
| |
| * Better eix error inheritance and handlingRené 'Necoro' Neumann2010-04-131-2/+9
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-132-56/+64
|\| | | | | | | | | Conflicts: portato/backend/portage/sets.py
| * Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2010-04-132-56/+64
| | | | | | | | | | Now FilterSets are a subclass of InstalledSet. And return only these packages, which are installed ... but then all of them.
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-122-9/+19
|\|
| * Redo change, when changing the search typeRené 'Necoro' Neumann2010-04-121-2/+3
| |
| * Fixed jumping and searching. Fixes bug #559480René 'Necoro' Neumann2010-04-121-6/+15
| |
| * Convert the stored mtime to float before using itRené 'Necoro' Neumann2010-04-121-1/+1
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-122-2/+2
|\|
| * Fix error when no 'format' entry is in the db sectionRené 'Necoro' Neumann2010-04-121-1/+1
| |
| * Descriptions may contain unicodeRené 'Necoro' Neumann2010-04-121-1/+1
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-115-8/+8
|\| | | | | | | | | Conflicts: portato/plugin.py
| * Fixed translation template and German translation. Thanks to André.René 'Necoro' Neumann2010-04-114-6/+6
| |
| * Do not translate 'Portage'René 'Necoro' Neumann2010-04-111-1/+1
| |
| * Fixed homepageRené 'Necoro' Neumann2010-04-111-1/+1
| |