summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote the Constants class in backend.flags to be less lameflagrwRené 'Necoro' Neumann2010-04-231-61/+33
|
* Enable debugging for this branchRené 'Necoro' Neumann2010-04-231-2/+2
|
* Merge branch '0.14'René 'Necoro' Neumann2010-04-237-429/+561
|\ | | | | | | | | | | | | | | | | | | | | * 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
| * new version plugin showed the versions in the wrong orderRené 'Necoro' Neumann2010-04-231-1/+1
| |
| * 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
| |
| * Updated french translation to current translation status.Clement Bourgeois2010-04-221-77/+84
| |
| * Typo in TRANSLATORSRené 'Necoro' Neumann2010-04-191-1/+1
| |
| * Updated portguese translationAlberto Federman Neto2010-04-191-348/+469
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-194-743/+386
|\| | | | | | | | | | | | | | | | | | | | | * 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
| |
| * Updated italian translation. Thx to PonsiRené 'Necoro' Neumann2010-04-171-314/+369
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-163-17/+26
|\|
| * Fix gtk deprecation warningRené 'Necoro' Neumann2010-04-161-1/+1
| |
| * TypoRené 'Necoro' Neumann2010-04-162-3/+3
| |
| * Do not allow portage's sqlite backend for the moment ... bug #564292René 'Necoro' Neumann2010-04-162-16/+25
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-155-14/+20
|\| | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Add notify-python dependency for the version checkerRené 'Necoro' Neumann2010-04-151-1/+1
| |
| * Make the database type choice an info messageRené 'Necoro' Neumann2010-04-152-7/+13
| |
| * Renamed es_ES to esRené 'Necoro' Neumann2010-04-151-0/+0
| |
| * Fixed dependancy of the new_version plugin from "dev-util/git" to ↵Clement Bourgeois2010-04-151-1/+1
| | | | | | | | "dev-vcs/git" to follow new Gentoo portage tree modifications
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-148-156/+163
|\| | | | | | | | | | | | | | | | | | | * 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-142-34/+17
| |
| * Improve the C modulesRené 'Necoro' Neumann2010-04-143-37/+52
| |
| * Small modifications made to the French translation (typos, grammar).Clement Bourgeois2010-04-141-69/+69
| |
| * Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann2010-04-141-20/+22
| |
| * Disable debug messages by defaultRené 'Necoro' Neumann2010-04-141-1/+1
| |
| * 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-123-0/+1215
|\|
| * Updated newsRené 'Necoro' Neumann2010-04-121-0/+1
| |
| * Added my name to translators list.Clement Bourgeois2010-04-131-0/+1
| |
| * Created french translation based on 0.14 branch.Clement Bourgeois2010-04-131-0/+1213
| |
* | 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-119-110/+76
|\| | | | | | | | | Conflicts: portato/plugin.py
| * TypoRené 'Necoro' Neumann2010-04-111-1/+1
| |
| * Fixed translation template and German translation. Thanks to André.René 'Necoro' Neumann2010-04-118-104/+74
| |
| * Do not translate 'Portage'René 'Necoro' Neumann2010-04-112-6/+2
| |
| * Fixed homepageRené 'Necoro' Neumann2010-04-111-1/+1
| |