summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added asturian languagegnome-2-20Xandru Armesto2010-09-231-0/+1
|
* Updated asturian translationXandru Armesto2010-09-231-0/+5311
|
* Merge from master.Aron Xu2010-07-231-1085/+4450
|
* Updated Slovenian translationMatej Urbančič2009-10-211-370/+1292
|
* Rolling out 3.4.1GLADE3_3_4_1Juan Pablo Ugarte2007-12-183-2/+33
| | | | svn path=/trunk/; revision=1657
* fixed bug #503955 'Activating "Add Parent" on an internal widget componentJuan Pablo Ugarte2007-12-182-2/+10
| | | | | | | * plugins/gtk+/glade-gtk.c: fixed bug #503955 'Activating "Add Parent" on an internal widget component causes crash' svn path=/trunk/; revision=1656
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-172-76/+80
| | | | | | | | 2007-12-17 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=1655
* add missing headers to glade.hVincent Geddes2007-12-105-1/+6
| | | | svn path=/trunk/; revision=1654
* and fix Changelog as wellVincent Geddes2007-12-101-1/+2
| | | | svn path=/trunk/; revision=1653
* Fix icon theme path for win32Vincent Geddes2007-12-102-1/+5
| | | | svn path=/trunk/; revision=1652
* fixed bug introduced while disabling GtkImage::stock, it should be reJuan Pablo Ugarte2007-12-052-1/+6
| | | | | | | | * plugins/gtk+/glade-gtk.c: fixed bug introduced while disabling GtkImage::stock, it should be re enabled when going back to stock mode :) svn path=/trunk/; revision=1651
* Updated Occitan translationYannig MARCHEGAY2007-12-051-16/+15
| | | | svn path=/trunk/; revision=1650
* Use gtk_widget_get_action. Bug #500943.Christian Persch2007-12-022-7/+9
| | | | | | | | | 2007-12-02 Christian Persch <chpe@gnome.org> * src/glade-window.c: (menu_item_selected_cb), (ui_connect_proxy_cb): Use gtk_widget_get_action. Bug #500943. svn path=/trunk/; revision=1648
* Use g_option_context_set_translation domain, and use N_() when setting theChristian Persch2007-12-022-2/+8
| | | | | | | | | 2007-12-02 Christian Persch <chpe@gnome.org> * src/main.c: (main): Use g_option_context_set_translation domain, and use N_() when setting the summary. Bug #500940. svn path=/trunk/; revision=1647
* Updated Occitan translationYannig MARCHEGAY2007-11-202-55/+46
| | | | svn path=/trunk/; revision=1645
* Updated Slovenian translationMatej Urbančič2007-11-132-6/+9
| | | | svn path=/trunk/; revision=1644
* Translation updated by Ivar Smolin.Priit Laes2007-11-122-43/+47
| | | | | | | | 2007-11-12 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=1643
* commited J. Ali Harlow <ali@avrc.city.ac.uk> patch. (fixes #495057) oJuan Pablo Ugarte2007-11-092-1/+8
| | | | | | | * plugins/gtk+/glade-gtk.c: commited J. Ali Harlow <ali@avrc.city.ac.uk> patch. (fixes #495057) o glade_gtk_assistant_set_child_property() return if the current page is the same as position. svn path=/trunk/; revision=1642
* Fix headerKjartan Maraas2007-11-021-67/+71
| | | | svn path=/trunk/; revision=1641
* added glade_gtk_radio_button_set_property() to avoid bogus warningJuan Pablo Ugarte2007-10-273-0/+32
| | | | | | | | * plugins/gtk+/glade-gtk.c: added glade_gtk_radio_button_set_property() to avoid bogus warning * plugins/gtk+/gtk+.xml.in: added GtkRadioButton set-property-function svn path=/trunk/; revision=1640
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-231-0/+4
| | | | svn path=/trunk/; revision=1639
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-232-413/+398
| | | | svn path=/trunk/; revision=1638
* added extra variable in glade_widget_embed() to avoid multiples castJuan Pablo Ugarte2007-10-221-6/+7
| | | | svn path=/trunk/; revision=1637
* changelog entryJuan Pablo Ugarte2007-10-221-0/+4
| | | | svn path=/trunk/; revision=1636
* fixed variable redeclaration in glade_widget_embed() bug #488977Juan Pablo Ugarte2007-10-221-6/+4
| | | | | | * gladeui/glade-widget.c: fixed variable redeclaration in glade_widget_embed() bug #488977 svn path=/trunk/; revision=1635
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-10-212-72/+85
| | | | svn path=/trunk/; revision=1634
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-10-211-0/+4
| | | | svn path=/trunk/; revision=1633
* Updated Turkish TranslationBaris Cicek2007-10-192-978/+2978
| | | | svn path=/trunk/; revision=1632
* fixed bug #480495, if the widget is realized we just callJuan Pablo Ugarte2007-10-182-10/+14
| | | | | | | * gladeui/glade-widget.c: fixed bug #480495, if the widget is realized we just call gtk_widget_unrealize() svn path=/trunk/; revision=1631
* Updated Galician Translation.Ignacio Casal Quinteiro2007-10-182-86/+80
| | | | svn path=/trunk/; revision=1630
* disable GtkImage::stock when edit type is not in stock mode. This fixs aJuan Pablo Ugarte2007-10-154-13/+31
| | | | | | | | | | | | | * plugins/gtk+/glade-gtk.c: disable GtkImage::stock when edit type is not in stock mode. This fixs a bug pasting a filename GtkImage. * gladeui/glade-property-class.c: glade_property_class_make_object_from_string() now returns NULL for pixbuf props on an empty string, so you can set up pixbuf props back to NULL. * gladeui/glade-widget.c: almost fixed bug #480495, it does not crash anymore. It refuses to reparent a widget if it cant embed it. svn path=/trunk/; revision=1629
* Updated Slovenian translationMatej Urbančič2007-10-152-917/+1209
| | | | svn path=/trunk/; revision=1628
* Translation update by Ivar Smolin.Priit Laes2007-10-082-2/+6
| | | | | | | | 2007-10-08 Priit Laes <plaes@svn.gnome.org> * et.po: Translation update by Ivar Smolin. svn path=/trunk/; revision=1627
* Updated Occitan translationYannig MARCHEGAY2007-10-031-7/+5
| | | | svn path=/trunk/; revision=1626
* Updated Korean translation.Changwoo Ryu2007-09-302-964/+1334
| | | | | | | | 2007-10-01 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=1625
* Translation improved.Takeshi AIHANA2007-09-282-8/+12
| | | | | | | | 2007-09-28 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Translation improved. svn path=/trunk/; revision=1624
* Fixes in Brazilian Portuguese translation ("pane", "frame", upper caseLeonardo Ferreira Fontenelle2007-09-232-74/+79
| | | | | | | | | 2007-09-23 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Fixes in Brazilian Portuguese translation ("pane", "frame", upper case etc.). svn path=/trunk/; revision=1623
* Brazilian Portuguese translation by Joao Emanuel.Leonardo Ferreira Fontenelle2007-09-232-0/+866
| | | | | | | | 2007-09-23 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR/pt_BR.po: Brazilian Portuguese translation by Joao Emanuel. svn path=/trunk/; revision=1622
* Rolling 3.4.0GLADE_3_4_0Tristan Van Berkom2007-09-183-2/+41
| | | | | | | * NEWS, configure.ac: Rolling 3.4.0 svn path=/trunk/; revision=1620
* Updated Catalan translationGil Forcada Codinachs2007-09-172-1153/+1474
| | | | svn path=/trunk/; revision=1619
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-09-152-982/+1034
| | | | | | | | | 2007-09-15 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=1618
* Updated Russian translation.Nickolay V. Shmyrev2007-09-142-935/+1259
| | | | | | | | | 2007-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=1617
* Update en_GB translationDavid Lodge2007-09-142-893/+1223
| | | | svn path=/trunk/; revision=1616
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-09-132-958/+1265
| | | | svn path=/trunk/; revision=1615
* Updated French translation.Claude Paroz2007-09-132-981/+1361
| | | | | | | | 2007-09-13 Claude Paroz <claude@2xlibre.net> * fr.po: Updated French translation. svn path=/trunk/; revision=1614
* Fixed typos in Portuguese translation.Duarte Loreto2007-09-132-9/+13
| | | | | | | | 2007-09-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Fixed typos in Portuguese translation. svn path=/trunk/; revision=1613
* Bengali TranslationJamil Ahmed2007-09-131-0/+5
| | | | | | * bn.po: Bengali Translation svn path=/trunk/; revision=1612
* Bengali TranslationJamil Ahmed2007-09-131-0/+3553
| | | | svn path=/trunk/; revision=1611
* Added Bengali (bn)Jamil Ahmed2007-09-131-0/+1
| | | | svn path=/trunk/; revision=1610
* Added entry for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-09-111-0/+5
| | | | svn path=/trunk/; revision=1609