summaryrefslogtreecommitdiff
path: root/portato/gui/windows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 0.14.1René 'Necoro' Neumann2010-09-062-6/+4
|\
| * Fix the link buttonsRené 'Necoro' Neumann2010-05-221-1/+1
| |
| * More declarative handling of the database typesRené 'Necoro' Neumann2010-05-201-5/+3
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-191-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' Neumann2010-04-191-12/+16
| | | | | | | | | | Also remove the superfluous 'UIBuilder' class and merge it directly into Window.
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-161-0/+3
|\|
| * 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-151-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' Neumann2010-04-151-1/+1
| | | | | | | | Now they are displayed from best to worst.
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-121-8/+18
|\|
| * 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
| |
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-119-47/+48
| |
* | Merge branch 'atom'René 'Necoro' Neumann2010-04-101-1/+1
|\ \ | |/ |/|
| * Better slot handling in packages.René 'Necoro' Neumann2009-11-051-1/+1
| |
* | Show dialog, that update world might not work as expectedRené 'Necoro' Neumann2010-04-091-1/+8
| |
* | Readded a Session.get_bool() methodRené 'Necoro' Neumann2010-04-091-3/+3
| |
* | Fixed bug from switching to ConfigParserRené 'Necoro' Neumann2010-04-011-4/+4
| |
* | Fixed mailinfo windowRené 'Necoro' Neumann2010-03-261-20/+38
| |
* | Show a dialog if no email is givenRené 'Necoro' Neumann2010-03-142-5/+14
| |
* | Send more files for bug mailsRené 'Necoro' Neumann2010-03-141-16/+77
| |
* | Rewrote Session as to use the normal ConfigParser and not our own oneRené 'Necoro' Neumann2010-03-141-1/+1
| | | | | | | | (cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d)
* | Read translators from fileRené 'Necoro' Neumann2010-03-061-2/+6
| |
* | Merge branch 'best_icon'.René 'Necoro' Neumann2010-03-062-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 unmaskingRené 'Necoro' Neumann2010-03-061-2/+2
| | |
| * | Show icon to signal the best package versionRené 'Necoro' Neumann2010-03-061-1/+15
| | |
| * | improved image handlingRené 'Necoro' Neumann2010-03-062-7/+3
| | |
* | | Fixed copyrightRené 'Necoro' Neumann2010-03-0510-10/+10
| | |
* | | Save current search type in sessionRené 'Necoro' Neumann2010-03-051-3/+15
| | |
* | | Added combo box for selecting the search type to main windowRené 'Necoro' Neumann2010-03-051-1/+29
| |/ |/|
* | Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann2009-10-241-0/+1
| |
* | Adding revison info to version output.René 'Necoro' Neumann2009-10-241-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' Neumann2009-10-081-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 PkgListRené 'Necoro' Neumann2009-10-051-1/+10
| |
* | Now have it the sorted way in PkgListsRené 'Necoro' Neumann2009-10-052-3/+9
| |
* | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann2009-10-052-39/+63
| |
* | First quick hack to have a world listRené 'Necoro' Neumann2009-10-052-1/+15
|/
* Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann2009-09-061-1/+1
|
* Automatic loading of the external menuRené 'Necoro' Neumann2009-09-061-2/+14
|
* And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann2009-09-031-1/+8
|
* Screw debugging ... prefer the ctypes approach to get rid of yet another ↵René 'Necoro' Neumann2009-09-032-23/+10
| | | | c-module.
* Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵René 'Necoro' Neumann2009-09-031-9/+5
| | | | gtk.Builder
* Add small wrapper to C-gettextRené 'Necoro' Neumann2009-09-031-0/+18
|
* Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann2009-08-111-2/+2
|
* Sort plugins in the windowRené 'Necoro' Neumann2009-07-051-13/+8
|
* Port DependencyDetailRené 'Necoro' Neumann2009-07-051-101/+2
|
* Also port FilesDetailRené 'Necoro' Neumann2009-07-051-11/+0
|
* Also ported EbuildDetailRené 'Necoro' Neumann2009-07-051-3/+1
|
* Add Changelog as PluginRené 'Necoro' Neumann2009-07-051-66/+65
|