summaryrefslogtreecommitdiff
path: root/portato/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-114-5/+5
|\| | | | | | | | | Conflicts: portato/plugin.py
| * Fixed translation template and German translation. Thanks to André.René 'Necoro' Neumann2010-04-113-3/+3
| |
| * Do not translate 'Portage'René 'Necoro' Neumann2010-04-111-1/+1
| |
| * Fixed homepageRené 'Necoro' Neumann2010-04-111-1/+1
| |
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-1116-67/+66
| |
* | Merge branch 'atom'René 'Necoro' Neumann2010-04-101-1/+1
|\ \ | |/ |/|
| * Better slot handling in packages.René 'Necoro' Neumann2009-11-051-1/+1
| |
* | Add seperator in between the 'show' and the 'do' itemsRené 'Necoro' Neumann2010-04-101-0/+1
| |
* | Show dialog, that update world might not work as expectedRené 'Necoro' Neumann2010-04-092-1/+19
| |
* | 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
| |
* | Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann2010-03-161-2/+2
| |
* | Show a dialog if no email is givenRené 'Necoro' Neumann2010-03-143-5/+21
| |
* | Send more files for bug mailsRené 'Necoro' Neumann2010-03-142-28/+103
| |
* | 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-062-9/+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
| | |
* | | Use 'clear' instead of 'delete' for the search lineRené 'Necoro' Neumann2010-03-051-1/+1
| | |
* | | Corrected typoRené 'Necoro' Neumann2010-03-051-1/+1
| | |
* | | Reorderd parts of the menuRené 'Necoro' Neumann2010-03-051-3/+3
| | |
* | | Fixed bug in preference windowRené 'Necoro' Neumann2010-03-051-2/+0
| | |
* | | Fixed copyrightRené 'Necoro' Neumann2010-03-0521-21/+21
| | |
* | | 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-052-4/+42
| | |
* | | Added Italian translation. Thanks to Ponsi.René 'Necoro' Neumann2009-11-081-0/+1
| |/ |/|
* | 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-243-2/+44
| | | | | | | | | | | | 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.
* | Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2009-10-151-4/+3
| | | | | | | | | | | | | | Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started.
* | Enhance the splash window handling.René 'Necoro' Neumann2009-10-082-2/+9
| | | | | | | | | | | | | | 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
| |
* | Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-051-1/+1
| |
* | Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann2009-10-053-39/+63
| |
* | Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann2009-10-051-2/+17
| |
* | First quick hack to have a world listRené 'Necoro' Neumann2009-10-053-2/+24
|/
* Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann2009-09-061-1/+1
|
* Update ui files with gladeRené 'Necoro' Neumann2009-09-068-72/+167
|
* Automatic loading of the external menuRené 'Necoro' Neumann2009-09-062-3/+25
|
* Make glade update the MainWindow.ui fileRené 'Necoro' Neumann2009-09-061-85/+134
|
* Moved the menu to an extra fileRené 'Necoro' Neumann2009-09-062-210/+207
|
* Print database type at the bottom of exceptions. NOTE: This does not handle ↵René 'Necoro' Neumann2009-09-051-0/+2
| | | | multiple databases used at the same time