- 18 Jul, 2007 5 commits
-
-
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 5 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
-
Runa Bhattacharjee authored
svn path=/trunk/; revision=1438
-
Rajesh Ranjan authored
svn path=/trunk/; revision=1437
-
- 07 Jul, 2007 1 commit
-
-
Vincent Geddes authored
* configure.ac: Increment version to 3.3.2 as we modified API since the last public release. Fixes Anjuta build. svn path=/trunk/; revision=1436
-
- 06 Jul, 2007 1 commit
-
-
Juan Pablo Ugarte authored
* gladeui/glade-property.c: skip properties that are not readable in glade_property_load_impl() (fixes #453107 and #453111) * plugins/gtk+/gtk+.xml.in: added default value to GtkLinkButton::uri property fixes #453110 svn path=/trunk/; revision=1435
-
- 04 Jul, 2007 2 commits
-
-
Vincent Geddes authored
* gladeui/glade-property-class.c (glade_property_class_update_from_node), (gpc_get_displayable_values_from_node): Fix some mishandled dgettext operations (#453105). svn path=/trunk/; revision=1434
-
Vincent Geddes authored
* gladeui/glade-app.h, gladeui/glade-app.c: New method glade_app_new(). * src/glade-project-window.h, src/glade-project-window.c: Renamed to glade-window.h and glade-window.c respectively. GladeWindow now subclasses GtkWindow instead of GladeApp (#449928). svn path=/trunk/; revision=1433
-
- 03 Jul, 2007 6 commits
-
-
Juan Pablo Ugarte authored
svn path=/trunk/; revision=1432
-
Juan Pablo Ugarte authored
* gladeui/glade-widget-adaptor.[ch]: set glade_widget_adaptor_child_verify_property() value parameter as constant. * gladeui/glade-property.c: added packing property verify check in glade_property_set_value_impl(). svn path=/trunk/; revision=1431
-
Vincent Geddes authored
* gladeui/glade-binding.c: Upgrade to g_slice_new(). * bindings/python/glade-python.c: Run garbage collector before finalizing interpreter. Use Py_InitializeEx() instead of Py_Initialize() (#453104). svn path=/trunk/; revision=1430
-
Juan Pablo Ugarte authored
* plugins/gtk+/gtk+.xml.in: fixed verify-function and child-verify-function tags for GtkBox, GtkTable, GtkNotebook and GtkAssistant classes. svn path=/trunk/; revision=1429
-
Artur Flinta authored
2007-07-03 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=1428
-
Nguyen Thai Ngoc Duy authored
svn path=/trunk/; revision=1426
-
- 02 Jul, 2007 1 commit
-
-
Vincent Geddes authored
* gladeui/glade-catalog.c, gladeui/glade-widget-adaptor.c: Properly handle dgettext() operations (#453105, Christian Persch). * gladeui/glade-binding.c (glade_binding_load_all): Close GDir when finished reading. svn path=/trunk/; revision=1425
-