summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added ChangeLog entry for Johannes's work, fixed some compile warnings.project-tree-modelTristan Van Berkom2010-05-143-3/+20
* Updated Shavian transliterationThomas Thurman2010-05-141-1027/+2217
* Updated Galician translationFran Diéguez2010-05-141-870/+941
* Remove some unneded GTK+ version checksJavier Jardón2010-05-142-11/+0
* Updated Spanish translationJorge González2010-05-141-860/+958
* Update POTFILES.in fileJavier Jardón2010-05-141-1/+1
* Do not show the event box in signal editorJavier Jardón2010-05-142-0/+6
* Updated German translationMario Blättermann2010-05-141-957/+1044
* Updated Spanish translationJorge González2010-05-141-22/+7
* Fix doap fileOlav Vitters2010-05-141-1/+1
* Cache the list of objects in the projectsJohannes Schmid2010-05-143-46/+31
* inspector: Bring back old search entryJohannes Schmid2010-05-141-30/+166
* Improved search to us partial match instead of prefix matchJohannes Schmid2010-05-121-6/+20
* Free the signals correctlyJohannes Schmid2010-05-121-3/+5
* Make all members of GladeSignalClass const as they should.Johannes Schmid2010-05-121-1/+1
* Allow destroying (and recreation) of GladeApp objectJohannes Schmid2010-05-123-13/+12
* Remove debug messagesJohannes Schmid2010-05-121-4/+0
* glade-inspector: Add a GtkEntryCompletion to the search entryJohannes Schmid2010-05-091-2/+12
* Fix glade_widget_get_children() to always return a correct listJohannes Schmid2010-05-091-9/+10
* Fix selection handling in inspector and deleting of widgetsJohannes Schmid2010-05-093-17/+108
* glade-widget: Add a g_return_if_fail() if we cannot find an apator for widgetsJohannes Schmid2010-05-092-4/+9
* signal-editor: As this derives from GtkVBox there is no need to call get_widg...Johannes Schmid2010-05-074-27/+9
* signal-editor: move column-enum from .h to .c as it is really a private thing.Johannes Schmid2010-05-072-24/+23
* signal-editor: clean-up public members and remove silly signals all over.Johannes Schmid2010-05-073-329/+252
* glade-widget: Don't list children without associated GladeWidget but do it in...Johannes Schmid2010-05-071-1/+13
* glade-project: Fixed bug in glade_project_get_widget_by_name()Johannes Schmid2010-05-071-15/+7
* glade-inspector: Fixed searching and removed lots of obsolete codeJohannes Schmid2010-05-071-301/+63
* glade-widget: Don't duplicate the list of childrenJohannes Schmid2010-05-061-12/+1
* gladeui: Port inspector to use GladeProject as GtkTreeModel.Johannes Schmid2010-04-183-406/+67
* gladeui: Added nice enum for the model columnsJohannes Schmid2010-04-182-38/+30
* gladeui: fixed addition and removal of widgetsJohannes Schmid2010-04-181-14/+0
* gladeui: Finished tree model for GladeProjectJohannes Schmid2010-04-182-87/+120
* gladeui: Fix a Gtk-Critical in GladePaletteJohannes Schmid2010-04-181-3/+3
* gladeui: Initial tree model for GladeProjectJohannes Schmid2010-04-182-41/+441
* gladeui: Add glade_widget_get_children() convenience layerJohannes Schmid2010-04-182-2/+29
* Updated Galician translationsFrancisco Diéguez2010-04-171-198/+107
* Updated Spanish translationJorge González2010-04-161-908/+1001
* Updated Galician translationFran Diéguez2010-04-141-911/+1142
* Updated German doc translationMario Reyer2010-04-071-85/+134
* Fixes to Catalan translationJordi Serratosa2010-04-021-1104/+1327
* * gladeui/glade-project.c:Tristan Van Berkom2010-04-012-3/+5
* 2010-04-01 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2010-04-012-4/+15
* * src/glade-window.c:Tristan Van Berkom2010-03-312-11/+71
* * gladeui/glade-signal-editor.c: Save some space in treeview column headers.Tristan Van Berkom2010-03-312-2/+3
* * gladeui/glade-base-editor.c: Fixed to unref in ->dispose() and to unset th...Tristan Van Berkom2010-03-312-7/+22
* * src/Makefile.am, src/glade-close-button.[ch]: Using Paolo Borelli's close ...Tristan Van Berkom2010-03-3111-23/+519
* * plugins/gtk+/gtk+.xml.in: Removed GtkUIManager as its not really editable ...Tristan Van Berkom2010-03-302-3/+3
* * gladeui/glade-signal-editor.c: Fixed access to signal name in object dialo...Tristan Van Berkom2010-03-303-6/+21
* 2010-03-30 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2010-03-303-1/+34
* * gladeui/glade-popup.c: Allow adding new actions to action groups from the ...Tristan Van Berkom2010-03-296-218/+485