- 29 Jun, 2009 1 commit
-
-
Tristan Van Berkom authored
special case runtime path lookups to bundling builds. * gladeui/glade-popup.[ch]: Added glade_popup_is_popup_event () to check the correct GdkEventButton state for a context menu (in a platform independant way). * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c, gladeui/glade-palette-item.c, gladeui/glade-placeholder.c, gladeui/glade-widget.c, gladeui/glade-inspector.c: Use new popup function to detect whether to show a context menu or not (bug 587128). * gladeui/glade-base-editor.c: Fixed crashes with editable treeview column types (bug 586715).
-
- 27 Jun, 2009 2 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in, glade/gtk+/glade-gtk.c: Fixed GtkTextView crashes when editing the textview in line, now we update the associated GtkTextBuffer:text property if available or the GtkTextView:text virtual property when in libglade mode.
-
- 25 Jun, 2009 3 commits
-
-
Tristan Van Berkom authored
(improved usability). * plugins/gtk+/glade-gtk.c: - Added sync_use_appearance() to reset the use-appearance property when local widget property updates demand that the appearance be resynchronized (this is actually a bug in GTK+ somewhere). - Avoid tampering with the virtual GtkBox:size property while loading a project. * plugins/gtk+/gtk+.xml.in: Attributed use-action-appearance property with "needs-sync" for better chances at a good visual result when copy/pasting etc. * plugins/gtk+/glade-activatable-editor.c: Reverse order in which the image is removed from GtkImageMenuItems (so that mucking with stock doesnt recreate one 2 lines further), now image menu items with controlling actions dont get orphaned images. * gladeui/glade-widget-adaptor.c: Sync remaining properties at load time which were not specified in the glade file (now the use-action-appearance property shows up right even if default and not present in the Glade file).
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: glade_gtk_button_write_widget (), make stock button labels save as non-translatable automatically (bug 352446).
-
Tristan Van Berkom authored
* gladeui/glade-property.c: glade_property_sync_impl(), dont sync properties that are the primary property of that klass for the said widget (properties can float outside of widget->properties in some cases, shouldnt effect the widget though).
-
- 23 Jun, 2009 4 commits
-
-
Tristan Van Berkom authored
* configure.ac, NEWS: Rolling Glade 3.6.6
-
Tristan Van Berkom authored
* gladeui/glade-project.c: Added algorythm to introspect lowest possible version of GTK+ to depend on for a project, this helps cases where the versioning data is missing, instead of defaulting to latest which may cause problems for people specifically targetting GTK+ 2.12 (bug 586046). * plugins/gtk+/gtk+.xml.in: Mark accel-groups property as since GTK+ 2.16.
-
Tristan Van Berkom authored
* gladeui/glade-project.c: Added glade_project_introspect_gtk_version() to loop over loaded project widgets and set the target version when a malformed file is loaded without a version (bug 572756).
-
Tristan Van Berkom authored
* gladeui/glade-app.c, gladeui/Makefile.am: Find quartz specific runtime prefix using ige_mac_bundle_get_path().
-
- 20 Jun, 2009 6 commits
-
-
Tristan Van Berkom authored
* src/glade-window.c: Case the GTK+ version and call non-deprecated symbols when in GTK+ 2.16 (bug 572756).
-
Tristan Van Berkom authored
* gladeui/glade-xml-utils.h, gladeui/glade-editor-property.c: Use GtkComboBox instead of deprecated GtkOptionMenu (Sam Thursfield - bug 572756).
-
Tristan Van Berkom authored
* src/glade-window.c, gladeui/glade-editor-property.c, plugins/gtk+/glade-accels.c, plugins/gtk+/glade-cell-renderer-button.c, plugins/gtk+/glade-gtk.c: Replace use of deprecated GTK+ functions (Sam Thursfield - bug 572756).
-
Tristan Van Berkom authored
* gladeui/glade-clipboard-view.c, gladeui/glade-command.c, gladeui/glade-property-class.c, gladeui/glade-utils.c, plugins/gtk+/glade-gtk.c: Replaced symbols with new glib variants (Sam Thursfield - bug 572756)
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
plugins/gtk+/gtk+.xml.in: Make GtkMessageDialog texts translatable (bug 586063)
-
- 18 Jun, 2009 1 commit
-
-
James Liggett authored
Make sure that the project view is not NULL in glade_widget_show.
-
- 15 Jun, 2009 2 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Make assistant page-titles translatable (bug 503146), marked since 2.10 on some assistant properties. * gladeui/glade-editor-property.c: show resource dialog button when creating (seems we were relying on a show_all() call that isnt called for packing properties).
-
- 12 Jun, 2009 2 commits
-
-
Tristan Van Berkom authored
config summery). * gladeui/glade-project.[ch], gladeui/glade-command.c, gladeui/glade-inspector.c: Really fixing widget naming policies again, this time I hope it sticks (bug 580745). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed dissapearing dialogs on ESC (bug 582559) * plugins/python/Makefile.am: Fixed relocated link problems with python plugin build (bug 582982, patch by Arun Raghavan).
-
-
- 11 Jun, 2009 2 commits
-
-
-
Tristan Van Berkom authored
if available for quartz builds (set the menubar as the application menu and correctly handle the quit button).
-
- 06 Jun, 2009 2 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
at load time (bug 584334).
-
- 30 May, 2009 1 commit
-
-
Ask Hjorth Larsen authored
-
- 27 May, 2009 3 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac, now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as on (event->button == 3) since Mac is missing the right mouse button and ports X server setup doesnt seem to emulate it. * gladeui/glade-property-class.c: Add me to authors.
-
Tristan Van Berkom authored
-
- 18 May, 2009 1 commit
-
-
Antón Méixome authored
-
- 17 May, 2009 1 commit
-
-
Juan Pablo Ugarte authored
It was setting the wrong type model. * gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class This helps a lot for custom composite widget.
-
- 08 May, 2009 1 commit
-
-
Jennie Petoumenou authored
-
- 03 May, 2009 1 commit
-
-
Jorge Gonzalez authored
-
- 02 May, 2009 1 commit
-
-
David Planella authored
-
- 29 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
-
- 28 Apr, 2009 1 commit
-
-
Maxim V. Dziumanenko authored
-
- 25 Apr, 2009 1 commit
-
-
Juan Pablo Ugarte authored
o fixed icon source state write bug on write_icon_sources() o fixed loading bug in glade_gtk_icon_factory_read_sources() we either use g_list_append() or steal/insert to add new icon sources
-
- 22 Apr, 2009 3 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Removed buggy query dialog from notebook (closing bug 578727).
-
Tristan Van Berkom authored
(added some default pane positions).
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at least as unique as the widget they are created for) (bug 579565). 2009-04-22 Davyd Madeley <davyd@madeley.id.au> * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).
-