- 26 Jun, 2007 6 commits
-
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> * Makefile.am: add LIBPANEL_APPLET_CFLAGS to make compilation work. It seems some pkgconfig file changed, and we didn't have the bonobo headers anymore... svn path=/trunk/; revision=10484
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> Get rid of minimum/maximum size for the window list. * Makefile.am: add LIBPANEL_APPLET_CFLAGS to make compilation work. It seems some pkgconfig file changed, and we didn't have the bonobo headers anymore... * window-list.c: (applet_change_orient): updated (minimum_size_changed): killed (maximum_size_changed): killed (setup_gconf): updated (window_list_applet_fill): updated (spin_minimum_size_changed): killed (spin_maximum_size_changed): killed (setup_dialog): updated * window-list.glade: updated * window-list.schemas.in: mark the relevant keys as deprecated. svn path=/trunk/; revision=10483
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> * configure.in: require libwnck 2.19.5 for the new tasklist sizing stuff. svn path=/trunk/; revision=10482
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> Fix window list button size. Applet part of bug #310809. * window-list.c: (applet_size_request): simplify a lot, since we don't care about the minimum width/height anymore. Also, the base for the size hints is 0 now, it's not the width of the child size request since the width of the child size request is the best size for the child, not the minimum size for it. Basically, size hints + size requests are just weird. You generally want to use one or another, not a mix like what was done before. svn path=/trunk/; revision=10481
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> Improve handling of size hints from applets. This is needed to have the latest tasklist (libwnck 2.19.5) to correctly work. For non-expanded panels, this means we have to "forward" the size hints from all applets using it from PanelWidget to PanelToplevel. This is a non-trivial change because it might break panel sizing and positioning... * panel-toplevel.c: (panel_toplevel_update_size_from_hints): new, when there are size hints, try to share all the remaining space on the screen that is not needed by applets not using size hints between applets using size hints. This breaks a bit the separation between PanelWidget and PanelToplevel, but I can't think of any other way to do this. (panel_toplevel_update_size): use panel_toplevel_update_size_from_hints(), and make it nicely work for drawers * panel-widget.[ch]: (panel_widget_size_request): don't take into account for the size request applets using size hints. Instead, keep a list of those applets, to be used later. (panel_widget_count_expanded_applets): kill (panel_widget_size_allocate): - for packed panels: the toplevel will have decided which size to use for applets using size hints. We don't need the "compression" part anymore. Of course, we can have an overflow, but we didn't handle this before anyway, so... - for expanded panels: the cell and the minimum cell should be the minimum size in the size hints for applets using size hints: using the requested size is wrong since the requested size generally is "the best size" for the applet, which is not the smaller size the applet can handle. Also fix minor bugs where the minimum cell for applets using size hints is just too big for the panel. (panel_widget_finalize): clean new fields (panel_widget_init): init new fields (panel_widget_set_applet_size_hints): check that the size hints are valid before accepting them * panel-applet-frame.c: (panel_applet_frame_set_size_hints_from_any): simplify a bit svn path=/trunk/; revision=10480
-
Vincent Untz authored
2007-06-26 Vincent Untz <vuntz@gnome.org> * panel.c: (drop_uri): fix call to panel_util_get_label_for_uri() svn path=/trunk/; revision=10479
-
- 23 Jun, 2007 1 commit
-
-
Kjartan Maraas authored
2007-06-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=10478
-
- 22 Jun, 2007 1 commit
-
-
Felix I authored
svn path=/trunk/; revision=10477
-
- 21 Jun, 2007 2 commits
-
-
Felix I authored
svn path=/trunk/; revision=10476
-
Funda Wang authored
svn path=/trunk/; revision=10475
-
- 20 Jun, 2007 1 commit
-
-
Priit Laes authored
2007-06-20 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=10474
-
- 19 Jun, 2007 2 commits
-
-
Daniel Nylander authored
svn path=/trunk/; revision=10473
-
Vincent Untz authored
2007-06-19 Vincent Untz <vuntz@gnome.org> * panel-toplevel.c: (panel_toplevel_calc_new_orientation): do not choose height over width for the "should I change orientation" distance because the orientation is horizontal: since the geometry of the panel might not have been updated, those may be swapped (eg, if you had an horizontal panel and it becomes vertical, they're swapped for some time). Instead, choose the lowest of the two which is correct all cases, even when the height is bigger than the width in an horizontal panel (think about it for a few minutes). Fix the "panel goes a bit crazy when moving it around", also known as bug #394670. svn path=/trunk/; revision=10472
-
- 18 Jun, 2007 2 commits
-
-
Vincent Untz authored
2007-06-18 Vincent Untz <vuntz@gnome.org> * configure.in: require libwnck 2.19.4 svn path=/trunk/; revision=10471
-
Vincent Untz authored
2007-06-18 Vincent Untz <vuntz@gnome.org> * window-list.c: (applet_realized): wnck_tasklist_set_screen() is useless now (window_list_applet_fill): no need to call wnck_screen_force_update() * workspace-switcher.c: (applet_realized): wnck_pager_set_screen() is useless now, set the screen of the pager (applet_scroll): code cleanup (workspace_switcher_applet_fill): no need to call wnck_screen_force_update() Fix crash bug #350671. svn path=/trunk/; revision=10470
-
- 17 Jun, 2007 3 commits
-
-
Priit Laes authored
2007-06-17 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=10469
-
Vincent Untz authored
2007-06-17 Vincent Untz <vuntz@gnome.org> * configure.in: post-release bump to 2.19.5. svn path=/trunk/; revision=10468
-
Vincent Untz authored
2007-06-17 Vincent Untz <vuntz@gnome.org> * NEWS: * README: * configure.in: version 2.19.4 svn path=/trunk/; revision=10466
-
- 15 Jun, 2007 2 commits
-
-
Vincent Untz authored
2007-06-15 Vincent Untz <vuntz@gnome.org> * menu.c: (menu_destroy_context_menu): new (create_item_context_menu): when the menu item is destroyed, also destroy the context menu and block the restoring of grabs which would fail since the applications menu has been destroyed. Fix bug #350626. svn path=/trunk/; revision=10465
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=10464
-
- 14 Jun, 2007 10 commits
-
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * configure.in: require gtk+ 2.11.3 svn path=/trunk/; revision=10463
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * panel-applet.c: (panel_applet_focus): small cleanup * test-bonobo-applet.c: (test_applet_fill): migrate to GtkTooltip svn path=/trunk/; revision=10462
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * fish.c: (set_tooltip): migrate to GtkTooltip (destroy_tooltip): kill (fish_applet_destroy): updated svn path=/trunk/; revision=10461
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * wncklet.c: (wncklet_set_tooltip): migrate to GtkTooltip svn path=/trunk/; revision=10460
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * clock.c: (set_tooltip): migrate to GtkTooltip (update_clock): move tooltip code to its own function (update_tooltip): s/view/hide/ in the tooltip if the calendar window is opened (update_popup): update the tooltip svn path=/trunk/; revision=10459
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * calendar-window.c: make more code depend on libecal. Should fix compilation issues. Fix bug #443788 svn path=/trunk/; revision=10458
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * launcher.c: (is_this_drop_ok), (drag_drop_cb): use gdk_atom_intern_static_string() instead of gdk_atom_intern() * panel-action-protocol.c: (panel_action_protocol_init): ditto * panel-background-monitor.c: (panel_background_monitor_init): ditto svn path=/trunk/; revision=10457
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * configure.in: require glib 2.13.0 svn path=/trunk/; revision=10456
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> * calendar-sources.c: (backend_died_cb): use g_timeout_add_seconds() svn path=/trunk/; revision=10455
-
Vincent Untz authored
2007-06-14 Vincent Untz <vuntz@gnome.org> Use new glib API where it makes sense. * applet.c: (panel_applet_save_position): use g_timeout_add_seconds() * menu.c: (add_app_to_desktop): use g_get_user_special_dir() to know where's the desktop * panel-ditem-editor.c: (panel_ditem_editor_changed), (panel_ditem_editor_revert): use g_timeout_add_seconds() * panel-menu-items.c: (activate_uri): small update (activate_desktop_uri): new, use g_get_user_special_dir() to know where's the desktop (panel_place_menu_item_create_menu): use activate_desktop_uri() for the desktop menu item svn path=/trunk/; revision=10454
-
- 13 Jun, 2007 1 commit
-
-
Pema Geyleg authored
svn path=/trunk/; revision=10453
-
- 11 Jun, 2007 1 commit
-
-
Artur Flinta authored
2007-06-11 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=10452
-
- 03 Jun, 2007 4 commits
-
-
Vincent Untz authored
2007-06-03 Vincent Untz <vuntz@gnome.org> * configure.in: post-release bump to 2.19.4. svn path=/trunk/; revision=10451
-
Vincent Untz authored
2007-06-03 Vincent Untz <vuntz@gnome.org> * NEWS: * README: * configure.in: version 2.19.3 svn path=/trunk/; revision=10449
-
Priit Laes authored
2007-06-03 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=10448
-
Amanpreet Singh Alam authored
svn path=/trunk/; revision=10446
-
- 30 May, 2007 1 commit
-
-
Nickolay V. Shmyrev authored
2007-05-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=10445
-
- 29 May, 2007 1 commit
-
-
Kjartan Maraas authored
2007-05-29 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=10444
-
- 28 May, 2007 2 commits
-
-
Ihar Hrachyshka authored
svn path=/trunk/; revision=10443
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=10442
-