summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Substitute PLUGINS_WARN_CFLAGS as the warning flags for compiling plugins.Vincent Geddes2007-06-277-937/+15
| | | | | | | | | * configure.ac, plugins/gtk+/Makefile.am, plugins/gnome/Makefile.am: Substitute PLUGINS_WARN_CFLAGS as the warning flags for compiling plugins. Don't use the warning flags defined by GNOME_COMPILE_WARNINGS. svn path=/trunk/; revision=1399
* print a message for missing displayable values inJuan Pablo Ugarte2007-06-264-40/+115
| | | | | | | | | | | | | * gladeui/glade-property-class.c: print a message for missing displayable values in glade_property_class_update_from_node() and gpc_get_displayable_values_from_node() * plugins/gtk+/glade-gtk.c: removed inline displayable values in glade_gtk_image_type_get_type() and glade_gtk_button_type_get_type() * plugins/gtk+/gtk+.xml.in: added missing displayable values in GtkToolButton::glade-type, GtkButton::glade-type, GtkImage::glade-type and GtkArrow::arrow-type svn path=/trunk/; revision=1398
* Cygwin build fixes. Only apply "-mwindows" ld flag if we are in unstableVincent Geddes2007-06-264-5/+44
| | | | | | | | | * src/Makefile.am configure.ac gladeui/Makefile.am: Cygwin build fixes. Only apply "-mwindows" ld flag if we are in unstable development. svn path=/trunk/; revision=1397
* Add fi to LINGUAS fileIlkka Tuohela2007-06-262-0/+5
| | | | svn path=/trunk/; revision=1396
* fixing merge conflict on changelogTristan Van Berkom2007-06-261-0/+3
| | | | svn path=/trunk/; revision=1394
* remove obsolete GCC_WARN_FLAGS variableVincent Geddes2007-06-261-9/+0
| | | | | | * remove obsolete GCC_WARN_FLAGS variable svn path=/trunk/; revision=1393
* Updated Vietnamese translation.Clytie Siddall2007-06-252-938/+1186
| | | | svn path=/trunk/; revision=1392
* Set log domain for libgladeui to "GladeUI".Vincent Geddes2007-06-242-0/+5
| | | | | | * gladeui/Makefile.am: Set log domain for libgladeui to "GladeUI". svn path=/trunk/; revision=1391
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-242-176/+184
| | | | svn path=/trunk/; revision=1390
* glade_gtk_tool_button_set_type() return if loading fixes #450177.Juan Pablo Ugarte2007-06-232-0/+8
| | | | | | | * plugins/gtk+/glade-gtk.c: glade_gtk_tool_button_set_type() return if loading fixes #450177. glade_gtk_tool_button_set_icon() show image widget. svn path=/trunk/; revision=1388
* sv.po: Updated Swedish translationDaniel Nylander2007-06-232-1088/+1098
| | | | svn path=/trunk/; revision=1387
* Beautify header file, add tooltips for undo history menus.Vincent Geddes2007-06-213-13/+49
| | | | | | | * src/glade-project-window.c, src/glade-project-window.h: Beautify header file, add tooltips for undo history menus. svn path=/trunk/; revision=1385
* Fix "missing prototype" errors reported by gcc due to increased warningVincent Geddes2007-06-2120-61/+381
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix errors reported by gcc (due to higher warning level).Vincent Geddes2007-06-214-15/+652
| | | | | | | * plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-gtk.h: Fix errors reported by gcc (due to higher warning level). svn path=/trunk/; revision=1383
* Use gnome-common macro for WARN_CFLAGS. Bug #399134.Christian Persch2007-06-217-19/+36
| | | | | | | | | | | | | | 2007-06-21 Christian Persch <chpe@gnome.org> * bindings/python/Makefile.am: * configure.ac: * gladeui/Makefile.am: * plugins/gnome/Makefile.am: * plugins/gtk+/Makefile.am: * src/Makefile.am: Use gnome-common macro for WARN_CFLAGS. Bug #399134. svn path=/trunk/; revision=1382
* Misc cleanups.Vincent Geddes2007-06-214-19/+14
| | | | | | * gladeui/glade-app.[ch], gladeui/glade-widget-adaptor.c: Misc cleanups. svn path=/trunk/; revision=1381
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-212-142/+165
| | | | svn path=/trunk/; revision=1380
* Refresh active GladeDesignView upon update_ui calls (fixes occasionalTristan Van Berkom2007-06-212-1/+7
| | | | | | | | * src/glade-project-window.c: Refresh active GladeDesignView upon update_ui calls (fixes occasional outline glitch in the design-view). svn path=/trunk/; revision=1379
* Remember notebook page when reconstructing (Fixes bug 394382)Tristan Van Berkom2007-06-214-0/+13
| | | | | | | | * plugins/gtk+/glade-gtk.c: Remember notebook page when reconstructing (Fixes bug 394382) svn path=/trunk/; revision=1378
* misc update docs againVincent Geddes2007-06-202-40/+1
| | | | | | * misc update docs again svn path=/trunk/; revision=1377
* add more documentation templatesVincent Geddes2007-06-202-0/+260
| | | | | | * add more documentation templates svn path=/trunk/; revision=1376
* remove file 'plugins/gtk+/gtkunixprint.xml' erronousely added to repoVincent Geddes2007-06-201-14/+0
| | | | | | * remove file 'plugins/gtk+/gtkunixprint.xml' erronousely added to repo svn path=/trunk/; revision=1375
* Set up documentation for GladeInspector.Vincent Geddes2007-06-2011-107/+156
| | | | | | | | | | | | * 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
* Updated Japanese translation.Takeshi AIHANA2007-06-202-589/+644
| | | | | | | | 2007-06-20 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=1373
* s/8space/tab/ --> Changelog entries.Tristan Van Berkom2007-06-201-70/+70
| | | | svn path=/trunk/; revision=1372
* added extra check in project_remove_widget_cb() iter could be NULL!Juan Pablo Ugarte2007-06-202-4/+10
| | | | | | | * gladeui/glade-inspector.c: added extra check in project_remove_widget_cb() iter could be NULL! svn path=/trunk/; revision=1371
* New Inspector implementation. - The Inspector no longer records sessionVincent Geddes2007-06-2010-1063/+932
| | | | | | | | | | | | | | | | | * gladeui/glade-inspector.[ch]: New Inspector implementation. - The Inspector no longer records session data. - GtkTreeModel of inspector is now synchronised with project data in an incremental fashion, instead of being totally rebuilt on changes. * gladeui/glade-project-view.[ch]: Removed. * gladeui/glade-app.[ch]: Remove glade_app_add_project_view(). Inspectors are now managed by the frontend. * src/glade-project-window: A unique GladeInspector is associated with each open project. These inspectors are stored in a GtkNotebook. svn path=/trunk/; revision=1370
* fixing compile warning.Tristan Van Berkom2007-06-201-6/+4
| | | | svn path=/trunk/; revision=1369
* - Added Drag/Resize button in the toolbarTristan Van Berkom2007-06-2013-58/+257
| | | | | | | | | | | | | | | | | | * src/glade-project-window.c: - Added Drag/Resize button in the toolbar * gladeui/glade-design-layout.c: More reliable pointer handling * gladeui/glade-app.c: New pointer-mode property * gladeui/glade-fixed.c, gladeui/glade-placeholder.c, gladeui/glade-palette.c: Use pointer-mode to set pointer interaction mode * gladeui/glade-builtins.c: Added trailing end marker on the stock list enum paramspec. svn path=/trunk/; revision=1368
* added glade_project_undo_items() and glade_project_redo_items().Tristan Van Berkom2007-06-194-9/+188
| | | | | | | | | | | * gladeui/glade-project.[ch]: added glade_project_undo_items() and glade_project_redo_items(). * src/glade-project-window.c: Made Undo/Redo buttons use a GtkMenuToolButton and include undo/redo history in those buttons svn path=/trunk/; revision=1367
* Added launch_editor action for toolbars.Tristan Van Berkom2007-06-192-0/+7
| | | | | | | * plugins/gtk+/gtk+.xml.in: Added launch_editor action for toolbars. svn path=/trunk/; revision=1366
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-192-4/+14
| | | | svn path=/trunk/; revision=1365
* deleted launch_editor wrapper.Juan Pablo Ugarte2007-06-183-234/+210
| | | | | | | | * bindings/python/glade-python-gwa.defs: deleted launch_editor wrapper. * bindings/python/glade-python-gwa.c: updated svn path=/trunk/; revision=1364
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-182-376/+385
| | | | svn path=/trunk/; revision=1363
* Rolling 3.3.1GLADE_3_3_1Tristan Van Berkom2007-06-184-8/+30
| | | | | | | | | | | * NEWS, configure.ac: Rolling 3.3.1 * gladeui/plugins/gtk+/glade-gtk.c: Corrected undo item for "remove page" action to say "Removed page from notebook1". svn path=/trunk/; revision=1361
* More descriptive displayable values for the "toolbar-style" property. WeVincent Geddes2007-06-172-5/+9
| | | | | | | | * plugins/gtk+/gtk+.xml.in: More descriptive displayable values for the "toolbar-style" property. We now have "Icons only", "Text only", "Text below icons, "Text beside icons". svn path=/trunk/; revision=1360
* Fix spelling typos, and clear up a translation ambiguity (#429736).Vincent Geddes2007-06-174-7/+12
| | | | | | | | * gladeui/glade-property-class.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Fix spelling typos, and clear up a translation ambiguity (#429736). svn path=/trunk/; revision=1359
* Make strings more translatable (#419979).Vincent Geddes2007-06-172-4/+16
| | | | | | * gladeui/glade-command.c: Make strings more translatable (#419979). svn path=/trunk/; revision=1358
* fix ChangeLog entryVincent Geddes2007-06-171-1/+1
| | | | | | * fix ChangeLog entry svn path=/trunk/; revision=1357
* Revert previous commitVincent Geddes2007-06-172-5/+2
| | | | | | * Revert previous commit svn path=/trunk/; revision=1356
* Set "set-always" attribute on "toolbar-style" property to "True"Vincent Geddes2007-06-172-1/+4
| | | | | | | * plugins/gtk+/gtk+.xml.in: Set "set-always" attribute on "toolbar-style" property to "True" (#448218). svn path=/trunk/; revision=1355
* Ensure parameter list passed to gtk_dialog_set_alternative_button_order()Vincent Geddes2007-06-172-2/+9
| | | | | | | * gladeui/glade-editor-propertyc: Ensure parameter list passed to gtk_dialog_set_alternative_button_order() are terminated (#424509). svn path=/trunk/; revision=1354
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-152-321/+358
| | | | svn path=/trunk/; revision=1353
* Fix and improve URL launching on win32.Vincent Geddes2007-06-143-32/+29
| | | | | | | * gladeui/glade-utils.c, src/glade-project-window.c: Fix and improve URL launching on win32. svn path=/trunk/; revision=1352
* Fix problem with last commitVincent Geddes2007-06-141-1/+1
| | | | | | * Fix problem with last commit svn path=/trunk/; revision=1351
* glade_gtk_image_set_stock() property make reference toJuan Pablo Ugarte2007-06-132-1/+7
| | | | | | | * plugins/gtk+/glade-gtk.c: glade_gtk_image_set_stock() property make reference to GLADE_TYPE_STOCK_IMAGE not GLADE_TYPE_STOCK! fixes bug #444959 svn path=/trunk/; revision=1350
* Change GtkMessageType of _warning_ dialogs from GTK_MESSAGE_INFO toVincent Geddes2007-06-132-4/+9
| | | | | | | * gladeui/glade-app.c: Change GtkMessageType of _warning_ dialogs from GTK_MESSAGE_INFO to GTK_MESSAGE_WARNING. svn path=/trunk/; revision=1349
* added some extra checks in glade_widget_adaptor_action_add_real()Juan Pablo Ugarte2007-06-134-104/+251
| | | | | | | | | | | | | | | | | | | | * gladeui/glade-widget-adaptor.c: added some extra checks in glade_widget_adaptor_action_add_real() * plugins/gtk+/glade-gtk.c: added new actions support code - glade_gtk_box_notebook_child_insert_action() renamed to glade_gtk_box_notebook_child_insert_remove_action() - glade_gtk_table_child_insert_action() renamed to glade_gtk_table_child_insert_remove_action() * plugins/gtk+/gtk+.xml.in: added new actions - GtkTable remove_row and remove_column - GtkNotebook remove_page svn path=/trunk/; revision=1348
* - Fixed cut/paste inside notebooks (widgets wanted to stay on the sameTristan Van Berkom2007-06-132-14/+31
| | | | | | | | | | | | * 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
* HIG: Use "Edit.." instead of "Edit Menu", and so on.Vincent Geddes2007-06-134-5/+15
| | | | | | | | | | * plugins/gtk+/gtk+.xml.in: HIG: Use "Edit.." instead of "Edit Menu", and so on. * configure.ac: Calculate libtool CURRENT-minus-AGE value. * gladeui/gladeui.rc.in: Set the DLL name correctly. svn path=/trunk/; revision=1346