summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implemented saving of properties, signals, atkprops accelerators:builderTristan Van Berkom2008-04-0316-776/+835
| | | | | | | | Implemented saving of properties, signals, atkprops accelerators: everything is saving properly now ! svn path=/branches/builder/; revision=1763
* Fixed special-child-type loading (i.e notebook tabs and frame labels), andTristan Van Berkom2008-04-032-323/+68
| | | | | | | | | * gladeui/glade-widget.c: Fixed special-child-type loading (i.e notebook tabs and frame labels), and removed some obsolete loading code from the old implementation. svn path=/branches/builder/; revision=1762
* Removed notion of the GPCType (which differentiated atk props from normalTristan Van Berkom2008-04-038-65/+29
| | | | | | | | | | | | | * gladeui/glade-property-class.[ch], gladeui/glade-editor.c, gladeui/glade-property.c, gladeui/glade-widget-adaptor.c: Removed notion of the GPCType (which differentiated atk props from normal props and also accel props for various purposes), now there is a boolean "atk" member that only means to put these properties in the atk tab of the editor, one day we can hopefully even remove this. svn path=/branches/builder/; revision=1761
* - Implemented atk relationsTristan Van Berkom2008-04-028-128/+142
| | | | | | | | * gladeui/glade-widget-adaptor.c, gladeui/glade-signal.c: Implemented loading of signals. svn path=/branches/builder/; revision=1760
* - Implemented loading of atk actions now...Tristan Van Berkom2008-04-025-76/+48
| | | | svn path=/branches/builder/; revision=1759
* - Implemented loading of atk properties (not relations or actions yet...)Tristan Van Berkom2008-04-025-16/+99
| | | | svn path=/branches/builder/; revision=1758
* Implemented loading of accelerators.Tristan Van Berkom2008-04-025-14/+131
| | | | | | | * gladeui/glade-gtk.c: Implemented loading of accelerators. svn path=/branches/builder/; revision=1757
* Added new entry points to create editor widgets for plugin provided pspecsTristan Van Berkom2008-04-0223-1305/+1485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gladeui/glade-widget-adaptor.[ch]: Added new entry points to create editor widgets for plugin provided pspecs and also to create strings based on plugin provided pspec. Moved all accelerater code out of the core and into the plugin, still working on loading glade files with the new parser... 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-base-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-builtins.c M gladeui/glade-builtins.h M gladeui/glade-project.c M gladeui/Makefile.am svn path=/branches/builder/; revision=1756
* Implemented loading of packing properties and normal properties.Tristan Van Berkom2008-04-017-170/+162
| | | | | | | | | * gladeui/glade-widget.[ch], gladeui/glade-widget-adaptor.c, gladeui/glade-property.[ch]: Implemented loading of packing properties and normal properties. svn path=/branches/builder/; revision=1755
* Implemented loading and building of the widget hierarchy, currently onlyTristan Van Berkom2008-04-017-56/+327
| | | | | | | | | | | * gladeui/glade-widget.[ch], gladeui/glade-widget-adaptor.[ch], various files: Implemented loading and building of the widget hierarchy, currently only types and widget names, no properties or packing properties - but internal children and placeholders are loaded correctly. svn path=/branches/builder/; revision=1754
* gladeui/glade-parser.[ch]Tristan Van Berkom2008-03-3015-1911/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | * gladeui/glade-parser.[ch] * lots of files: removed references to load/save, disabled load/save - clearing the way for builder support. M ChangeLog M gladeui/glade-widget.c M gladeui/glade-widget.h M gladeui/glade-widget-adaptor.c D gladeui/glade-parser.c M gladeui/glade-xml-utils.c D gladeui/glade-parser.h M gladeui/glade-xml-utils.h M gladeui/glade-property.c M gladeui/glade-property.h M gladeui/glade-property-class.h M gladeui/glade-project.c M gladeui/glade-signal.c M gladeui/Makefile.am M gladeui/glade-signal.h svn path=/branches/builder/; revision=1753
* Translation updated by Ivar SmolinPriit Laes2008-03-242-14/+18
| | | | | | | | 2008-03-24 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=1751
* Updated TranslationLaurent Dhima2008-03-202-125/+91
| | | | svn path=/trunk/; revision=1750
* Translation updated by Ivar SmolinPriit Laes2008-03-202-5/+9
| | | | | | | | 2008-03-20 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=1748
* Updated TranslationLaurent Dhima2008-03-192-1895/+1942
| | | | svn path=/trunk/; revision=1747
* Updated Turkish TranslationBaris Cicek2008-03-112-291/+307
| | | | svn path=/trunk/; revision=1744
* Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org>Alexander Shopov2008-03-112-391/+427
| | | | | | | | | 2008-03-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org> svn path=/trunk/; revision=1742
* Fixing changelog and one assertionTristan Van Berkom2008-03-112-2/+2
| | | | svn path=/trunk/; revision=1741
* Moved widget name policing to gladeproject.Tristan Van Berkom2008-03-105-11/+51
| | | | | | | | | | | * gladeui/glade-widget.c, gladeui/glade-project.c: Moved widget name policing to gladeproject. * gladeui/glade-editor.c: Dont commit name values if name already exists in the project. svn path=/trunk/; revision=1739
* Updated Danish translationKenneth Nielsen2008-03-102-381/+415
| | | | svn path=/trunk/; revision=1737
* Updated Japanese translation.Takeshi AIHANA2008-03-102-360/+375
| | | | | | | | 2008-03-11 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=1736
* Updated Portuguese translation.Duarte Loreto2008-03-102-427/+447
| | | | | | | | 2008-03-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=1735
* Updated Occitan translationYannig MARCHEGAY2008-03-101-2/+2
| | | | svn path=/trunk/; revision=1734
* Updated Galician Translation.Ignacio Casal Quinteiro2008-03-102-293/+315
| | | | svn path=/trunk/; revision=1733
* fixed compile and warnings when setting GtkWindow::icon-nameTristan Van Berkom2008-03-102-1/+2
| | | | svn path=/trunk/; revision=1732
* fixing changelogTristan Van Berkom2008-03-101-2/+3
| | | | svn path=/trunk/; revision=1731
* Now if an empty project is loaded and anothther project with widgets isTristan Van Berkom2008-03-103-14/+19
| | | | | | | | | | | * gladeui/glade-app.c: Now if an empty project is loaded and anothther project with widgets is loaded, they will also be shown at load time (first widget in the layout gets autoloaded). svn path=/trunk/; revision=1730
* Rolling 3.4.3GLADE3_3_4_3Tristan Van Berkom2008-03-104-2/+26
| | | | | | | | | | * NEWS, configure.ac: Rolling 3.4.3 * plugins/gtk+/gtk+.xml.in: Backing out GtkScaleButton and GtkVolumeButton as they introduce strings. svn path=/trunk/; revision=1727
* Rolling 3.4.2GLADE3_3_4_2Tristan Van Berkom2008-03-103-1/+42
| | | | svn path=/trunk/; revision=1725
* Updated Occitan translationYannig MARCHEGAY2008-03-101-429/+442
| | | | svn path=/trunk/; revision=1724
* Updated Spanish translationJorge Gonzalez Gonzalez2008-03-102-422/+442
| | | | svn path=/trunk/; revision=1723
* Updated British English translation.Philip Withnall2008-03-102-640/+684
| | | | | | | | | 2008-03-10 Philip Withnall <pwithnall@svn.gnome.org> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=1722
* Updated Malayalam TranslationAni Peter2008-03-101-0/+4
| | | | svn path=/trunk/; revision=1721
* Updated Malayalam TranslationAni Peter2008-03-101-1270/+1648
| | | | svn path=/trunk/; revision=1720
* - Add/Remove parent doesnt dup widgets anymore (bug 517388)Tristan Van Berkom2008-03-102-2/+3
| | | | | | | | * plugins/gtk+/glade-gtk.c: - Add/Remove parent doesnt dup widgets anymore (bug 517388) svn path=/trunk/; revision=1719
* Updated Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2008-03-102-428/+444
| | | | | | | | 2008-03-09 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=1718
* - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton)Tristan Van Berkom2008-03-102-2/+23
| | | | | | | | * plugins/gtk+/glade-gtk.c: - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton) svn path=/trunk/; revision=1717
* - Fixed treeview issues with objects dialog, fixing the atk relations bugTristan Van Berkom2008-03-103-1/+14
| | | | | | | | | * gladeui/glade-editor-property.c: - Fixed treeview issues with objects dialog, fixing the atk relations bug 512081. svn path=/trunk/; revision=1716
* fixed my previous errors Tristan Van Berkom2008-03-091-5/+12
| | | | svn path=/trunk/; revision=1715
* When adding a first project, display the first toplevel in the designTristan Van Berkom2008-03-094-3/+37
| | | | | | | | | | | * gladeui/glade-app.c: When adding a first project, display the first toplevel in the design layout. * gladeui/glade-widget.c: Handle glade_widget_show() with unrealized design-view, connect-after the design-view's realize and retry. svn path=/trunk/; revision=1714
* Made sure idle handlers werent updating treeviews after the object isTristan Van Berkom2008-03-092-1/+13
| | | | | | | | * gladeui/glade-base-editor.c: Made sure idle handlers werent updating treeviews after the object is destroyed (also bug 506713). svn path=/trunk/; revision=1713
* - Reverted to real time string editing and not using focus-out handlersTristan Van Berkom2008-03-092-27/+12
| | | | | | | | | * gladeui/glade-editor-property.c: - Reverted to real time string editing and not using focus-out handlers anymore. svn path=/trunk/; revision=1712
* Made sure idle handlers werent updating treeviews after the object isTristan Van Berkom2008-03-094-7/+39
| | | | | | | | * gladeui/glade-base-editor.c: Made sure idle handlers werent updating treeviews after the object is destroyed (also bug 506713). svn path=/trunk/; revision=1711
* - Reset "events" property for newly created widgets (workaround for bugTristan Van Berkom2008-03-093-1/+14
| | | | | | | | | | | | * plugins/gtk+/glade-gtk.c: - Reset "events" property for newly created widgets (workaround for bug 472555). * gladeui/glade-editor-property.c: added return_if_fail guard as per bug 479468. svn path=/trunk/; revision=1710
* Fixed a crash detail bug 493418.Tristan Van Berkom2008-03-092-3/+12
| | | | | | | * plugins/gtk+/glade-gtk.c: Fixed a crash detail bug 493418. svn path=/trunk/; revision=1709
* hindi updateRajesh Ranjan2008-03-093-979/+1169
| | | | svn path=/trunk/; revision=1708
* Updated Norwegian bokmål translation.Kjartan Maraas2008-03-092-281/+304
| | | | | | | | 2008-03-09 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=1707
* Translation updatedGabor Kelemen2008-03-092-3/+7
| | | | | | | | | 2008-03-09 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=1706
* Updated Russian translation.Yuri Kozlov2008-03-082-306/+334
| | | | | | | | | 2008-03-09 Yuri Kozlov <kozlov.y@gmail.com> * ru.po: Updated Russian translation. svn path=/trunk/; revision=1705
* Updated Occitan translationYannig MARCHEGAY2008-03-081-1/+1
| | | | svn path=/trunk/; revision=1704