summaryrefslogtreecommitdiff
path: root/portato/gui (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-22Update gtk-version in glade filesRené 'Necoro' Neumann8-8/+8
2010-05-22Fix the link buttonsRené 'Necoro' Neumann1-1/+1
2010-05-20More declarative handling of the database typesRené 'Necoro' Neumann1-5/+3
2010-04-23Clearer debug message for packages not in mergequeueRené 'Necoro' Neumann1-1/+1
2010-04-19Connect the accels from the menu.René 'Necoro' Neumann1-12/+16
Also remove the superfluous 'UIBuilder' class and merge it directly into Window.
2010-04-16Fix gtk deprecation warningRené 'Necoro' Neumann1-1/+1
2010-04-16TypoRené 'Necoro' Neumann1-1/+1
2010-04-16Do not allow portage's sqlite backend for the moment ... bug #564292René 'Necoro' Neumann1-0/+3
2010-04-15Better sorting of the database types in the preferences.René 'Necoro' Neumann1-1/+1
Now they are displayed from best to worst.
2010-04-12Redo change, when changing the search typeRené 'Necoro' Neumann1-2/+3
2010-04-12Fixed jumping and searching. Fixes bug #559480René 'Necoro' Neumann1-6/+15
2010-04-11Fixed translation template and German translation. Thanks to André.René 'Necoro' Neumann3-3/+3
2010-04-11Do not translate 'Portage'René 'Necoro' Neumann1-1/+1
2010-04-11Fixed homepageRené 'Necoro' Neumann1-1/+1
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann16-67/+66
2010-04-10Add seperator in between the 'show' and the 'do' itemsRené 'Necoro' Neumann1-0/+1
2010-04-09Show dialog, that update world might not work as expectedRené 'Necoro' Neumann2-1/+19
2010-04-09Readded a Session.get_bool() methodRené 'Necoro' Neumann1-3/+3
2010-04-01Fixed bug from switching to ConfigParserRené 'Necoro' Neumann1-4/+4
2010-03-26Fixed mailinfo windowRené 'Necoro' Neumann1-20/+38
2010-03-16Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann1-2/+2
2010-03-14Show a dialog if no email is givenRené 'Necoro' Neumann3-5/+21
2010-03-14Send more files for bug mailsRené 'Necoro' Neumann2-28/+103
2010-03-14Rewrote Session as to use the normal ConfigParser and not our own oneRené 'Necoro' Neumann1-1/+1
(cherry picked from commit 397a31e6deb851de102bca3d7c8d754f40b0656d)
2010-03-06Read translators from fileRené 'Necoro' Neumann2-9/+6
2010-03-06Only show best_icon, if the package can be installed w/o unmaskingRené 'Necoro' Neumann1-2/+2
2010-03-06Show icon to signal the best package versionRené 'Necoro' Neumann1-1/+15
2010-03-06improved image handlingRené 'Necoro' Neumann2-7/+3
2010-03-05Use 'clear' instead of 'delete' for the search lineRené 'Necoro' Neumann1-1/+1
2010-03-05Corrected typoRené 'Necoro' Neumann1-1/+1
2010-03-05Reorderd parts of the menuRené 'Necoro' Neumann1-3/+3
2010-03-05Fixed bug in preference windowRené 'Necoro' Neumann1-2/+0
2010-03-05Fixed copyrightRené 'Necoro' Neumann21-21/+21
2010-03-05Save current search type in sessionRené 'Necoro' Neumann1-3/+15
2010-03-05Added combo box for selecting the search type to main windowRené 'Necoro' Neumann2-4/+42
2009-11-08Added Italian translation. Thanks to Ponsi.René 'Necoro' Neumann1-0/+1
2009-11-05Better slot handling in packages.René 'Necoro' Neumann1-1/+1
2009-10-24Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann1-0/+1
2009-10-24Adding revison info to version output.René 'Necoro' Neumann3-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.
2009-10-15Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann1-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.
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-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. (cherry picked from commit 0a30d24e34493a2f56ba801facf4daba711d363e)
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-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.
2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10
2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9
2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann1-1/+1
2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63
2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17
2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24
2009-09-06Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann1-1/+1
2009-09-06Update ui files with gladeRené 'Necoro' Neumann8-72/+167