- 23 Nov, 2008 1 commit
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=2043
-
- 22 Nov, 2008 4 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2042
-
Tristan Van Berkom authored
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-treeview-editor.[ch]: New editor to group the treeview and model together in the base editor treeview editor * gladeui/glade-editor-table.c: - Load propertes up a realize time (some sizes need negotiation when loaded editables are going into dialogs that are not yet on screen). svn path=/trunk/; revision=2041
-
Tristan Van Berkom authored
* gladeui/glade-editor-table.c: Fixed a warning hiding a never built label * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: - First itteration on the treeview editor, removed annoying actions for column/cell hierarchy and do it all in the editor, added position packing property to treeview column for this (treeview column still implemented generically as a cell layout). svn path=/trunk/; revision=2040
-
Tristan Van Berkom authored
* gladeui/glade-base-editor.c: - Removed apis to add popups, now they are autogenerated - Added glade_base_editor_append_types(), glade_base_editor_new() now only adds types supported by the container object, use _append_types() to define hierarcic type relations for children. * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Now the toolbar editor can add menus and edit menus inside the gtkmenutoolbutton (fixed bug 429438). svn path=/trunk/; revision=2039
-
- 20 Nov, 2008 2 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-cell-renderer-editor.c: Added GladeEPropCellAttribute * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Integrated new eprop for cell renderer attributes, avoid setting attributes for columns that exceed model bounds (except on load). svn path=/trunk/; revision=2038
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Added all remaining metadatas for cell renderers (all cell renderers and attributes now implemented). * plugins/gtk+/glade-column-types.c: Fixed to populate enums/flags only after all catalogs parsed, now they are listed in alphabetical order too. svn path=/trunk/; revision=2037
-
- 19 Nov, 2008 3 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2036
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2035
-
Tristan Van Berkom authored
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-cell-renderer-editor.c: Added a new editor for cell renderers * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added metadata for all attributes and auxilary properties in the catalog, and added hooks to manipulate, load and save cell renderers, reused most of Juan Pablo's work for this, and also for treeview column child renderer support. svn path=/trunk/; revision=2034
-
- 16 Nov, 2008 1 commit
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=2033
-
- 15 Nov, 2008 5 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.h: Added new backend ->depends() vfunc to determine toplevel dependancies (for glade file output ordering). * gladeui/glade-project.[ch]: - Sort dependancies using glade_widget_adaptor_depends() * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: - Added ->depends() func for GtkWidget and GtkSizeGroup svn path=/trunk/; revision=2032
-
Tomasz Dominikowski authored
2008-11-15 Tomasz Dominikowski <tdominikowski@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=2031
-
Tristan Van Berkom authored
* gladeui/glade-utils.c: added glade_utils_hijack_key_press () * src/glade-window.c: Moved hijack_key_press to glade_utils * gladeui/glade-editor.[ch]: - Added "widget" property - added glade_editor_dialog_for_widget() * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added "Edit Separately" action svn path=/trunk/; revision=2030
-
Tristan Van Berkom authored
* src/glade-window.c: Update glade-app accel group. * gladeui/glade-project.[ch], gladeui/glade-app.c: Remove accel group notion from projects * gladeui/glade-base-editor.c: - Use global accel group (with keypress editor hijack in place) - No longer modal - added "container" property on the editor - dedicated dialogs self destruct if their container changes svn path=/trunk/; revision=2029
-
Tristan Van Berkom authored
* gladeui/glade-editor-property.[ch]: Fixed recursion in the eprops when updating values (due to exterior callers calling ->load() when the project changes for thier custom editors), this fixes glitches when editing multiline text entries. svn path=/trunk/; revision=2028
-
- 13 Nov, 2008 3 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-app.c: Fixed win32 api for deprecated api usage (bug 559678). svn path=/trunk/; revision=2027
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: Delete dangling submenus when moving children around in the menu editor (bug 560145). svn path=/trunk/; revision=2026
-
Tristan Van Berkom authored
* gladeui/glade-utils.c: Refixed use of uninitialized variable (bug 559678). * plugins/gnome/glade-gnome.c: Fixed build breakage (bug 560668). svn path=/trunk/; revision=2025
-
- 12 Nov, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: Fixed loading of images and only set image data when in the correct edit mode. * plugins/gtk+/glade-convert.c: Fixed toolbutton conversions to search icon factories from the beginning of the object list and not the current list position. * gladeui/glade-project.c: When changing resource paths, reload all pixbuf properties automagically (this wont work for custom pixbufs like icon factory has). svn path=/trunk/; revision=2024
-
- 08 Nov, 2008 3 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-project.c: Now save project resource directory in glade file comments if user specified a relative or absolute path in the prefs dialog, otherwise resources are loaded from the project's directory. svn path=/trunk/; revision=2023
-
Kjartan Maraas authored
svn path=/trunk/; revision=2022
-
Kjartan Maraas authored
2008-11-08 Kjartan Maraas <kmaraas@gnome.org> * gladeui/glade-utils.c: (glade_utils_get_pspec_from_funcname), (glade_util_ui_message), (glade_util_gtk_combo_find): * src/glade-window.c: (confirm_close_project): Try to avoid using deprecated glib api. svn path=/trunk/; revision=2021
-
- 07 Nov, 2008 3 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-convert.c: Set the toplevel window accel-groups property when converting. svn path=/trunk/; revision=2020
-
Tristan Van Berkom authored
* gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: moved signal and children serialization from glade_widget_adaptor_object_write_widget() to glade_widget_write() (bug #559531) svn path=/trunk/; revision=2019
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Faked the accel-group property and added accel-groups object list to GtkWindow... work in progress. * plugins/gtk+/glade-image-item-editor.c: Adjusted for accel-group property which is only avaiable for stock items. * plugins/gtk+/glade-gtk.c: Fixed sensitivity for accel-group/stock at load time. * gladeui/glade-editor-property.c: Labels dont go insensitive anymore, I think that was a general usability problem, the inputs still go insensitive and there are always useful tooltips, the insensitivity message still gets across. * gladeui/glade-editor-table.c: Fixed breaking weak refs from dispose. svn path=/trunk/; revision=2018
-
- 05 Nov, 2008 2 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2017
-
Tristan Van Berkom authored
* gladeui/glade-xml-utils.c, gladeui/glade-property-class.c: Added parameter-spec parsing, need to updated docs still. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-attributes.c, plugins/gtk+/glade-icon-sources.c, plugins/gtk+/glade-accels.c, plugins/gtk+/glade-model-data.c, plugins/gtk+/glade-column-types.c: - Removed all custom parameter spec implementations in the plugin and replaced them with automatically generated ones parsed by the xml. - Fixed hierarchy bugs, some classes were not saving. svn path=/trunk/; revision=2016
-
- 01 Nov, 2008 1 commit
-
-
Guntupalli Karunakar authored
svn path=/trunk/; revision=2015
-
- 31 Oct, 2008 2 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-image-item-editor.[ch], plugins/gtk+/glade-gtk.c: making menu conversions seemless * gladeui/glade-widget.c: Remove widgets from layout on hide, hide widgets when adding parentless prop refs. svn path=/trunk/; revision=2014
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch], gladeui/glade-command.[ch]: Added glade_widget_[un]lock() and glade_command_[un]lock_widget(). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-convert.c, plugins/gtk+/glade-image-item-editor.c: Dual format menu editing support depending on my gtk+ patch on bug 527672, TODO: still need to add accel-groups to GtkWindow on the glade side of things. svn path=/trunk/; revision=2013
-
- 29 Oct, 2008 2 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2012
-
Tristan Van Berkom authored
* plugins/gtk+/glade-attributes.c: Fixed some glitches, now its usable, closing case for now, we have attributes, they are global for the label but better that way for i18n'ing. svn path=/trunk/; revision=2011
-
- 28 Oct, 2008 5 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-label-editor.[ch], plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Rewrote GtkLabel implementation from top to bottom with custom editor (now all those conflicting properties are dummy proofed) svn path=/trunk/; revision=2010
-
Tristan Van Berkom authored
* plugins/gtk+/glade-store-editor.[ch], plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added liststore/treestore editor widget (only to better format the "columns" and "data" properties so that it takes the whole width with the treeview. svn path=/trunk/; revision=2009
-
Tristan Van Berkom authored
* plugins/gtk+/glade-icon-factory-editor.[ch], plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added icon factory editor widget (only to better format the "sources" property so that it takes the whole width with the treeview. svn path=/trunk/; revision=2008
-
Tristan Van Berkom authored
* gladeui/glade-gtk.c: Fixed bugs around load/save of button/imagemenuitem label (stock driven) properties. * plugins/gtk+/glade-image-item-editor.c: Fixed a null dereference, glade_command_create() sometimes ends up changeing the selection, so the editable may be reloaded in the midst of its flow. * gladeui/glade-property.c, gladeui/glade-widget-adaptor.c: Now check for pclass->save and pclass->enabled *before* calling glade_property_write(), this allows plugins to mark props as save="False" and save those properties with custom values, still allowing them to use the GladeProperty api. svn path=/trunk/; revision=2007
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Reimplemented GtkMenuItem and subclasses from top to bottom * plugins/gtk+/glade-image-item-editor.[ch], plugins/gtk+/Makefile.am: New GtkImageMenuItem editor (that embeds the child image editor when needed) * gladeui/glade-command.[ch]: Added glade_command_[un]protect_widget() * gladeui/glade-widget.[ch]: Added glade_widget_[un]protect() protected widgets come with a message and cannot be manually deleted from the project. * plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-button-editor.c, gladeui/glade-editor-table.c: Fixed to: - not reffer to child editables in finalize - always removed external signals and weak references from finalize * gladeui/glade-base-editor.c: Fixed to allow properties expand/fill in both label and entry. svn path=/trunk/; revision=2006
-
- 27 Oct, 2008 2 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-image-editor.[ch], plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c, gladeui/glade-property-class.c: Override type of GtkImage::icon-size to use real GTK_TYPE_ICON_SIZE for editing purposes (needed to fix the core a bit for this), also improved image editor to keep sizes contextual to image edit mode. svn path=/trunk/; revision=2005
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: - Reimplemented GtkImage from ground up. - Reimplemented stock on GtkButton. - Made toolbutton editables show up in the toolbar editor * gladeui/glade-base-editor.[ch]: Added glade_base_editor_add_editable() * plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-bar-editor.c: Implement new Editable vfunc set_show_name() * gladeui/glade-editor-table.c, gladeui/glade-editable.c, gladeui/glade-editor.c: Added new vfunc set_show_name() * plugins/gtk+/Makefile.am, plugins/gtk+/glade-image-editor.[ch]: New editor widget for GtkImage * gladeui/glade-property-class.[ch]: string props can now be "stock" or "stock-icon" * gladeui/glade-widget-adaptor.c: No more stock enum eprops * gladeui/glade-editor-property.c: Handle string types with "stock" or "stock-icon" svn path=/trunk/; revision=2004
-