[glade] Created tag GLADE_3_15_1
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Created tag GLADE_3_15_1
- Date: Mon, 22 Apr 2013 08:29:12 +0000 (UTC)
The unsigned tag 'GLADE_3_15_1' was created.
Tagger: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Apr 22 17:27:12 2013 +0900
Tagging 3.15.1 release
Changes since the last tag 'GLADE_3_15_0':
Alexandre Franke (2):
Update French translation
Update French translation
Aurimas Černius (1):
Updated Lithuanian translation
Balázs Úr (2):
Updated Hungarian translation
Updated Hungarian translation
Carles Ferrando (2):
[l10n] Updated Catalan (Valencian) translation
[l10n] Updated Catalan (Valencian) translation
Daniel Mustieles (1):
Updated Spanish translation
Dimitris Spingos (2):
Updated Greek translation
Updated Greek translation
Dmitrijs Ledkovs (1):
Add Grid option to "Add Parent" action.
Duarte Loreto (1):
Updated Portuguese translation and converted to New Spelling (Novo AO)
Enrico Nicoletto (1):
Updated Brazilian Portuguese translation
Fran Diéguez (2):
Updated Galician translations
Updated Galician translations
Gheyret Kenji (2):
Updated Uyghur translation
Updated Uyghur translation
Gil Forcada (2):
[l10n] Updated Catalan translation
[l10n] Updated Catalan translation
Inaki Larranaga Murgoitio (1):
Updated Basque language
Juan Pablo Ugarte (37):
Commiting release changelog entry and lt version update
Removed GladeDesignView shadow since it is ussually packed in a notebook
Removed shadow from GladeSignalEditor
Removed GladeEditor notebook children borders and replaced with internal padding.
Made GladeEditorTable row spacing smaller (2px was 4px)
Do not show projects tabs when there is only one project open.
Removed use of deprecated function g_thread_init()
Removed search entry from GladeInspector Added glade_inspector_set_search_entry()
Added search entry next to toolbar
Removed unecesary casts
Fixed regresion when saving show tabs option.
Added glade_widget_adaptor_get_book()
Removed clear and info buttons from GladeEditor. Deprecated glade_editor_show_info(),
glade_editor_hide_info() functions and GladeEditor:show-info properties. Exported
glade_editor_reset_dialog_run() function
Removed Read Documentation popup menu item
Added glade-devhelp stock icon
Removed use of glade_editor_show_info()
Added clear properties and read documentation actions
Added GladeBoolToggle as property editor for boolean properties.
Added --css and --screenshot options to glade-previewer to test CSS files and take screenshots
Fixed crasher on exit removing project hierarchy from GladeDesignLayout
Clear search entry on dispose
Hide center_paned and set search entry insensitive when there is no project open.
Removed shift modifier from File actions Fixes bug #695866 "Incorrect keybinding for Quit"
Fixed some cast warnings
Added pading in preferences dialog
Implemented GladeProject properties dialog with glade Added translation domain project property
Fixed drag icon creation. Re implemented using gtk_widget_draw() on a transparent window.
Added true-string and false-string properties Start using default height and biggest width of both
true and false string including normal button paddings
Replaced non existent function glade_widget_remove_action() with glade_widget_set_action_visible()
Added quotes around property name in docs search
GladeDesignLayout: o Reserved SHIFT modifier and DRAG_RESIZE pointer mode for apdator use
(GladeFixed) o Use middle button to enter ALIGN_EDIT pointer mode insted of SHIFT
GtkGrid/GtkBox: Bring back use of GladeFixed. It wont interfere with GladeDesignLayout drag&drop
because it does not use GLADE_POINTER_DRAG_RESIZE and GDK_SHIFT_MASK anymore.
GladeEPropBool: Removed GladeBoolToggle and replaced with plain old good GtkSwitch.
EXTRA_DIST: Added glade-project-properties.ui
Added Composite template toplevel option in Project properties to choose wich toplevel should be used
as a template
GladeDesignLayout, GladePalette: Use class icon and name + widget name as drag icon widget.
GladeDesignLayout: added GTK_STYLE_CLASS_BACKGROUND class to default_context, so widgets other than
GtkWindow get a proper background.
Mario Blättermann (2):
[l10n] Updated German translation
[l10n] Updated German doc translation
Martin Srebotnjak (1):
Updated Slovenian translation
Matej Urbančič (1):
Updated Slovenian translation
Milo Casagrande (1):
[l10n] Updated Italian translation.
OKANO Takayoshi (2):
l10n: Update Japanese translation
l10n: Update Japanese translation
Piotr Drąg (3):
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Rafael Ferreira (1):
Updated Brazilian Portuguese translation
Richard Hughes (1):
Fix the Malayalam translation
Theppitak Karoonboonyanan (1):
Updated Thai translation
Tristan Van Berkom (176):
Support editing of the widget name.
GladeWidget: Avoid overwriting packing property values while rebuilding.
GtkGrid: Some cleanup was done and optimization.
GladeWidget: Added glade_widget_depends()
GtkButton adaptor: Fix the response id property load and save
GtkGrid fixed to work properly when adding widgets.
Mega GTK+ 3.8 support commit.
GTK+ Catalog update.
Fixed previous commit to make GtkToolbar use a GtkIconSize in the UI.
GladeWindow: Avoid crash while closing multiple projects.
Sort signals at save time.
Sorting signals: g_list_sort() after the loop.
Set tooltip-text & tooltip-markup as "ignore"
GladeProperty: Otional properties that are enabled are always set now.
Fix bug 679147: Make GtkWidget:hexpand/vexpand optional properties.
GladeInspector: Making treeview more pretty
Setting 3.8 as the current GTK+ catalog version
Add support for deprecated properties and signals.
GtkRadioAction catalog definition: Disable "current-value"
GladeWindow: Make the Editor Header bar optional in the view menu.
Cleanup deprecations all around.
Bump required GTK+ version to 3.8
HACK: Allow GtkLayout to have children dragged into it at mouse position.
Fixed Drag/Resize for GtkFixed by explicitly giving it a window.
Fix for drag/resize in GtkGrid.
Refactor: Move GtkBox adaptor into it's own separate file.
Utils: Added glade_util_get_pointer()
GladeFixed: More reliable drag/resize
Deprecate glade_widget_get_device_from_event()
GladeFixed: Explicitly fetch mouse position at add_child time
GladeDesignView: Remove some of the hacks in Drag and Drop
Cleanup glade_utils_get_pointer()
GladeFixed: Avoid fetching the pointer at load time, or whenever the widget is not realized.
Added Glade's first unit test (about time !)
Added glade-gtk-box.c to POTFILES.in
GladeWidget: Remove children when disposing
GladeWidget: Properly finalize the runtime object.
GtkNotebook adaptor: Safer treatment of child tabs
create-widgets.c test: Avoid GtkFileChooserButton
Added new test: add-child.c
GladePropertyClass: Use non-deprecated gtk_widget_render_icon_pixbuf()
GladePlaceholder: Remove call to deprecated gtk_widget_style_attach()
GladeWidget: glade_widget_set_object() unconditionally destroy the old object.
Test Cases: Now GtkComboBox finalizes properly.
Added GladeWidgetAdaptor destroy_object method.
GtkIconFactory adaptor: Added a destroy_object function
GladeEditorProperty: Manage construct-only property changes.
GladeEditor: Avoid crash when draging and dropping a widget with packing properties
Properly disabling GtkRadioAction:current-value property
Disabled GtkRecentChooser:select-multiple on implementations which don't support it.
GladeProject: Added glade_project_backup() and glade_project_autosave()
Implemented autosave and backups
Revert "Removed search entry from GladeInspector"
GladeInspector: Re-enable completions in the search entry.
GladeWindow: Remove references of the moved search entry.
GladeInspector: Enhanced search entry.
GladeInspector: Search entry completes on GladeProject
Build fixes, now distcheck passes again (with the added tests).
Support load and save of files with a <template> element.
GTK+ Catalog GtkScaleButton - add internal children.
GladeProject: Update the misc column with an indicator marking that it is template
GladeProject/GladeCommand: Implement undo/redo for project template widget
GladeCommand: Make sure a template widget is unset undoably if deleted.
Touching up preferences spacing
Touching up project properties dialog appearance.
GladeSignalEditor: Only show the warning icon for the row which displays the signal name
GladeWidget: Enhanced support warnings
GladeInspector: Now show a warning icon and tooltip text if a widget has a warning
GladeModelData: For list-store data, use nicer icons in the button
GladeInspector: Add an icon to expand all rows.
GladePropertyEditor: Let text views wrap.
GladeProject / GladeCommand: Make target project version undoable
GladeProject / GladeCommand: Make project translation domain settings undoable
Change API name glade_command_set_tempalte --> glade_command_set_project_template
GladeCommand/GladeEditorProperty: Make the enabled state of a property undoable.
Ported GladePreferences to use a composite template.
GladePreferences: Beefing up the preferences a bit
GladeWindow: Fix recent files
GladeWidget: Set warning state with tooltip for unrecognized types.
Added glade_project_save_verify()
Enhanced preferences
GladeEditor: Pack the warning icon before the class icon.
Frontend Glade files: Added translation domain
glade-preferences.glade: Added missing signal connection
Fixup frontend glade files.
GladePreferences: Define all default preference values near the top of the file
Project Properties Dialog: Moved verify button to be a secondary dialog button.
Added new composite widget: GladePropertyLabel.
GladeProject: Fix verification of widgets, signals and properties for the UI
Adding missing file to POTFILES.in
GladeProject: Fixed condition to warn about properties that are optional & enabled.
GladePropertyLabel: Set toplevel invisible by default.
GladeEditor rework: Make atk.png loaded as a GResource.
GladeSignalEditor: Derive from GtkBox
Added gladeui catalog plugin.
GladeEditor: Ported to define the UI in templates.
Recommitting glade.glade with requirement of gladeui catalog.
GladeEditorProperty: Added an option to disable the optional check button
GladePropertyLabel: Added properties to customize the label and tooltip text
GladeInspector: Derive from GtkBox
Added more configurations to GladePropertyLabel
Alphabetically ordered Makefile.am sources
Added GladePropertyShell class.
Fixup GladePropertyShell
Gladeui catalog: Added GladePropertyShell, fixed up a bit too.
Added GladePropertyEditor interface.
Make GladeEditable implement GladePropertyEditor implicitly.
Added GladeEditorSkeleton
Removed the new GladePropertyEditor iface
GladeWidget/GladeWidgetAdaptor: Added glade_widget_adaptor_write_widget_after()
Added adaptor to the gladeui plugin for editing GladeEditorSkeletons.
Automatically generate enum types.
Addded missing stuff to POTFILES.in
Fixing GladePropertyLabel property type for the "property" property ;-)
GladeEditorProperty: Make text properties hexpand when multiline
GladeWidget: Allow backends to glade_widget_get_from_gobject() until after "destroyed"
GladeEditor: Show newly created editors for the query dialog
GladeEditorSkeleton: Fixed chaining up in buildable (for container packing to work)
GladeEditorTable: Make the editor page type a property.
GladeGtkGrid adaptor: Disconnect signals on destroy.
Gladeui plugin: Add GladeEditorTable to the palette.
GladeButtonEditor: Now a composite class defined in builder xml
Special case ignore gresource files in catalog path
Added plugin private catalog
Port GladeActivatableEditor to use a template.
Fixing up GTK+ plugin
Committing glade-button-editor.ui with new glade-gtk-private dependency
The private glade-gtk-private catalog depends on the gladeui catalog
GladeWindow: Reordered initialization so that GladePreferences are loaded before anything else
GladeEditorProperty: Create multiline text views a 4 lines height
Gladeui plugin: Disable some properties on GladePropertyLabel
GladeProperyLabel: Control boldness with PangoAttributes
Gladeui catalog: Make custom-text/custom-tooltip properties translatable.
Slightly touching up activatable / button editors.
GladeEditorProperty: Added GladeEpropCheck type
GladePropertyLabel: Added an option to append the ':' colon to the property name
GladePropertyShell: Added a construct-only property to specify a GladeEditorProperty type
glade_util_get_type_from_name() Better logical memory management.
Gladeui plugin: Specify that the construct-only 'editor-type' property is to be ignored.
GladeEditorProperty: Avoid assertion when loading NULL widget.
GladeButtonEditor: Fleshing out the button editor design a bit.
GladeGladePropertyShell: Give the shell a label in the UI while editing.
GladeEditorProperty: Dont focus-on-click check buttons.
GladePropertyLabel: Now use italic to show changed state of properties.
GladeButtonEditor: Many touchups in the UI, added extension point for embedding additional properties.
Added GladeToggleButtonEditor.
Added new GladeRadioButtonEditor
Fixing potfiles
GladePropertyShell: Be forgiving for invalid properties.
GladeButtonEditor: Now handle all subclasses in this editor.
Bumping required GTK+ version to 3.9.0
Removed obsolete togglebutton editor from the private editors catalog
Moved old ChangeLog to a zipped file, now generate ChangeLog at make dist time.
GladeEditorTable: Column spacing of 6
GladeActivatableEditor: UI touchups
GladeButtonEditor: UI touchups
Bug 697926: Signal Editor now initially expands rows which contain handlers
Created GladeProjectProperties dialog
GladeActivatableEditor: UI touchup
GladeButtonEditor: Reworked UI
GladeStringList: request height for four lines of text
GladeStringList: Make the treeview expand horizontally
Added GladeWidgetEditor.
GladeWidgetEditor: UI touchups
Cleanup gtk+.xml.in: Removed 'common' attributes for all custom-layout properties
GladeWidgetEditor: Removed the useless embedded GladeEditorTable.
GladeAttributes: Make the editor button have a label and expand horizontally
GladeLabelEditor: Port to be a composite template and derive from GladeEditorSkeleton
GladeLabelEditor: UI Touchup
GladeEditorTable: Enhance name label for composite templates.
GladeEditorTable: Added check button to mark a toplevel GtkWidget as composite.
GladeLabelEditor: Removed old UI construction code
GladeImageEditor: Ported to use composite GtkBuilder template.
GladeEditorProperty: Make internal entries and spin buttons expand horizontally
GladeEntryEditor: Ported to use GtkBuilder composite templates.
Rolling 3.15.1
Мирослав Николић (1):
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]