summaryrefslogtreecommitdiff
path: root/portato/gui/windows (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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-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-11applied 2to3 and fixed the resultRené 'Necoro' Neumann9-47/+48
2010-04-09Show dialog, that update world might not work as expectedRené 'Necoro' Neumann1-1/+8
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-14Show a dialog if no email is givenRené 'Necoro' Neumann2-5/+14
2010-03-14Send more files for bug mailsRené 'Necoro' Neumann1-16/+77
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' Neumann1-2/+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-05Fixed copyrightRené 'Necoro' Neumann10-10/+10
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' Neumann1-1/+29
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' Neumann1-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.
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann1-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. (cherry picked from commit 0a30d24e34493a2f56ba801facf4daba711d363e)
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann1-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.
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-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann2-39/+63
2009-10-05First quick hack to have a world listRené 'Necoro' Neumann2-1/+15
2009-09-06Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann1-1/+1
2009-09-06Automatic loading of the external menuRené 'Necoro' Neumann1-2/+14
2009-09-03And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann1-1/+8
2009-09-03Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann1-0/+1
2009-09-03Screw debugging ... prefer the ctypes approach to get rid of yet another ↵René 'Necoro' Neumann2-23/+10
c-module.
2009-09-03Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵René 'Necoro' Neumann1-9/+5
gtk.Builder
2009-09-03Add small wrapper to C-gettextRené 'Necoro' Neumann1-0/+18
2009-08-11Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann1-2/+2
2009-07-05Sort plugins in the windowRené 'Necoro' Neumann1-13/+8
2009-07-05Port DependencyDetailRené 'Necoro' Neumann1-101/+2
2009-07-05Also port FilesDetailRené 'Necoro' Neumann1-11/+0
2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann1-3/+1
2009-07-05Add Changelog as PluginRené 'Necoro' Neumann1-66/+65
2009-07-05Add 'WidgetPlugin' classRené 'Necoro' Neumann1-8/+12
2009-05-20Add NotebookSlotRené 'Necoro' Neumann1-0/+1
2009-05-15Cleaned up dialogs importRené 'Necoro' Neumann1-21/+18
2009-05-15Get rid of wrapper.py and GtkConsoleRené 'Necoro' Neumann1-3/+3
2009-05-15Introduced extra slots module.René 'Necoro' Neumann1-29/+7