summaryrefslogtreecommitdiff
path: root/portato/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update gtk-version in glade filesRené 'Necoro' Neumann2010-05-228-8/+8
|
* Fix the link buttonsRené 'Necoro' Neumann2010-05-221-1/+1
|
* More declarative handling of the database typesRené 'Necoro' Neumann2010-05-201-5/+3
|
* Clearer debug message for packages not in mergequeueRené 'Necoro' Neumann2010-04-231-1/+1
|
* 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.
* 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
|
* Better sorting of the database types in the preferences.René 'Necoro' Neumann2010-04-151-1/+1
| | | | Now they are displayed from best to worst.
* 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
|
* 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
|
* 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
|