- 03 Apr, 2008 1 commit
-
-
Tristan Van Berkom authored
A plugins/gtk+/glade-keysyms.c M plugins/gtk+/glade-gtk.c M plugins/gtk+/gtk+.xml.in A plugins/gtk+/glade-accels.c M plugins/gtk+/Makefile.am A plugins/gtk+/glade-accels.h M ChangeLog M gladeui/glade-editor.c M gladeui/glade-editor-property.c M gladeui/glade-editor-property.h M gladeui/glade-widget.c M gladeui/glade-widget.h M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-parser.c M gladeui/glade-xml-utils.c M gladeui/glade-base-editor.c M gladeui/glade-utils.c D gladeui/glade-parser.h M gladeui/glade-signal-editor.c M gladeui/glade-xml-utils.h D gladeui/glade-keysyms.c M gladeui/glade-property.c M gladeui/glade-property-class.c M gladeui/glade-property.h M gladeui/glade-builtins.c M gladeui/glade-property-class.h M gladeui/glade-builtins.h M gladeui/glade-project.c M gladeui/glade-signal.c M gladeui/Makefile.am M gladeui/glade-signal.h svn path=/trunk/; revision=1764
-
- 30 Jul, 2007 1 commit
-
-
Juan Pablo Ugarte authored
* doc/tmpl/*.sgml: removed every extra documentation, we keep them empty just because otherwise the build fails. * doc/gladeui-docs.sgml, doc/gladeui-sections.txt, doc/gladeui.types: updated (GladeWidgetClass replaced by GladeWidgetAdaptor) * gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c, gladeui/glade-widget.c, gladeui/glade-fixed.c, gladeui/glade-clipboard.c, gladeui/glade-inspector.[ch], gladeui/glade-widget-adaptor.[ch], gladeui/glade-command.c, gladeui/glade-command.h, gladeui/glade-base-editor.[ch], gladeui/glade-palette.[ch], gladeui/glade-utils.c, gladeui/glade-signal-editor.c, gladeui/glade-app.c, gladeui/glade-placeholder.c, gladeui/glade-property.c, gladeui/glade-property-class.c, gladeui/glade-project.c, gladeui/glade-clipboard-view.c: Added section's short and long description. (moved from tmpl) svn path=/trunk/; revision=1523
-
- 23 Jul, 2007 1 commit
-
-
Tristan Van Berkom authored
* NEWS, configure.ac: Rolling 3.3.2 svn path=/trunk/; revision=1505
-
- 18 Jul, 2007 1 commit
-
-
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
-
- 21 Jun, 2007 1 commit
-
-
Vincent Geddes authored
* plugins/gnome/glade-gnome.h, plugins/gtk+/glade-gtk.c plugins/gtk+/glade-gtk.h plugins/gtk+/Makefile.am, plugins/gnome/glade-gnome.c, plugins/gnome/Makefile.am, src/glade-project-window.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c, gladeui/glade-widget.c, gladeui/glade-command.c, gladeui/glade-palette.c, gladeui/glade-utils.c, gladeui/glade-accumulators.c, gladeui/glade-palette.h, gladeui/glade-binding.h, gladeui/glade-app.c, gladeui/glade-property.c, gladeui/glade-builtins.c, gladeui/glade-project.c, gladeui/Makefile.am: Fix "missing prototype" errors reported by gcc due to increased warning level (-Wmissing-prototypes). Added glade-gnome.h with function prototypes as well. svn path=/trunk/; revision=1384
-
- 17 Jun, 2007 1 commit
-
-
Vincent Geddes authored
* gladeui/glade-command.c: Make strings more translatable (#419979). svn path=/trunk/; revision=1358
-
- 13 Jun, 2007 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-command.c: - Fixed cut/paste inside notebooks (widgets wanted to stay on the same page they were cut from) - Fixed special-child-type handling, dont stomp on the special child type for a delete/undo combination (a tab widget deleted and brought back was showing up in the page). svn path=/trunk/; revision=1347
-
- 01 May, 2007 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch]: Added 'exact' argument to glade_widget_dup() and added glade_widget_copy_signals() * gladeui/glade-command.c: dup the widget "exactly" when pasting widgets that were cut (not copied), fixing bug 432519 svn path=/trunk/; revision=1287
-
- 06 Feb, 2007 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-editor-property.c: changed glade_eprop_text_show_i18n_dialog() to call a command to change the i18n metadata on the label property instead of changing it directly. This allows the change to be un-/re-done (bug 352454). * gladeui/glade-command.[ch]: added the glade_command_set_i18n command. svn path=/trunk/; revision=1071
-
- 28 Jan, 2007 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-command.c: Made 'pasting' an explicit arg of glade_command_add(), this fixes the broken clipboard selection search (since we now use dupped widgets only in pastes), now packing defaults and packing property tranfers on paste both work. * gladeui/glade-widget.c: Removed redundant code. svn path=/trunk/; revision=1058
-
- 27 Jan, 2007 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-command.c: Set project properly in glade_command_remove() (this fixes undo/redo of add/remove commands in the menueditor... along with the following fixes). * gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.h: Added GWA_USE_PLACEHOLDERS(), a boolean on the GWA that is loaded from the catalog. * gladeui/glade-utils.[ch]: Removed glade_util_[any_]container_relation. * gladeui/glade-widget.[ch]: Added glade_widget_placeholder_relation * gladeui/glade-app.c, gladeui/glade-fixed.c: Adjusted callers for new glade-widget api. * gladeui/glade-fixed.[ch]: Removed the "use-placehodlers" property since it is now redundant with the new GWA_USE_PLACEHOLDERS (this simplifies things a little). * gladeui/glade-binding.c: Fixed obnoxious startup errors (bug 399178), glade_binding_get_all(), use g_list_prepend()/g_list_reverse() instead of g_list_append() to build a list. * gladeui/glade-base-editor.c: Use the right adaptor for gwa_get_children in glade_base_editor_change_type () (was using adaptor for the destination type). * plugins/gtk/glade-gtk.c: Remove use of "use-placeholders" property on GladeFixed objects. * plugins/gtk/gtk+.xml.in: Setup the "use-placeholders" attribute properly (TRUE on GtkContainer, FALSE on GtkMenuShell, GtkMenuItem, GtkToolBar, GtkFixed, GtkLayout). svn path=/trunk/; revision=1057
-
- 23 Jan, 2007 1 commit
-
-
Tristan Van Berkom authored
* Reorganised package structure, moved a lot of files and directories. Modified the Makefile.am in most directories. * po/POTFILES.in, po/POTFILES.skip: Update for reorganisation. * configure.ac: Add files to AC_CONFIG_FILES. Change AC_CONFIG_SRCDIR. svn path=/trunk/; revision=1050
-
- 22 Jan, 2007 1 commit
-
-
Tristan Van Berkom authored
* src/glade-command.c, src/glade-command.h: - Redesigned the implementation of the following commands: - glade_command_delete - glade_command_create - glade_command_cut - glade_command_copy - glade_command_paste These are now command aliases. - Added a new drag-and-drop command, glade_command_dnd, to replace former glade_command_cut/glade_command_paste command pairs. - Added the following set of canonical commands which comprise the implementation of the command aliases: - glade_command_add - glade_command_remove - glade_command_clipboard_add - glade_command_clipboard_remove * src/glade-gtk.c: Replaced the cut/paste command pair with the dnd command in glade_gtk_menu_shell_move_child(). * src/glade-base-editor.c: Replaced the cut/paste command pair with the dnd command in glade_base_editor_change_type() and glade_base_editor_move_child(). svn path=/trunk/; revision=1048
-
- 12 Dec, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-base-editor.c src/glade-clipboard-view.c src/glade-command.c src/glade-command.h src/glade-design-layout.c src/glade-design-view.c src/glade-editor-property.c src/glade-editor-property.h src/glade-editor.c src/glade-gnome.c src/glade-gtk.c src/glade-palette-box.c src/glade-palette-item.c src/glade-palette.c src/glade-project-view.c src/glade-project-window.c src/glade-project.c src/glade-property-class.c src/glade-property-class.h src/glade-property.c src/glade-property.h src/glade-python-gwa.c src/glade-python.c src/glade-utils.c src/glade-utils.h src/glade-widget-adaptor.c src/glade-widget-adaptor.h src/glade-widget.c src/glade-widget.h Renamed reserved C++ keywords "new", "class", "virtual", "template" and "this" as a prerequisite for adding gtkmm bindings
-
- 19 Oct, 2006 1 commit
-
-
Tristan Van Berkom authored
Added glade-widget-adaptor.[ch], removed glade-widget-class.[ch]. Modified most sources to cope with the major api change.
-
- 06 Sep, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-command.c: Backing out multiple consecutive pastes from 3.0, reopening bug 345603.
-
- 05 Sep, 2006 1 commit
-
-
Juan Pablo Ugarte authored
* src/glade-base-editor.c, src/glade-gtk.c: small optimization, there is no need to move a child if the new parent is the same as the old one. (in GladeBaseEditor "move-child" signal handlers) * src/glade-command.c: fixed a warnign in glade_command_delete_execute() Widgets in the clipboard have no parents.
-
- 17 Aug, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-command.c: Now you can paste widgets to your hearts content. (bug 345603)
-
- 16 Aug, 2006 1 commit
-
-
Juan Pablo Ugarte authored
* src/glade-command.c: fixed bug 345604 "Pasting a widget does not paste the packing options" * src/glade-property-class.[ch]: added transfer_on_paste property to GladePropertyClass. * src/glade-widget.[ch]: exported glade_widget_dup_properties() * src/glade.h added GLADE_TAG_TRANSFER_ON_PASTE tag. * widgets/gtk+.xml.in: set transfer-on-paste on corresponding packing properties.
-
- 11 Aug, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-command.c: Fixed bookkeeping of special-child-type when redoing a paste command.
-
- 10 Aug, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-utils.c: Now check if placeholders are GTK_WIDGET_MAPPED() before returning them, since placeholders "overlap" inside notebooks. * src/glade-command.c: bookkeeping on "special-child-type" for cut/copy/paste consistancy. * src/glade-gtk.c, widgets/gtk+.xml.in: Tons of code added to manage notebooks. * src/glade-widget.c: Change the order of an if statement (avoid comparing irrelevent memory).
-
- 08 Aug, 2006 1 commit
-
-
Juan Pablo Ugarte authored
* src/glade-app.c: reworked glade_app_command_paste () placeholders can not be selected anymore. * src/glade-command.c: in glade_command_cut_copy_paste_common () we try to use the placeholder which has the pointer over it first. * src/glade-fixed.[ch]: add new property "use-placeholders". * src/glade-gtk.c: set "use-placeholders" for GtkBox and GtkTable. * src/glade-popup.c: reworked glade_popup_create_placeholder_menu () and glade_popup_placeholder_paste_cb (), placeholders do not get selected anymore. * src/glade-utils.[ch] glade_util_selected_placeholder () removed, added glade_util_get_placeholder_from_pointer ().
-
- 27 Jul, 2006 1 commit
-
-
Juan Pablo Ugarte authored
* src/glade-base-editor.c, src/glade-editor-property.c: adapted to the new glade_command_set_property() prototype. * src/glade-command.[ch]: changed prototype of glade_command_set_property(), added glade_command_set_property_value() * src/glade-fixed.c: do not call gtk_widget_grab_focus() in glade_fixed_event() it makes widgets fight for the focus on some situations. * src/glade-gtk.c: GtkEntry and GtkTextView support improved. Now text property can be edited from the instance itself.
-
- 26 Jul, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-placeholder.c: Reset cursor after creating a widget. * src/glade-command.c: glade_command_push_group () now formats its own string. * src/glade-base-editor.c: simplify code by letting glade_command_push_group () format its own string. * src/glade-fixed.c, src/glade-gtk.c: Added cuter names for undo/redo items pertaining to drag/resize.
-
- 22 Jul, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-widget.c: Use gtk_widget_get_pointer on the event widget to retrieve the mouse position, not gdk_window_get_pointer on any arbitrary event widget of that window. * src/glade-fixed.c: Use gtk_widget_get_pointer() where we were using gdk_window_get_pointer(). * src/glade-command.c: disabling the debug print. * TODO: Updated
-
- 13 Jul, 2006 1 commit
-
-
Juan Pablo Ugarte authored
* src/Makefile.am: added files glade-base-editor.[ch] * src/glade-accumulators.[ch]: new accumulators glade_string_accumulator() and glade_stop_emission_accumulator () * src/glade-app.c, src/glade-project.c and src/glade-command.c: use of GladeWidgetClass toplevel flag. * src/glade-gtk.c: Use of GladeBaseEditor for GtkMenuBar, GtkToolBar and GtkMenu editors. * src/glade-marshallers.list: added OBJECT:OBJECT,UINT BOOLEAN:OBJECT,UINT BOOLEAN:OBJECT,OBJECT and STRING:OBJECT * src/glade-property.[ch]: Added old_value parameter to GladeProject "value_changed" signal. * src/glade-widget-class.[ch]: added toplevel flag to GladeWidgetClass * src/glade.h: added GLADE_XML_TAG_TOPLEVEL * src/glade-base-editor.[ch]: Created GladeBaseEditor class from GtkMenuBarEditor code from glade-gtk.c * widgets/gtk+.xml.in: o added launch-editor-function for GtkToolbar and GtkMenu. o Set GtkTextView post-create-function to empty (we do not need a placeholder in it). o Set toplevel="True" in GtkWindow and GtkMenu. * doc/widgetclasses.sgml: added toplevel property docs * po/POTFILES.in: added src/glade-base-editor.c
-
- 30 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-command.c: o Added "#if 0" debugging code and removed an old comment that doesnt make sence anymore. o Now refresh packing properties in set-property commands, as we keep a reference to the GladeProperty, which may be reset on the GladeWidget in question when added to a child. * src/glade-gtk.c: Removed a large complex code segment in glade_gtk_table_set_child_property() that in the end wasnt needed at all.
-
- 29 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-project.[ch], src/glade-command.[ch]: Major rework underway, phase one complete: Move undo/redo stack logic from glade-command to glade-project and add a "changed" signal on the project ("update-ui" is fired also anytime the "changed" signal is fired). * src/glade-app.c, src/glade-project-window.c: small changes to accomadated afore mentioned api changes. * src/glade-marshallers.list: Added new signal VOID:OBJECT,BOOLEAN
-
- 25 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-widget.[ch]: o gtk_window_set_decorated() all GtkWindows (bug 344817) o Fixed glade_widget_rebuild(), now properties of internal widgets to composite widgets' properties get transported along. o Fixed popups to only get spawned by the widget in question and not an unknown internal child. o Added widget superuser modes (used by the backend to check when its responsable for maintaining container sizes). o glade_widget_rebuild () fixed so that properties on rebuilt internal children are transfered. * src/glade-project.c: let glade-widget take care of property superuser mode at load time. * src/glade-fixed.ch: connect_after on button_press to give a chance to the selection * src/glade-command.c: Fixed unifies for properties (check that they are on the same widgets). * src/glade-gtk.c: o GtkBox check superuser mode to adjust box size
-
- 24 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-property.c: Dont call verify funcs in superuser mode * src/glade-command.c: Now unification/collapse of multiple properties works seemlessly * src/glade-editor.c, src/glade-editor-property.c: Added docs. * src/glade-property-class.c: compare 'packing' in glade_property_class_match(). * src/glade-widget-class.c: Fix compiler warnings.
-
- 18 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
-
- 17 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-property.[ch]: Added glade_property_[push/pop]_superuser() * src/glade-command.c: refined set_property_execute() and started using glade_property_push/pop_superuser(). * src/glade-project.c: super-user property mode at load time. * src/glade-fixed.c: Added "can-resize" property * src/glade-widget-class.c: Made sure to parse a "Fixed" if there are no other child tags. * src/glade-gtk.c, widgets/gtk+.xml.in: Implemented drag on GtkBox children
-
- 14 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* doc/catalogintro.sgml: fixed typos * src/glade-command.c: Removed unneeded "if" * src/glade-fixed.[ch]: connect/disconnect child now takes GObject arg instead of GladeWidget (for cases of widget rebuilds), removed redundant variables * src/glade-gnome.c, src/glade-gtk.c: changed glade_widget_class_container_add to glade_widget_add_child() * src/glade-widget.c: o Fixed glade_widget_rebuild() in regards to using the _add_child()/_remove_child() api and visibility. o Fixed more event related selection bugs (by retrieving the mouse pointer with window_get_pointer()) o Fixed GladeWidgetDataTag to use the quark everywhere
-
- 09 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/Makefile.am, po/POTFILES.in: Made changes for changed files. * src/glade-fixed.[ch]: The new GladeWidget derived free form placement support object. * src/glade-fixed-manager.[ch]: Removed. * doc/catalogintro.sgml: made mention of new 'fixed' property on 'glade-widget-class' tag * doc/gladeui-sections.txt, doc/Makefile.am, doc/tmpl/*, doc/gladeui.types: Updated for file changes. * src/glade-app.c, src/glade-command.c, src/glade-gnome.c, src/glade.h: Changed for new apis in glade-widget and glade-fixed. * src/glade-gtk.c: o Changed for new apis in glade-widget and glade-fixed. o Restructured, now *all* class supports are listed class by class * src/glade-property-class.h: Fixed docs. * src/glade-widget-class.[ch]: o Added glade_widget_class_query () o Added glade_widget_class_create_widget () o Added glade_widget_class_create_internal () * src/glade-widget.[ch]: API is stablizing now... lots of cleanup done, added construct properties used in the constructor to create properties and runtime instances. * widgets/gtk+.xml.in: o Toolbars expand=False by default in GtkVBoxes o GtkPaned now works a little stabler o GtkFixed/GtkLayout marked 'fixed'.
-
- 07 Jun, 2006 2 commits
-
-
Tristan Van Berkom authored
* src/glade-gtk.c, widgets/gtk+.xml.in: o Reverting the simplification of gtkbox, the regression was that the box placeholders were not adjusting properly on undo/redo of create/delete/cut/paste commands. o Fixing GtkFixed/GtkLayout to not call glade_gtk_container_add/remove_child for its children. * src/glade-command.c: Slight simplifications made.
-
Tristan Van Berkom authored
* src/glade-command.c: fixed double free in glade_command_add_signal_finalize() * src/glade-signal-editor: Fixed signal editor to truely delete handler/userdata when it previously only appeared to.
-
- 03 Jun, 2006 1 commit
-
-
Tristan Van Berkom authored
* src/glade-editor-property.c, src/glade-editor.c: o Now bookless classes' info buttons are show insensitive. o No info buttons on query dialogs. * Many files: changed "== TRUE" to be "!= FALSE"
-
- 06 May, 2006 2 commits
-
-
Tristan Van Berkom authored
* doc/Makefile.am: Applied patch for bug 340692 * src/glade-command.c: glade_command_set_property (), return if the command doesnt change the property. * src/glade-editor-property.c: GladeEPropText, if string property is NULL and we recieve "" from the entry, set the property to NULL, if we get NULL from the entry and the property is "", then set the property to "", otherwise set the property to the entry text. (this fixes 339832) * src/glade-property.[ch]: constified GValue argument to glade_property_equals_value ().
-
Tristan Van Berkom authored
* src/glade-gtk.c: Fixed up GtkTable to not refresh placehlolders when doing a glade_gtk_table_replace_child() replacing a placeholder with a GladeWidget (only the other way around), this way placeholders are preserved during the operation of pasting multiple widgets to a GtkTable (and each pasted widget has its own seperate place in the table). * src/glade-command.c: Fixed "props recorded" marker to be marked on a per widget basis, this was causing only one widget in a list of pasted widgets to have its newly introspected packing props recorded (now they are all recorded) * src/glade-popup.c: Create insensitive 'paste' items when the clipboard has no selection. * src/glade-editor.[ch]: Insensitive "Documentation" and "Reset" buttons when no widget is loaded.
-
- 24 Apr, 2006 1 commit
-
-
Tristan Van Berkom authored
* TODO: Updated * doc/gladeui-sections.txt updated * src/glade-app.[ch]: Majorly reduced the api, now GladeApp is a singleton. Added "active-project" signal. * src/glade-builtins.[ch]: Removed unused variable. Enhanced objects pspec type to recognize interfaces. Added glade_param_spec_objects_get_type() * src/glade-clipboard-view.c: Trying a cute border. * src/glade-command.c, src/glade-fixed-manager.c, src/glade-placehodler.c, src/glade-popup.c, src/glade-project-view.c, src/glade-project-window.c: Updated for glade-app changes * src/glade-editor-property.c: Implemented objects pspec * src/glade-editor.[ch]: Added atk tab, added cuteness. * src/glade-gtk.c: o Translated image type names o Added button types (translated) o Support for button label & use-underline properties * src/glade-parser.c: o Updated for glade-app changes o Added save support for atk actions and relations. * src/glade-project.c: o Updated for glade-app changes o Fixed glade_project_fix_object_props for object lists * src/glade-property-class.[ch]: o Hardcoded atk relations and action names o Added glade_property_class_make_gvalue(), glade_property_class_get_from_gvalue(), glade_property_class_new_atk_action(), glade_property_class_list_atk_relations(), glade_property_class_atk_realname() o Fixed glade_property_class_is_object() (object lists qualify) * src/glade-property.[ch]: o Integrated property load proceedure into glade-property, loading code much cleaner and less redundant. (Added glade_property_read()) o Implemented atk properties (save/load) * src/glade-utils.[ch]: Added glade_util_read_prop_name(), glade_util_added_in_list(), glade_util_removed_from_list(), glade_util_class_implements_interface() * src/glade-widget-class.c: Introspect atk properties * src/glade-widget.c: Simplified load code, moved property load code to glade-property, save atk props properly. * src/glade.h: Removed the unused atk-relation tag. * src/main.c: Load gail (for atk action introspection) * src/atk.xpm: New atk icon * widgets/gtk+.xml.in: o GtkLabel label property --> translatable o GtkButton label property --> translatable, multi-line o Added GtkButton "type" property and GtkButton remove-child-function
-