[glade] Created tag GLADE_3_19_0
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Created tag GLADE_3_19_0
- Date: Thu, 11 Jun 2015 22:57:47 +0000 (UTC)
The signed tag 'GLADE_3_19_0' was created.
Tagger: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Thu Jun 11 19:57:09 2015 -0300
Rolling 3.19.0 dev snapshot
Changes since the last tag 'GLADE_3_18_0':
Alain Lojewski (2):
Updated French translation
Updated French translation
Alexandre Franke (1):
Updated French translation
Andika Triwidada (1):
Updated Indonesian translation
Ask H. Larsen (2):
Updated Danish translation
Updated Danish translation
Ask Hjorth Larsen (2):
Updated Danish translation
Updated Danish translation
Aurimas Černius (3):
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Balázs Úr (1):
Updated Hungarian translation
Baurzhan Muftakhidinov (2):
Added Kazakh translation
Updated Kazakh translation
Bernd Homuth (1):
Updated German translation
Bohuslav "Slavek" Kabrda (1):
plugins/python/glade-python.c: add support for Python 3.
Carles Ferrando (2):
[l10n] Updated Catalan (Valencian) translation
[l10n] Updated Catalan (Valencian) translation
Changwoo Ryu (2):
Updated Korean translation
Updated Korean translation
Chao-Hsiung Liao (2):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Updated Chinese (Taiwan) translation
Cheng-Chia Tseng (1):
Updated Chinese (Taiwan) translation
Christian Kirbach (2):
Updated German translation
Updated German translation
Claudio Arseni (2):
[l10n] Updated Italian translation.
Updated Italian translation
Cédric Valmary (1):
Updated Occitan translation
Daniel Mustieles (7):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish Translation
Updated Spanish translation
Daniel Șerbănescu (1):
Updated Romanian Translation
David Shea (3):
Allow 3 decimal digits for the text scale value.
Check use-underline for whether mnemonic-widget can be set
Avoid reading freed data in glade_project_read_requires
Dimitris Spingos (3):
Updated Greek translation
Updated Greek translation
Updated Greek translation
Duarte Loreto (1):
Updated Portuguese translation
Enrico Nicoletto (1):
Updated Brazilian Portuguese translation
Felipe Braga (1):
Updated Brazilian Portuguese translation
Fran Dieguez (2):
Updated Galician translations
Updated Galician translations
Fran Diéguez (3):
Updated Galician translations
Updated Galician translations
Updated Galician translations
Georges Neto (1):
Updated Brazilian Portuguese translation
Gil Forcada (1):
[l10n] Update Catalan translation
Gábor Kelemen (2):
Updated Hungarian translation
Updated Hungarian translation
Jakub Steiner (1):
icon: provide a symbolic variant of the app icon
Jiro Matsuzawa (1):
l10n: Update Japanese translation
Josef Andersson (4):
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Juan Pablo Ugarte (64):
Fixed Bug 727014 "32 bit builds fail with -Werror=format-security"
Fixed gtk-doc error in GladeCreateWidgetFunc type definition.
GtkDialog: disabled use-header-bar property untill Glade supports GtkHeaderBar GtkAboutDialog:
ignore construct only use-header-bar property to force it to False in the runtime.
Bumped gtk dependancy to 3.12
Fixed bug in numeric property editors
Restored widgets classes that do not fail anymore in gtk 3.12
Rolling 3.18.1
Add dialog to advertise user survey
Added survey email strings, they will not be used directly in glade but extracted and copied to
https://people.gnome.org/~jpu/ to translate emails sent to the user after the survey is completed.
Updated Spanish translation
Update Spanish translation Added missing \n in translation to fix build error
Fixed typo in error messages
Added few comments for translators
Ignore widgets that are not part of the project when generating edges of directed graph used to
sort objects by topological order.
Set license type "other" as the default one in the propject properties dialog
Fixed bug 364064 "Property Editor / Common tab: width & height request checkboxes have no effect"
Marked glade_http_request_send_async() as a G_GNUC_PRINTF() function. Fixed compile warning.
Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macros Fixed function
prototype identation and spacing.
Fixed Bug 353002 "wrong cursor over widgets"
Fixed cursor glitch while moving the poiner across multiple placeholders. The glitch was because we
where updating the cursor on motion event only so when the pointer enters a new placeholder the cursor is
set back to default and then changed again when the motion notify is finally triggered.
Fixed toolbar icon size. Use GTK_ICON_SIZE_LARGE_TOOLBAR and GTK_ICON_SIZE_SMALL_TOOLBAR instead of
GTK_ICON_SIZE_MENU and GTK_ICON_SIZE_BUTTON
Fixed skip-pager flags position in GtkWindow editor.
Fixed Bug 727914 "Logo is not shown in About-dialog"
Added GladePropertyShell:disable-check proxy property and the corresponding accessors API.
Simplified code in GtkAboutDialog editor using new API.
Add template check in project and widget verify functions. This will warn a user if he is trying to
create a template class that targets a gtk version that does not support it.
TODO: Added unsuported object classes list
Added GtkLockButton support.
Added missing GladeWidgetAdaptor:catalog accessor
Added missing displayable values for AtkObject::accessible-role
GladeWindow: only show found recent files.
GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for internal widgets.
Removed gladeui/glade-widget-private.h, use glade-private.h instead.
Updated TODO
Seal needed deprecated API.
Sealed deprecated functions gtk_widget_get_margin_left() and gtk_widget_get_margin_right()
Replaced deprecated functions
Migrated from stock icons to icon names
GladePopup: do not use deprecated GtkImageMenuItem
GladePreviewer: Fixed bug previewing templates.
GladePreviewer: ignore signal connections to avoid warnings about missing symbols.
GladePreviewWindow: force infobar to show a close button and make label selectable
GladePreviewer: show handler information in infobar when a signal is emited. Added --print-handler
option (print handlers info on stdout)
Fix build
Added GThemedIcon support
GladeEditorProperty: re grab focus on load_common() if property is construct-only.
GladeAdaptorChooser: created new widget to choose an adaptor. Used in GladePlaceholder and
GladeDesignView to quickly create new widgets and objects.
GladeAdaptorChooser: Removed unneeded translatable strings.
Removed use of deprecated GtkMisc API
Replaced deprecated stock items with its corresponding label strings.
Reduced use of deprecated gtk_dialog_get_action_area() function.
add-child test: ignore deprecated classes.
GladeBaseEditor->build_child() use correct type for paramenters Fixes bug 704600 "Cannot add items
to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed"
glade-xml-utils.c: Add missing GPL license block.
GladeDesignLayout: cursor and button event cleanup.
GladePreviewWindow: fixed bug "Missing plural form for UI string: emited %d time(s)"
glade-previewer: also show signal emission notification when UI file is loaded from file.
glade_preview_window_screenshot() fixed segfault when saving to png file. Bug #741165 "Previewer
crashes when taking PNG screenshot"
gladeui/glade-catalog.[ch]: added glade_catalog_get_extra_paths() function.
plugins/python/glade-python.c: add extra catalog paths to python path.
src/glade.glade: bumped copyright year
data/icons/hicolor/Makefile.am: added scalable directory
plugins/gtk+/gtk+.xml.in: removed GtkPackType displayable values redefinition
configure.ac: bumped GTK dependency to 3.16.0
Rolling development snapshot 3.19.0
Kjartan Maraas (3):
Updated Norwegian bokmål translation.
Updated Norwegian bokmål translation.
Updated Norwegian bokmål translation.
Lars Uebernickel (1):
Rename GtkSidebar to GtkSidebarWidget
Lasse Liehu (1):
Finnish translation update
MarMav (1):
Updated Greek translation
Marek Černocký (10):
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Matej Urbančič (6):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Matthias Clasen (34):
Add another missing GTK+ 3.12 feature
Add some more items to the TODO
Support CSD windows
GladeWindowEditor: Added custom control for client side decorations
Use proper mechanisms to deal with dependent properties
Support GtkSearchBar
Searchbar: Ignore some properties
Add a get_children function for GtkSearchBar
Add GtkBox center-widget support
Move use-center-child to the box editor
Update TODO
Update TODO
Update TODO
Initial GtkHeaderBar support
Add a headerbar editor
Coding style cleanups
Redo sensitivity handling
Fixes for actions
Switch to a single size property for GtkHeaderBar
Plug a placeholder leak in the box adaptor
Fix a typo
Update TODO
Avoid box stuff leaking through for the color chooser
Support GtkStack and GtkStackSwitcher
Add editors for GtkStack and GtkStackSwitcher
Make stack switching work from the tree
Support GtkSidebar as well
Many GtkStack fixes
Set a title for new stack pages
Stack switcher improvements
stackswitcher: Better icons
Update TODO
GtkStack: Survive loading an empty stack
Add a translator comment
Muhammet Kara (1):
Updated Turkish translation
Necdet Yücel (1):
Updated Turkish translation
Olav Vitters (1):
doap category apps
Pau Iranzo (1):
[l10n] Update Catalan translation
Pawan Chitrakar (1):
Added Nepali translation
Philip Chimento (2):
style: Fix indentation of #ifdef block for OS X
osx: Use current gtk-mac-integration API
Piotr Drąg (12):
Updated Polish translation
Updated POTFILES.in
doap: add <programming-language>
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Updated Polish translation
Updated Polish translation
Updated Polish translation
Rūdolfs Mazurs (2):
Updated Latvian translation
Updated Latvian translation
Samir Ribic (1):
Added Bosnian translation
Sphinx Jiang (1):
update zh_CN translation
Timo Jyrinki (1):
Change Finnish translation team web page to l10n.gnome.org
TingPing (1):
Save palette appearance setting
Tom Tryfonidis (2):
Updated Greek translation
Updated Greek translation
Tristan Van Berkom (12):
Bug 732575 - Changed the type hint on the "Edit Separately" window to 'utility'
glade-gtk-window.c: Reuse translatable string
Depend on GTK+ 3.15
glade-gtk-searchbar.c: Avoid critical warnings when loading searchbars
glade-gtk-widget.c: Minor fix for 'add_parent' action
Bug 739310 - Removed rampant '>' from gtk+.xml.in
GladeCommand: Experimental - properly record child type for removal commands.
Added return if fail warning
GtkHeaderBar: Fixed property sensitivity issues
GtkHeaderBar: Improving child add/remove/replace support
Adding 3.14 and 3.16 version targets to the GTK+ plugin
Adding 3.14 and 3.16 version targets to the GTK+ plugin
YunQiang Su (1):
update zh_CN translation
Yuri Myasoedov (4):
Updated Russian translation
Updated Russian translation
Fixed Russian translation
Updated Russian translation
marablack3 (1):
Updated Greek translation
Мирослав Николић (2):
Updated Serbian translation
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]