[glade] Created tag GLADE_3_15_0
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Created tag GLADE_3_15_0
- Date: Wed, 6 Mar 2013 22:54:09 +0000 (UTC)
The unsigned tag 'GLADE_3_15_0' was created.
Tagger: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Wed Mar 6 19:53:36 2013 -0300
Tagin release
Changes since the last tag 'GLADE_3_13_0':
Alexander Shopov (4):
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Alexandre Franke (2):
Update French translation
Update French translation
Alexsey Nadtochey (1):
Updated Russian translation
Andika Triwidada (5):
[l10n] Updated Indonesian translation
Updated Indonesian translation
Updated Indonesian translation
Updated Indonesian translation
Updated Indonesian translation
Anish A (1):
Updated Malayalam Localization
Ask H. Larsen (2):
Updated Danish translation
Updated Danish translation
Aurimas Černius (3):
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
B.Prathibha (1):
Added keywords in the desktop file.
Bruce Cowan (1):
Updated British English translation
Bruno Brouard (1):
Updated French translation
Carles Ferrando (1):
[l10n]Updated Catalan (Valencian) translation
Changwoo Ryu (1):
Updated Korean translation
Chao-Hsiung Liao (3):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Daniel Mustieles (12):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Mark strings as untranslatables. Fixes bug #685265
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fixed typo in string
Updated Spanish translation
Dimitris Spingos (2):
Updated Greek translation
Updated Greek translation
Duarte Loreto (2):
Updated Portuguese translation
Updated Portuguese translation
Enrico Nicoletto (1):
Updated Brazilian Portuguese translation
Fran Diéguez (8):
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Gabor Kelemen (2):
Updated Hungarian translation
Updated Hungarian translation
Gheyret Kenji (3):
Updated Uyghur translation
Updated Uyghur translation
Updated Uyghur translation
Ivan Masár (1):
Updated Slovak translation
Jasper St. Pierre (2):
Update .gitignore
Fix prototype warning issues
Javier Jardón (1):
Use new documentation infrastructure
Jiro Matsuzawa (3):
[l10n] Update Japanese translation
[l10n] Update Japanese translation
Fix a broken tag in bg.po
Juan Pablo Ugarte (74):
Set save=false to every GtkActivatable properties since they are always saved in
glade_gtk_widget_write_widget()
Added F1 accel for developer reference
Added workaround for gtk+ bug #671786 (Menu shows accelerators now)
removed g_resources_lookup_data() use, since now we depend on gtk 3.4 which has
gtk_builder_add_from_resource()
Made view items Check items
Removed glade3 string
Let g_module_open() be called with NULL so that it looks libraries in defaults directories Fixes
bug #675977 "Don't hard-code library search paths"
try_load_library () only check for file if library_path is not null
Improved error messages on modules loading failure.
Replaced use of -export-symbols with -export-symbols-regex Removed old undefined symbols to fix
build error on windows glade_app_get_plugins_dir() glade_catalog_supports_libglade()
glade_catalog_supports_gtkbuilder() glade_signal_editor_construct_signals_list()
Export symbols in glade executable for windows build
Added build/mingw-w64 directory with script tp cross compile and create windows installer using nsis
Fixed warning on WIN32 (GPid on windows is not an integer)
Added glade_displayable_value_is_disabled/set_disabled() functions to disable GdkModifierType reserved
values
Updated libtool versioning link
Fixed bug #679721 "mac-integration: missing 'widget' variable declaration"
Fixed bug #679487 "Huge memory leaks"
Fixed runtime warning when adding a notebook
Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade
3.8.2" Made sure use-action-appearance is not saved if there is no action defined
Removed unneeded function glade_gtk_activatable_parse_finished()
Implemented template loading and saving Added GladeWidget:template-class property with setter and
getter functions. Removed if (!glade_xml_node_verify (node, GLADE_XML_TAG_WIDGET)) check from every GWA
read_widget()
Let glade_property_write() save properties to <template> tags
Do not explicit set window bg as it should be handled by gtk. Fixes glitches when the widget is on
a different state.
Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methods
Do not abort if a project has a uninstantiable or abstract class object instead load is as an
object stub and let the user what to do. Should be enough to close bug #646259 "SIGSEGV in
glade_widget_adaptor_object_construct_object loading ui file"
Set ignore=true on virtual property glade-style-classes to avoid bogus warnings
Set new property accel-group on action groups to make menu item accel work properly Fixes bug
684041 "assertion failed: `gtk_accel_group_from_accel_closure (accel_closure) != NULL"
Updated GtkAssistant support Fixed bug #664276 "Can't add widgets to a GtkAssistant" Make
assistant update current page when a child is selected in the project.
Bumped version to 3.15.0 and incremented current to 4
Removed deprecated GDK_THREADS_ENTER/LEAVE() macros
Added intitial support for runtime creation and loading of composite templates.
Fix build error
Fix compilation by checking for gtk_container_class_set_template_from_string()
Removed use of custon style providers. Fixes color problems in adwaita themes
Render bg in GladeDesignLayout and GladeDesignView
Fixed bug in GtkButton custom editor properties sensitivity bug #685816 "Widget attributes editing
broken"
Fix build warnings
Update GladeEditorProperty label sensitivity on GladeProperty sensitivity notify.
Added GladeApp::widget-adaptor-registered signal
Added a composite templates widget group in palette. Replace template widget with new type.
Added missing prototype
Fixed bug #678922 "When editing a label, the cursor is moved to the end after every change." Fixed
a few leak since glade_property_make_string() returns a newlly allocated string.
Revert "Fixed bug in GtkButton custom editor properties sensitivity"
Fixed Bug #685816 "Widget attributes editing broken" by reverting old fix and setting
use-action-appearance default back to false so the old sensitivity code can work as ussual.
Revert "Removed unneeded function glade_gtk_activatable_parse_finished()"
Updated to new GtkContainer template API changes
Added message to win32 installer about it being beta software Updated installers script to include
locale directories
Set a background to the offscreen window, so that widgets without a window added as toplevels look
right.
Fixed bug #688326 "pointer tracking is off" by using every coordinate relative to GladeDesignLayout.
Added GtkLevelBar. Bumped gtk+ dep to 3.6
Limit the size of the spin button in GladeEPropNumeric when the max value is over 16 digits.
Otherwise a property with a max value of G_MAXDOUBLE gets a minimum size over 2800 pixels.
GladeEditorPropertyBoolClass replaced toggle button with a switch.
Do not let every propery input expand if not nescesary
Removed treeview from flags editor.
Replaced buttons with 3 dots [...] for a secondary edit icon in the entry itself.
Added Drag&Drop support from the palette.
Updated atk icon with gnome's accessibility icon.
Removed GladeFixed (DnD) support for GtkBox, GtkTable and GtkGrid. Optimized
glade_gtk_grid_refresh_placeholders() by passing the children list to glade_gtk_grid_has_child() instead
of getting it each time from the container.
Made glade_command_dnd() accept parent and placeholer NULL parameter to paste the widget as toplevel.
Implemented inline Drag and Drop
Use a window style context to render background in the offscreen window.
glade_design_view_set_project(): keep a reference to project
Removed project parameter check in glade_design_view_set_project()
Reverting all composite templates support until it lands on GTK
Added new GtkLevelBar icons by Máirín Duffy This closes bug #685432 "RFE: glade support for
GtkLevelBar"
Moved clear and info buttom to the action widget of the notebook.
Added glade_editor_show/hide_class_field()
Hide Property editor class title
Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration. Fixed leak in
glade_editor_notebook_page()
Cleaned up code replacing editor->priv with a temp priv variable.
Replaced GtkButtonBox with a regular GtkBox to pack clear and info buttons
Fixed window docks regresion bug.
Added GladeEditor:class-field read only property. Update Properties Dock window title with
GladeEditor:class-field value
Rolling 3.15.0
Kjartan Maraas (1):
Updated Norwegian bokmål translation
Marek Černocký (4):
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Mario Blättermann (2):
[l10n] Updated German translation
[l10n] Updated German translation
Matej Urbančič (3):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Milo Casagrande (1):
[l10n] Updated Italian translation.
Nishio Futoshi (1):
[l10n] Update Japanese translation
Paolo Borelli (1):
Sync close-button with the original gedit widget. This way the proper symbolic close icon is used
for the button.
Petr Kovar (1):
Update Czech translation by Lucas Lommer
Piotr Drąg (10):
Updated Polish translation
Updated Polish translation
Add fuzzy marking to broken string in Hindi help translation
Fix broken tag in Hindi help translation
Updated POTFILES.in
Updated Polish translation
Updated POTFILES.in
Updated Polish translation
Updated Polish translation
Updated Polish translation
Rafael Ferreira (1):
Updated Brazilian Portuguese translation
Rajesh Ranjan (1):
hindi update
Rūdolfs Mazurs (1):
Updated Latvian translation
Tom Tryfonidis (4):
Updated Greek translation
Updated Greek translation
Updated Greek translation
Updated Greek translations
Tristan Van Berkom (1):
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added load/save/edit support for <style>
<class name="foo"/> </style>, Fixes bgo 658035.
Vicent Cubells (1):
[l10n] Updated Catalan translation
Yuri Myasoedov (3):
Updated Russian translation
Updated Russian translation
Updated Russian translation
Χόρτης Κωνσταντίνος (1):
Updated Greek translation
Мирослав Николић (5):
Updated Serbian translation
Updated Serbian translation
Updated Serbian translation
Updated Serbian translation
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]