summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Require GLib >= 2.62wip/tintou/glib-minCorentin Noël2020-09-091-1/+1
| | | | g_clear_signal_handler has been introduced in GLib 2.62 and is used in the code.
* Updated Czech help translationMarek Černocký2020-09-091-21/+21
|
* Updated Czech translationMarek Černocký2020-09-091-1691/+1817
|
* Update German translationTim Sabsch2020-09-081-53/+13
| | | | (cherry picked from commit 3a4a0c2488f21979a5e32becfe87b580e543b35d)
* Update German translationMario Blättermann2020-09-071-1650/+1886
| | | | (cherry picked from commit dce9287ebe9530aba386ae9854304f61f4f94656)
* Update Catalan translationJordi Mas2020-09-071-393/+593
|
* Update Catalan translationGil Forcada2020-09-071-1446/+1466
| | | | (cherry picked from commit e2865e629a95d1722007cfc4385f3a644a687af5)
* Update Hungarian translationBalázs Úr2020-09-061-1524/+1747
|
* Update Polish translationPiotr Drąg2020-09-063-1664/+1706
|
* Updated Danish translationAsk Hjorth Larsen2020-09-061-4390/+971
|
* Update French translationClaude Paroz2020-09-061-1258/+1092
|
* Update Swedish translationAnders Jonsson2020-09-051-1644/+1848
| | | | (cherry picked from commit df88ff54a2ceb40572adef928baa302b44f01a90)
* plugins/gtk+/gtk+.xml: update version metadataJuan Pablo Ugarte2020-09-031-253/+286
| | | | Update Class, properties and signal since and deprecated-since metadata from Gir
* GladeProject: support property and signal deprecated-sinceJuan Pablo Ugarte2020-09-031-15/+19
| | | | Check deprecated-since version for properties and signals
* GladePropertyDef, GladeSignalDef: support deprecated sinceJuan Pablo Ugarte2020-09-034-12/+114
| | | | Add support for deprecated since version
* Gtk plugin: indent catalogJuan Pablo Ugarte2020-09-021-5671/+5288
| | | | | Properly indent catalog. Add a new line before glade-widget-class and glade-widget-group
* GladeProject: ignore insentitive propertiesJuan Pablo Ugarte2020-09-021-1/+1
| | | | | | Ignore insensitive properties for project verification. Fix issue #385 "GtkCellRendererText causes deprecated warnings for ghost properties"
* Update British English translationZander Brown2020-09-011-871/+908
|
* Updated Slovenian translationMatej Urbančič2020-08-311-69/+52
|
* GtkEntry: mark show-emoji-icon since 3.24Juan Pablo Ugarte2020-08-311-3/+5
| | | | | | | show-emoji-icon was introduced in a micro version 3.22.19 which is uncommon and is why we simply mark it as since 3.24. Fix issue #444 "show-emoji-icon is missing "minimum version"/since constraint"
* GladeProject: ignore resource:// uri on file propertiesJuan Pablo Ugarte2020-08-312-14/+18
| | | | | | Add resources URL in file properties support to be on par with GtkBuilder Fix issue #367 "Glade removes double/triple slashes from URLs"
* Update Basque translationAsier Sarasua Garmendia2020-08-301-355/+368
|
* Update Korean translationChangwoo Ryu2020-08-301-1504/+1557
|
* Update Chinese (China) translationBoyuan Yang2020-08-291-3004/+3211
|
* Update Indonesian translationKukuh Syafaat2020-08-271-355/+369
|
* TODO: deleted implemented featuresJuan Pablo Ugarte2020-08-261-5/+0
|
* Readme.md: cleanupJuan Pablo Ugarte2020-08-261-24/+86
| | | | Add manual installation, Linux, Windows and OSX instructions
* Updated Lithuanian translationAurimas Černius2020-08-261-914/+968
|
* GladePreferences: reload all catalogs when adding a new extra path.Juan Pablo Ugarte2020-08-241-0/+3
| | | | | Reload all catalogs to make sure templates in the newlly added path are loaded without having to restart the app.
* GladeWidgetAdaptorChooser: update automaticallyJuan Pablo Ugarte2020-08-241-16/+83
| | | | Update choosers when a new adaptor is registered
* GladeCatolog: monitor extra path for new templatesJuan Pablo Ugarte2020-08-241-65/+116
| | | | | Monitor all extra paths to load templates automatically without having to restart Glade.
* gladeui/glade-template.c: add class_init functionJuan Pablo Ugarte2020-08-241-11/+22
| | | | | Use class init function to set template and only reset it if _gtk_widget_class_template_unset_only_for_glade() is present
* Updated Spanish translationDaniel Mustieles2020-08-241-376/+374
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-08-231-1512/+1743
|
* add da to linguasAsk Hjorth Larsen2020-08-231-0/+1
|
* Updated Danish translationAsk Hjorth Larsen2020-08-231-79/+266
|
* Update Turkish translationEmin Tufan Çetin2020-08-221-1232/+1373
|
* Update Ukrainian translationYuri Chornoivan2020-08-221-17/+18
|
* GladePreferences: mark string as translatableJuan Pablo Ugarte2020-08-211-1/+1
| | | | Mark file chooser dialog title as translatable
* Updated Slovenian translationMatej Urbančič2020-08-211-2672/+2747
|
* Update POTFILES.inPiotr Drąg2020-08-201-0/+1
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-08-181-1175/+1199
|
* Update Ukrainian translationYuri Chornoivan2020-08-181-537/+373
|
* Update Galician translationFran Dieguez2020-08-171-388/+369
|
* AddData: update 3.37 description and issues.Juan Pablo Ugarte2020-08-171-171/+10
| | | | Removed description for old releases.
* Gtk plugin: add 3 missing displayable value for GtkCellRendererText::underlineJuan Pablo Ugarte2020-08-171-0/+6
|
* GladePreferences: mention templates in extra catalog paths label.Juan Pablo Ugarte2020-08-172-123/+63
| | | | Mention the fact that templates will be loaded from extra catalogs paths.
* GladeCatalog: Load templates from extra catalog paths.Juan Pablo Ugarte2020-08-175-59/+250
| | | | | Load template files as new GObject types and add them to "User templates" widget group.
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-1716-69/+44
| | | | Also fix -Wcast-function-type warnings
* Utils: Add glade_util_list_objects_ref()Juan Pablo Ugarte2020-08-176-13/+23
| | | | Use new function to fix -Wcast-function-type warnings