- 23 Jul, 2007 6 commits
-
-
Tristan Van Berkom authored
* NEWS, configure.ac: Rolling 3.3.2 svn path=/trunk/; revision=1505
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch]: - Fixed order in which we setup packing actions when adding/replacing widgets in * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: - Added a "Remove Slot" packing action to delete placeholders from GtkBox (bug 387963) svn path=/trunk/; revision=1504
-
Matic Žgur authored
svn path=/trunk/; revision=1503
-
Matic Žgur authored
svn path=/trunk/; revision=1502
-
Tristan Van Berkom authored
* gladeui/glade-popup.c: Added parent options in placeholder context menus. svn path=/trunk/; revision=1501
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch]: Adding convenience funcs that help with debugging property values in plugins: glade_widget_property_string(), glade_widget_pack_property_string(). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Reset label/markup/use-underline properties at realize time, this fixes load time glitches with markup and mnemonics (bug 396446). svn path=/trunk/; revision=1500
-
- 21 Jul, 2007 1 commit
-
-
Vincent Geddes authored
* remove shadow effect svn path=/trunk/; revision=1499
-
- 20 Jul, 2007 2 commits
-
-
Vincent Geddes authored
* fix changelog entry svn path=/trunk/; revision=1498
-
Vincent Geddes authored
* gladeui/glade-design-layout: - Use cairo instead of GdkGC to draw frame. - Draw slightly darker border to ensure border is visible on some themes. svn path=/trunk/; revision=1497
-
- 19 Jul, 2007 1 commit
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=1496
-
- 18 Jul, 2007 8 commits
-
-
Vincent Geddes authored
svn path=/trunk/; revision=1495
-
Vincent Geddes authored
* src/glade-window.c: Add About dialog credits for artists and documenters. svn path=/trunk/; revision=1494
-
Vincent Geddes authored
* src/glade-window.c: Rename "Help" menu item to "Contents" (as per convention). svn path=/trunk/; revision=1493
-
Tristan Van Berkom authored
* gladeui/glade-command.[ch]: fixed memory leaks of description strings in usage of glade_command_push_group() * gladeui/glade-widget.[ch]: Added convenience apis to set sensitivity on GladeWidgetActions. * gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.c: Added deep_post_create() vfunc, in this one you must always chain up to the parent. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added "Add/Remove" parent feature (bug 343786), implemented types: Alignment, Viewport, Event Box, Frame, Aspect Frame, Scrolled Window, Expander, Table, Horizontal Box, Vertical Box, Horizontal Panes, Vertical Panes svn path=/trunk/; revision=1492
-
Gabor Kelemen authored
2007-07-18 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=1491
-
Juan Pablo Ugarte authored
* gladeui/glade-widget-adaptor.c: translate action name in gwa_action_update_from_node() svn path=/trunk/; revision=1490
-
Vincent Geddes authored
* gladeui/glade-design-layout.c: Do not override GtkWidget::event(). Ensures that child widgets only receive events when necessary. svn path=/trunk/; revision=1489
-
Vincent Geddes authored
* gladeui/glade-design-layout.h: Make header file look pretty. svn path=/trunk/; revision=1488
-
- 17 Jul, 2007 6 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-fixed.c: Dont connect event handlers to child objects of fixed containers that are not widgets. svn path=/trunk/; revision=1484
-
Juan Pablo Ugarte authored
* gladeui/glade-property-class.c: simplified displayable value message in gpc_get_displayable_values_from_node() closes #448915 svn path=/trunk/; revision=1483
-
Daniel Nylander authored
svn path=/trunk/; revision=1482
-
Tristan Van Berkom authored
* gladeui/glade-app.[ch]: Removed glade_app_widget_event() and the "widget-event" signal * gladeui/glade-design-layout.c: Expose glade_design_layout_widget_event() to be used internally by GladeWidget (no longer listening to "widget-event" signal on glade-app). * gladeui/glade-widget.c: glade_widget_event_private() Find the parenting GladeDesignLayout and dispatch the event through glade_design_layout_widget_event() (this fixes multiple projects recieving the same events, bug 456013). svn path=/trunk/; revision=1481
-
Tristan Van Berkom authored
* gladeui/glade-widget-adaptor.c: untranslate the "half translated" warning message in gwa_displayable_values_check(). svn path=/trunk/; revision=1480
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=1479
-
- 16 Jul, 2007 3 commits
-
-
Tristan Van Berkom authored
* src/glade-window.c: Now undocked windows can be redocked by hitting the close button and UI tool components dont sport redundant indicator labels. svn path=/trunk/; revision=1478
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1477
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1476
-
- 15 Jul, 2007 1 commit
-
-
Gabor Kelemen authored
2007-07-15 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=1475
-
- 12 Jul, 2007 2 commits
-
-
Vincent Geddes authored
* gladeui/glade-widget.c gladeui/glade-design-layout.c gladeui/glade-placeholder.c gladeui/glade-placeholder.h: Update to use G_DEFINE_TYPE macros. Removed the manual peeks to get the parent class. svn path=/trunk/; revision=1465
-
Juan Pablo Ugarte authored
* gladeui/glade-widget-adaptor.c: added gwa_displayable_values_check() and use it to check for displayable values in enums and flags properties in glade_widget_adaptor_from_catalog() this way we can check every properties not only the ones that are explicited in the catalog. * gladeui/glade-property-class.c: removed displayable values check from glade_property_class_update_from_node() * plugins/gtk+/gtk+.xml.in: added displayable values for GtkToolbar::icon-size GtkLabel::wrap-mode GtkIconView::selection-mode, orientation GtkRange::lower-stepper-sensitivity, upper-stepper-sensitivity GtkRuler::metric GtkList::selection-mode GtkCList::shadow-type, selection-mode, sort-type svn path=/trunk/; revision=1462
-
- 11 Jul, 2007 6 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1459
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1458
-
Tristan Van Berkom authored
* src/glade-window.c: Implemented docking view menu. svn path=/trunk/; revision=1457
-
Vincent Geddes authored
* gladeui/glade-widget-adaptor.h: s/GLADE_CREATE_REASON/GLADE_TYPE_CREATE_REASON/. svn path=/trunk/; revision=1452
-
Vincent Geddes authored
* gladeui/glade-app.c (glade_app_add_project): Ref project when adding it to the app. svn path=/trunk/; revision=1449
-
Juan Pablo Ugarte authored
in the branch until we have a proper framework and a full implementation (python) svn path=/trunk/; revision=1447
-
- 10 Jul, 2007 1 commit
-
-
Vincent Geddes authored
* gladeui/glade-project: fix bug with regards to setting the project as unmodified when undoing the command that caused the first unsaved command. svn path=/trunk/; revision=1444
-
- 09 Jul, 2007 3 commits
-
-
Vincent Geddes authored
* configure.ac, src/main.c: Initialize threading system (#406039). * gladeui/glade-project.c: Remove user name and host from comment in glade file (#453174). svn path=/trunk/; revision=1441
-
Runa Bhattacharjee authored
svn path=/trunk/; revision=1440
-
Runa Bhattacharjee authored
svn path=/trunk/; revision=1439
-