Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-19 | 1 | -12/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Connect the accels from the menu. | René 'Necoro' Neumann | 2010-04-19 | 1 | -12/+16 |
| | | | | | | | | | | Also remove the superfluous 'UIBuilder' class and merge it directly into Window. | ||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-16 | 1 | -0/+3 |
|\| | |||||
| * | Typo | René 'Necoro' Neumann | 2010-04-16 | 1 | -1/+1 |
| | | |||||
| * | Do not allow portage's sqlite backend for the moment ... bug #564292 | René 'Necoro' Neumann | 2010-04-16 | 1 | -0/+3 |
| | | |||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-15 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+1 |
| | | | | | | | | Now they are displayed from best to worst. | ||||
* | | Merge branch '0.14' | René 'Necoro' Neumann | 2010-04-12 | 1 | -8/+18 |
|\| | |||||
| * | Redo change, when changing the search type | René 'Necoro' Neumann | 2010-04-12 | 1 | -2/+3 |
| | | |||||
| * | Fixed jumping and searching. Fixes bug #559480 | René 'Necoro' Neumann | 2010-04-12 | 1 | -6/+15 |
| | | |||||
* | | applied 2to3 and fixed the result | René 'Necoro' Neumann | 2010-04-11 | 9 | -47/+48 |
| | | |||||
* | | Merge branch 'atom' | René 'Necoro' Neumann | 2010-04-10 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Better slot handling in packages. | René 'Necoro' Neumann | 2009-11-05 | 1 | -1/+1 |
| | | |||||
* | | Show dialog, that update world might not work as expected | René 'Necoro' Neumann | 2010-04-09 | 1 | -1/+8 |
| | | |||||
* | | Readded a Session.get_bool() method | René 'Necoro' Neumann | 2010-04-09 | 1 | -3/+3 |
| | | |||||
* | | Fixed bug from switching to ConfigParser | René 'Necoro' Neumann | 2010-04-01 | 1 | -4/+4 |
| | | |||||
* | | Fixed mailinfo window | René 'Necoro' Neumann | 2010-03-26 | 1 | -20/+38 |
| | | |||||
* | | Show a dialog if no email is given | René 'Necoro' Neumann | 2010-03-14 | 2 | -5/+14 |
| | | |||||
* | | Send more files for bug mails | René 'Necoro' Neumann | 2010-03-14 | 1 | -16/+77 |
| | | |||||
* | | Rewrote Session as to use the normal ConfigParser and not our own one | René 'Necoro' Neumann | 2010-03-14 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d) | ||||
* | | Read translators from file | René 'Necoro' Neumann | 2010-03-06 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'best_icon'. | René 'Necoro' Neumann | 2010-03-06 | 2 | -8/+18 |
|\ \ | | | | | | | | | | Now an icon is shown marking the 'best' version of a package. | ||||
| * | | Only show best_icon, if the package can be installed w/o unmasking | René 'Necoro' Neumann | 2010-03-06 | 1 | -2/+2 |
| | | | |||||
| * | | Show icon to signal the best package version | René 'Necoro' Neumann | 2010-03-06 | 1 | -1/+15 |
| | | | |||||
| * | | improved image handling | René 'Necoro' Neumann | 2010-03-06 | 2 | -7/+3 |
| | | | |||||
* | | | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 10 | -10/+10 |
| | | | |||||
* | | | Save current search type in session | René 'Necoro' Neumann | 2010-03-05 | 1 | -3/+15 |
| | | | |||||
* | | | Added combo box for selecting the search type to main window | René 'Necoro' Neumann | 2010-03-05 | 1 | -1/+29 |
| |/ |/| | |||||
* | | Fix the segfault in GLib due to wrong encoding | René 'Necoro' Neumann | 2009-10-24 | 1 | -0/+1 |
| | | |||||
* | | Adding revison info to version output. | René 'Necoro' Neumann | 2009-10-24 | 1 | -1/+7 |
| | | | | | | | | | | | | As the revision is no longer encoded in the version, it needs to be printed whereever it is useful. This commit adds it to the 'About' window and to the exception infos. | ||||
* | | Enhance the splash window handling. | René 'Necoro' Neumann | 2009-10-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. | ||||
* | | Also allow 'unselect all' in the PkgList | René 'Necoro' Neumann | 2009-10-05 | 1 | -1/+10 |
| | | |||||
* | | Now have it the sorted way in PkgLists | René 'Necoro' Neumann | 2009-10-05 | 2 | -3/+9 |
| | | |||||
* | | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use it | René 'Necoro' Neumann | 2009-10-05 | 2 | -39/+63 |
| | | |||||
* | | First quick hack to have a world list | René 'Necoro' Neumann | 2009-10-05 | 2 | -1/+15 |
|/ | |||||
* | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Automatic loading of the external menu | René 'Necoro' Neumann | 2009-09-06 | 1 | -2/+14 |
| | |||||
* | And here is the debugging again :) ... using ctypes | René 'Necoro' Neumann | 2009-09-03 | 1 | -1/+8 |
| | |||||
* | Screw debugging ... prefer the ctypes approach to get rid of yet another ↵ | René 'Necoro' Neumann | 2009-09-03 | 2 | -23/+10 |
| | | | | c-module. | ||||
* | Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵ | René 'Necoro' Neumann | 2009-09-03 | 1 | -9/+5 |
| | | | | gtk.Builder | ||||
* | Add small wrapper to C-gettext | René 'Necoro' Neumann | 2009-09-03 | 1 | -0/+18 |
| | |||||
* | Do not show masking label, if the package is not in system anymore | René 'Necoro' Neumann | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Sort plugins in the window | René 'Necoro' Neumann | 2009-07-05 | 1 | -13/+8 |
| | |||||
* | Port DependencyDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -101/+2 |
| | |||||
* | Also port FilesDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -11/+0 |
| | |||||
* | Also ported EbuildDetail | René 'Necoro' Neumann | 2009-07-05 | 1 | -3/+1 |
| | |||||
* | Add Changelog as Plugin | René 'Necoro' Neumann | 2009-07-05 | 1 | -66/+65 |
| | |||||
* | Add 'WidgetPlugin' class | René 'Necoro' Neumann | 2009-07-05 | 1 | -8/+12 |
| | |||||
* | Add NotebookSlot | René 'Necoro' Neumann | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | Cleaned up dialogs import | René 'Necoro' Neumann | 2009-05-15 | 1 | -21/+18 |
| |