summaryrefslogtreecommitdiff
path: root/doc/gladeui-docs.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Reverted the project format menu from editTristan Van Berkom2008-04-081-2/+2
| | | | | | | | | | * src/glade-window.c: Reverted the project format menu from edit * src/glade-utils.c: Add file format option to "save as" dialog, also added new filters for .ui files. svn path=/trunk/; revision=1777
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-071-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* removed every extra documentation, we keep them empty just becauseJuan Pablo Ugarte2007-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | * 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
* Set up documentation for GladeInspector.Vincent Geddes2007-06-201-2/+2
| | | | | | | | | | | | * doc/gladeui-docs.sgml, doc/gladeui.types, doc/gladeui-sections.txt, doc/tmpl/glade-inspector.sgml: Set up documentation for GladeInspector. * po/POTFILES.in: Add glade-inspector.c * gladeui/glade-inspector.[ch]: Add convenience function `glade_inspector_new_with_project()'. svn path=/trunk/; revision=1374
* 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.
* Added text-view handling of virtual "text" property (bug 347961)Tristan Van Berkom2006-07-221-1/+3
| | | | | | | * src/glade-gtk.c, widgets/gtk+.xml.in: Added text-view handling of virtual "text" property (bug 347961) * doc/gladeui-sections.txt, doc/gladeui-docs.sgml: updated.
* Made changes for changed files.Tristan Van Berkom2006-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'.
* actually add the "abstract" section.Tristan Van Berkom2006-05-021-0/+8
| | | | | | | | | | | * doc/gladeui-docs.sgml: actually add the "abstract" section. * src/glade-devhelp.c: Improved ui, but navigational buttons on top since I seem to intuitively always look there for them. * src/glade-utils.c: o Fixed return without value warnings o Print the error from GModule when it fails.
* put me as an author, removed the introductory chapter and added itsTristan Van Berkom2006-05-011-17/+9
| | | | | | | | | | | | | | | * doc/gladeui-docs.sgml: put me as an author, removed the introductory chapter and added its content as the "abstract". * src/glade-editor.c: Fixed a visibility bug on the class & name entries. * src/glade-devhelp.[ch], src/glade-utils.c, src/glade-project-window.c: o Added navigational buttons (forward, back) o Gained realestate by hiding the notebook tabs and putting search & document buttons along side the navigational buttons. o Added api to return a list of buttons in the hbox o Get the buttons and put them in a size group with the expand/collapse buttons (to align the plugin buttons in the project window).
* Finished writing up short and long descriptions for all generated docs,Tristan Van Berkom2006-02-101-3/+3
| | | | | * doc/*.sgml, doc/tmpl/*.sgml: Finished writing up short and long descriptions for all generated docs, also fixed up main page a bit.
* Glade 3.0 --> Glade-3Tristan Van Berkom2006-02-101-4/+4
| | | | | | | * configure.in: Glade 3.0 --> Glade-3 * doc/tmpl/*.sgml, doc/*.sgml, src/*.c: Massive doc updates, migrated some doc from sgml into source files.
* Modified Files: ChangeLog doc/Makefile.am doc/children.sgmlTristan Van Berkom2006-02-091-18/+7
| | | | | | | | | | | | | | Modified Files: ChangeLog doc/Makefile.am doc/children.sgml doc/gladeui-docs.sgml doc/tmpl/glade-app.sgml doc/tmpl/glade-clipboard-view.sgml doc/tmpl/glade-clipboard.sgml doc/tmpl/glade-editor-property.sgml doc/tmpl/glade-editor.sgml doc/tmpl/glade-fixed-manager.sgml doc/tmpl/glade-palette.sgml doc/tmpl/glade-placeholder.sgml doc/tmpl/glade-project-view.sgml doc/tmpl/glade-project.sgml doc/tmpl/glade-property.sgml doc/tmpl/glade-widget.sgml src/glade-project.c
* Require gtkdocize 1.4Tristan Van Berkom2006-02-091-1/+0
| | | | | | | | | | | | | | | * configure.in: Require gtkdocize 1.4 * doc/Makefile.am: Ignore glade-popup.h * doc/children.sgml, doc/gladeui-docs.sgml, doc/tmpl/glade-app.sgml, doc/tmpl/glade-project.sgml: Doc updates. * src/glade-project.c: Made project signals have object type args for GladeWidgets (of type GLADE_TYPE_WIDGET). * src/glade-widget.c: GladeWidget GType is now registered as "GladeWidget" and not "Gladewidget".
* Added (migration of adding-widgets.txt documentation)Tristan Van Berkom2006-02-091-28/+22
| | | | | | | | | * 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)
* doc/gladeui-docs.sgml, doc/gladeui-overrides.txt,Tristan Van Berkom2006-02-081-0/+108
* doc/Makefile.am, Added Files: doc/gladeui-docs.sgml, doc/gladeui-overrides.txt, doc/gladeui-sections.txt, doc/gladeui.types, Removed Files: doc/glade-docs.sgml, doc/glade-sections.txt, doc/glade.types: Making doc module called "gladeui" instead of "glade" to represent the libgladeui library, mostly just to make sure we have namespace wherever we install (since "glade" docs could concievably come from libglade, glade-2 or whatever), these are the initial revisions of these files anyway, so no need to surgically move the cvs history.