summaryrefslogtreecommitdiff
path: root/doc/catalogintro.sgml
Commit message (Collapse)AuthorAgeFilesLines
* ammended docs for widget icon installations.Tristan Van Berkom2008-08-021-2/+2
| | | | svn path=/trunk/; revision=1848
* Documented newly added catalog tags.Tristan Van Berkom2008-04-091-20/+41
| | | | | | | | * doc/catalogintro.sgml, doc/widgetclasses.sgml, doc/properties.sgml: Documented newly added catalog tags. svn path=/trunk/; revision=1783
* fixed a few minor errors (was missing the "parent" attributeTristan Van Berkom2008-04-071-5/+7
| | | | | | | | on widget classes) svn path=/trunk/; revision=1776
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-071-47/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * autogen.sh: Run gtkdocize with --flavour=no-tmpl * configure.ac: Require gtk-doc 1.9 and bump to 3.5.0 dev version. * doc/gladeui-overrides.txt, doc/children.sgml, doc/tmpl/*: Removed unneeded. * doc/gladeui-docs.sgml, doc/widgetclasses.sgml, doc/catalogintro.sgml, doc/Makefile.am: Mega docs update, added new files and completely rediscribed the catalog in its new form. * gladeui/glade-design-view.c, gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c, gladeui/glade-command.c, gladeui/glade-widget-adaptor.h, gladeui/glade-base-editor.c, gladeui/glade-widget-action.c, gladeui/glade-xml-utils.c, gladeui/glade-utils.c, gladeui/glade-catalog.c, gladeui/glade-property.c, gladeui/glade-project.c: Added some description statements to newly documented files, fixed some warnings in other sources. M ChangeLog M configure.ac M doc/gladeui-docs.sgml M doc/widgetclasses.sgml M doc/catalogintro.sgml D doc/gladeui-overrides.txt M doc/Makefile.am D doc/children.sgml D doc/tmpl M doc/gladeui-sections.txt M doc/gladeui.types M doc/properties.sgml M gladeui/glade-design-view.c M gladeui/glade-widget.c M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-base-editor.c M gladeui/glade-widget-action.c M gladeui/glade-xml-utils.c M gladeui/glade-utils.c M gladeui/glade-catalog.c M gladeui/glade-property.c M gladeui/glade-project.c M autogen.sh svn path=/trunk/; revision=1775
* Renamed all icons.Vincent Geddes2007-04-011-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | * plugins/gtk+/icons/*, plugins/gnome/icons/*: Renamed all icons. * gladeui/glade-project-view.c, gladeui/glade-widget-adaptor.[ch], gladeui/glade-palette-item.c, gladeui/glade-clipboard-view.c: Use GtkIconTheme for loading and managing widget icons. New "icon-name" property on GladeWidgetAdaptor. * gladeui/glade-catalog: Added catalog property "icon-prefix". The default value of this property is set to the catalog name. * gladeui/glade-app.c: Add GtkIconTheme search path for widget icons. * plugins/gtk+/icons/16x16/Makefile.am, plugins/gtk+/icons/22x22/Makefile.am, plugins/gnome/icons/16x16/Makefile.am, plugins/gnome/icons/22x22/Makefile.am: Renamed icon files. * gladeui/glade-widget-adaptor.c: Use g_type_class_add_private(). * doc/widgetclasses.sgml, doc/catalogintro.sgml: Update documentation. svn path=/trunk/; revision=1237
* - Add summary of the application's functionality in the '--help' outputVincent Geddes2007-02-091-3/+3
| | | | | | | | | | | | | * src/main.c: - Add summary of the application's functionality in the '--help' output (with g_option_context_set_summary()). - Set translation domain for the main option group. * docs/catalogintro.sgml: pkg-config file is now 'gladeui-1.0'. * data/glade-3.desktop.in.in: Added 'GUIDesigner' to 'Categories'. svn path=/trunk/; revision=1087
* The pkg-config entry is now `libgladeui-1.0.pc'.Tristan Van Berkom2006-12-121-3/+3
| | | | | | | * configure.in, src/Makefile.am, src/.cvsignore: The pkg-config entry is now `libgladeui-1.0.pc'. * doc/catalogintro.sgml: Update for change in pkg-config entry.
* Fixed spelling and formatting typos.Tristan Van Berkom2006-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * doc/catalogintro.sgml, doc/children.sgml, doc/gladeui-docs.sgml, doc/tmpl/glade-app.sgml, doc/tmpl/glade-fixed.sgml, doc/tmpl/glade-palette.sgml, doc/tmpl/glade-project.sgml, src/glade-editor.c: Fixed spelling and formatting typos. * src/glade-palette.c: Add documentation. * widgets/glade-catalog.dtd: Removed xml document tag (DTD expressions are not xml). Add 'toplevel' attribute to 'glade-widget-class' attribute list. * widgets/gtk+.xml.in: Change default widget properties (in line with HIG). o The scrolling policies of GtkScrolledWindow are now GTK_POLICY_AUTOMATIC. o The GtkDialog 'has-separator' property is now set to FALSE. o The GtkFrame 'shadow-type' property is now GTK_SHADOW_NONE. * src/glade-gtk.c: Changed glade_gtk_frame_post_create(). By default, GtkFrame's are now more HIG compliant. * pixmaps/22x22/Makefile.am: Another icon.
* fixed typosTristan Van Berkom2006-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Made changes for changed files.Tristan Van Berkom2006-06-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'.
* touch up after initial edit.Tristan Van Berkom2006-05-181-7/+7
|
* catalog book specifications now on widget classesTristan Van Berkom2006-05-181-0/+10
| | | | | | | | | | | | | | * src/glade.h, src/glade-catalog.c, src/glade-widget-class.[ch]: catalog book specifications now on widget classes * src/glade-editor.c, src/glade-editor-property.c: Now get the book name directly from the widget class. * doc/catalogintro.sgml: documented added "book" property. * widgets/bonobo.xml.in: added gnome catalog dependancy * widgets/gnome.xml.in, widgets/gtk+.xml.in: Added book specifications.
* Fixed broken build (I commited with an error of undefined W_OK forTristan Van Berkom2006-04-111-7/+46
| | | | | | | | * src/glade-utils.c: Fixed broken build (I commited with an error of undefined W_OK for g_access), now we actually try to open the file for writing to see if its writable. * doc/catalogintro.sgml: Added a bit about the new init-function by Juan.
* Updated docs to reflect the recently implemented installation method.Tristan Van Berkom2006-04-041-5/+5
| | | | | | | | | | | | | 2006-04-04 Tristan Van Berkom <tvb@gnome.org> * doc/catalogintro.sgml: Updated docs to reflect the recently implemented installation method. 2006-04-04 Yevgen Muntyan <muntyan@tamu.edu> * configure.in, src/Makefile.am, src/glade-3.pc.in: New pc file for extention libraries to find where to install there catalogs, pixmaps and library.
* Added (migration of adding-widgets.txt documentation)Tristan Van Berkom2006-02-091-0/+113
* doc/catalogintro.sgml, doc/children.sgml, doc/widgetclasses.sgml, doc/properties.sgml: Added (migration of adding-widgets.txt documentation) * widgets/adding-widgets.txt: Removed (migration of adding-widgets.txt documentation to the Reference manual)