summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finnish translation updateLasse Liehu2014-08-171-1825/+5297
|
* Updated Greek translationTom Tryfonidis2014-08-131-4/+3
|
* Updated Slovenian translationMatej Urbančič2014-08-061-48/+61
|
* Updated Greek translationMarMav2014-08-041-727/+832
|
* doap: add <programming-language>Piotr Drąg2014-07-311-0/+1
|
* doap category appsOlav Vitters2014-07-301-16/+1
|
* Updated Brazilian Portuguese translationGeorges Neto2014-07-281-1032/+1297
|
* Avoid reading freed data in glade_project_read_requiresDavid Shea2014-07-251-1/+2
| | | | | Ensure that required_lib is NULL at the start of each iteration through the loop.
* Updated Norwegian bokmål translation.Kjartan Maraas2014-07-241-1022/+1886
|
* Updated Lithuanian translationAurimas Černius2014-06-281-284/+374
|
* l10n: Update Japanese translationJiro Matsuzawa2014-06-241-1229/+2300
|
* Updated Galician translationsFran Diéguez2014-06-091-3/+3
|
* Updated Galician translationsFran Diéguez2014-06-091-125/+207
|
* Updated German translationChristian Kirbach2014-05-291-5/+24
|
* Updated German translationChristian Kirbach2014-05-241-598/+1261
|
* GladeDesignLayout: cursor and button event cleanup.Juan Pablo Ugarte2014-05-201-44/+56
| | | | | Propagate button press properly. Fixed several pointer glitches.
* glade-xml-utils.c: Add missing GPL license block.Juan Pablo Ugarte2014-05-201-4/+19
| | | | | | Close Bug 730285 "License issues" TODO: identify which function are subject to the GPL license and rewrite them.
* Updated Spanish translationDaniel Mustieles2014-05-201-267/+357
|
* Updated Czech translationMarek Černocký2014-05-181-1008/+1207
|
* GladeBaseEditor->build_child() use correct type for paramentersJuan Pablo Ugarte2014-05-171-3/+2
| | | | | | | | | Fixes bug 704600 "Cannot add items to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed" GladeWidget * (*build_child) (GladeBaseEditor *, GladeWidget *, GType); glin-genmarshal does not have a specific type for GType thus back in the day UINT was used instead. But this is not correct in systems where GType is bigger than UINT
* Updated Slovenian translationMatej Urbančič2014-05-171-443/+448
|
* Add another missing GTK+ 3.12 featureMatthias Clasen2014-05-161-0/+1
|
* add-child test: ignore deprecated classes.Juan Pablo Ugarte2014-05-151-0/+3
|
* Reduced use of deprecated gtk_dialog_get_action_area() function.Juan Pablo Ugarte2014-05-154-57/+35
| | | | Added _glade_util_dialog_set_hig()
* Replaced deprecated stock items with its corresponding label strings.Juan Pablo Ugarte2014-05-156-43/+35
|
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-1511-27/+28
|
* GladeAdaptorChooser: Removed unneeded translatable strings.Juan Pablo Ugarte2014-05-151-2/+0
|
* Updated POTFILES.inPiotr Drąg2014-05-141-0/+1
|
* GladeAdaptorChooser: created new widget to choose an adaptor.Juan Pablo Ugarte2014-05-137-2/+707
| | | | | | Used in GladePlaceholder and GladeDesignView to quickly create new widgets and objects. This should be more than enough to close Bug 708146 "Catalog search entry"
* GladeEditorProperty: re grab focus on load_common() if property is ↵Juan Pablo Ugarte2014-05-121-0/+36
| | | | | | | | construct-only. If the property is construct-only, then glade_widget_rebuild() will be called which means the object will be removed from the project/selection and a new one will be added, which makes the eprop loose its focus.
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-05-111-1247/+2123
|
* [l10n] Update Catalan translationPau Iranzo2014-05-111-826/+1626
|
* Updated Spanish translationDaniel Mustieles2014-05-101-881/+991
|
* Added GThemedIcon supportJuan Pablo Ugarte2014-05-091-1/+4
|
* Fix buildJuan Pablo Ugarte2014-05-091-1/+1
|
* GladePreviewer: show handler information in infobar when a signal is emited.Juan Pablo Ugarte2014-05-095-15/+295
| | | | Added --print-handler option (print handlers info on stdout)
* GladePreviewWindow: force infobar to show a close button and make label ↵Juan Pablo Ugarte2014-05-071-1/+4
| | | | selectable
* GladePreviewer: ignore signal connections to avoid warnings about missing ↵Juan Pablo Ugarte2014-05-071-0/+13
| | | | symbols.
* GladePreviewer: Fixed bug previewing templates.Juan Pablo Ugarte2014-05-071-1/+5
| | | | XML text data was not escaped when generating the template XML.
* GladePopup: do not use deprecated GtkImageMenuItemJuan Pablo Ugarte2014-05-071-47/+22
|
* Migrated from stock icons to icon namesJuan Pablo Ugarte2014-05-074-78/+75
| | | | | | | | | | GladeApp GladePointerMode icons and devhelp icon are now registered as icon names GladeWindow: replaced deprecated gtk_tool_button_new_from_stock() with gtk_tool_button_new() + gtk_image_new_from_icon_name() to create actions tool items GTK+ Catalog, glade.glade: replaced every stock icon with the corresponding icon name TODO: the only stock icon that does not seem to have a replacement is gtk-edit
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-0711-50/+41
| | | | | | | | | | | | | | | | gtk_button_new_from_stock() -> gtk_button_new_from_icon_name() gtk_widget_render_icon_pixbuf() -> gtk_icon_theme_load_icon() gtk_widget_set_margin_left() -> gtk_widget_set_margin_start() Stock images with icon names GTK_STOCK_ADD -> "list-add" GTK_STOCK_REMOVE -> "list-remove" GTK_STOCK_OPEN -> "document-open" GTK_STOCK_GO_DOWN -> "go-down" GTK_STOCK_DIALOG_WARNING -> "dialog-warning" GTK_STOCK_INFO -> "dialog-information" GTK_STOCK_SAVE -> "document-save" GTK_STOCK_REFRESH -> "view-refresh"
* Sealed deprecated functions gtk_widget_get_margin_left() andJuan Pablo Ugarte2014-05-071-52/+72
| | | | gtk_widget_get_margin_right()
* Seal needed deprecated API.Juan Pablo Ugarte2014-05-0719-32/+177
|
* Updated TODOJuan Pablo Ugarte2014-05-051-0/+8
|
* Removed gladeui/glade-widget-private.h, use glade-private.h instead.Juan Pablo Ugarte2014-05-056-42/+8
|
* GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for ↵Juan Pablo Ugarte2014-05-051-30/+68
| | | | | | | | internal widgets. Internal widgets are defined in Glade in the adaptor class that introduced them. So in order to get internal widgets that are descendant of another internal widget we need to walk up the adaptor hierarchy to find where internal widgets are defined.
* Updated Greek translationDimitris Spingos2014-05-051-575/+667
|
* Updated Lithuanian translationAurimas Černius2014-05-031-852/+1045
|
* GladeWindow: only show found recent files.Juan Pablo Ugarte2014-05-021-0/+1
|