[glade] Created tag GLADE_3_15_4
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Created tag GLADE_3_15_4
- Date: Mon, 16 Sep 2013 20:33:38 +0000 (UTC)
The unsigned tag 'GLADE_3_15_4' was created.
Tagger: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Mon Sep 16 17:32:56 2013 -0300
Rolling 3.15.4
Changes since the last tag 'GLADE_3_15_0':
Alexandre Franke (3):
Update French translation
Update French translation
Update French translation
Andika Triwidada (2):
Updated Indonesian translation
Updated Indonesian translation
Aurimas Černius (6):
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Balázs Úr (2):
Updated Hungarian translation
Updated Hungarian translation
Benjamin Steinwender (1):
Updated German translation
Bruce Cowan (1):
Updated British English translation
Carles Ferrando (2):
[l10n] Updated Catalan (Valencian) translation
[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)
Christian Kirbach (1):
Fix a few typos
Colin Walters (1):
Fix up previous patch to build
Daniel Mustieles (17):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fixed typo in string
Fixed typo in string
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Dimitris Spingos (6):
Updated Greek translation
Updated Greek translation
Updated Greek translation
Updated Greek translation
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)
Edson Silva (1):
Updated Brazilian Portuguese translation
Enrico Nicoletto (2):
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Federico Mena Quintero (2):
Add GtkPlacesSidebar to the gtk+ plugin's catalog
Add icons for GtkPlacesSidebar
Fran Diéguez (10):
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
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
Giovanni Campagna (1):
catalog: add missing attributes to the DTD
Inaki Larranaga Murgoitio (1):
Updated Basque language
Jasper St. Pierre (1):
glade-inspector: Use a GtkSearchEntry
Jiro Matsuzawa (2):
l10n: Update Japanese translation
l10n: Update Japanese translation
Juan Pablo Ugarte (88):
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.
Fixed bug in optional object properties loading
Ignore auto generaded files
Made GladeWindow a composite template. NOTE: most of the changes in glade.glade are because widgets
are moved one level in the hierarchy
Set GladeEditor:show-class-field runtime default to be the same as the proeprty default Fixes bug
that made glade_editor_hide_class_field() do not work the first time it was called.
Fixed drag&drop bug. A bogus drag was being triggered when resizing a widget in the workspace.
Fixed drag icon rendering bug. for some reason we need a cairo save/restore around our custom draw
methods otherwise the children rendering get affected by our modifications to the cairo matrix.
Remove shadow from GladeEditor internal scrolled window since its packed inside a notebook page.
Replaced use of cairo_device_to_user() with cairo_translate() cairo_move_to() combination to avoid
a selection drawing bug on overlay children.
Update widget name when realizing layout to prevent lossing it after a reparent.
Made double click on the toplevel border select the widget even if there is a child selected.
Removed use of deprecated gtk_widget_get_style() function and hardcoded dark and light colors since
we are already using a pixmap for the background
Fixed leak in glade_design_layout_drag_begin()
Added new funtions to handle document level comments glade_xml_doc_new_comment(),
glade_xml_node_prev_with_comments (), glade_xml_node_add_prev_sibling () and
glade_xml_node_add_next_sibling ()
Made GladeProject load and save document level comments present before the root element. Save in a
comment the glade version used to create the file.
Replaced g_type_class_add_private() with G_ADD_PRIVATE () because the new template api no longer
works with g_type_class_add_private() This fixes crashes in every template object
Finished support for GtkRevealer. Ignore reveal-child property and added a proxy property to test
it. Added icons.
Removed reveal-child-test-proxy property. We always show up the widget in the workspace.
Added add-child-verify function to GtkScrolledWindow which is the only place we want to check if we can
add a child or not. Stop using glade_util_check_and_warn_scrollable() everywhere but in GtkScrolledWindow
add-child-verify function.
Fixed copyright dates
Replaced glade_design_layout_find_inside_container() with new private API
_glade_design_layout_get_child_at_position()
Added GtkOverlay support
Fixed rendering issues now that we support GtkOverlay and overlay children can be outside of its parent
allocation.
Drag&Drop clean up.
Added GtkApplicationWindow to the catalog
Added GtkOverlay icons
Moved GtkSelectionMode displayable values from GtkTreeview to GtkListBox because it needs it earlier
Added missing AtkRole displayable values
Added icons for GtkListBox and GtkListBoxRow
Added GtkSearchEntry icons
Fixed indentation style
Rolling 3.15.3
Fixed regresion introduced when implemented GladeWindow as a composite widget. I forgot to move
catalog paths initialization to glade_window_init()
Fixed Bug 706304 "Python plugin broken by over-zealous version check" Bumped pygobject version to
3.8.0 (stable serie) because pygobject_init() does not like the old development version 2.90.4
Initialization cleanup, return if pygobject init fails
Updated information
Added executable check after make install
Push superuser state at the begining of glade_widget_rebuild() and pop it at the end.
Fixed Bug 652655 "Setting entry on combobox moves the widget"
glade_project_remove_object() check if object has a GladeWidget first since its cheaper and issue a
warning if we have an object in the project without a GladeWidget.
Fixed selection bug exposed by Bug #652655 fix.
Updated TODO
Fixed bug 584381 "Saving as an existing file name except the extension overwrites without confirmation."
Fixed bug 643923 "Should not use markup for GtkFrame's label"
Improved pango text integer attributes editors. Make the spin button numeric and clear the attr if
the new text is an empty string!
Fixed Bug 679079 "Glade changes the "homogenous" packing property of toolbar buttons to "yes""
Fixed glade_gtk_image_get_property() chainup. (was calling set_property) Fixes bug that prevented
the runtime object to show the right pixbuf when copying a GtkImage.
Added workaround for Bug 625867 "RadioButton information lost on cut+paste, add/remove parent, etc"
Added extra check in glade_project_verify_signal_internal() because it the widget could not have an
associated project.
Fixed bug when copying a button with custom content. Custom widget was being replaced with a
placeholder when syncing custom-child property.
Disabled select-multiple properties in GtkRecentAction and GtkRecentChooserMenu. They are not
supported in these derived classes giving you a warning that make glade test fail.
Rolling 3.15.4
Kalev Lember (3):
Add GtkListBox support
GtkListBox: Simplify code by using new GTK+ API
build: Bump the required GTK+ version for the new listbox API
Kjartan Maraas (2):
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Marco Diego Aurélio Mesquita (1):
Only update project if the project has indeed changed.
Marek Černocký (5):
Fixed typo
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Mario Blättermann (2):
[l10n] Updated German translation
[l10n] Updated German doc translation
Martin Srebotnjak (1):
Updated Slovenian 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 (2):
Add man pages
Adapt to recent GTK+ api changes
Miguel Azevedo (1):
Bug 703621 - Signals treeview: click on user data moves the selected row below
Milo Casagrande (4):
[l10n] Updated Italian translation.
[l10n] Updated Italian translation.
[l10n] Updated Italian translation.
[l10n] Updated Italian translation.
OKANO Takayoshi (2):
l10n: Update Japanese translation
l10n: Update Japanese translation
Piotr Drąg (6):
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Updated Polish translation
Rafael Ferreira (2):
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Richard Hughes (1):
Fix the Malayalam translation
Seán de Búrca (1):
Fix autogen with latest gnome-common
Sébastien Granjoux (1):
bgo #700730 - Weird windows showing up when a dock is moved while editing a GtkBuilder file
Theppitak Karoonboonyanan (1):
Updated Thai translation
Timm Bäder (1):
Add GtkRevealer to the Gtk+ catalog
Tristan Van Berkom (339):
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
GladePopup: Use real GtkSeparatorMenuItems
Moving GtkPlacesSidebar into the composite widgets section of the palette.
GladeWidget: Reorder properties, avoid crash when setting the object before the adaptor.
GladePreferences: Corrected type in "Create bsackups"
GladeInspector: Add ellipsizing text
Bug 698920: New icon for GtkMenuButton
GladeEditorProperty: Fixed typo which was causing assertions
GladeEditable: Automatically disconnect to signals when an editor is destroyed.
GladeButtonEditor: Remove pointless finalize implementation.
Ported GladeToolButtonEditor to use a composite widget template
GladeActivatableEditor: Hide the actionable properties if not actionable.
GTK+ Catalog: Bumped current GTK+ version to 3.10 and added missing displayable values.
Added debug flags and --enable-debug configure option.
Added more debugging domains, enabled some long dornmant debug prints
Added new custom editor GladeWindowEditor.
glade-window-editor.ui: Added missing translation domain setting.
Unmark GtkWidget:has-focus & is-focus as save-always.
GladeEditorProperty: Make combos expand
GladePropertyShell: Added pre/post commit signals
GladeWindowEditor: Added an extension port for derived editors.
Add GladeWindowEditor to private catalog
GtkBox adaptor: Handle internal widgets properly
Added GladeAboutDialogEditor
Set translation domain for about dialog editor
Adding glade-about-dialog-editor.c to POTFILES.in
GladeAboutDialogEditor: Touching up UI
GladeEditorProperty: Enable word wrapping in combo boxes.
Private Catalog: Mark GladeWindowEditor's extension-port as an anarchist child.
GladeAboutDialogEditor: Saved again without the erronous packing properties.
GladeEditorProperty: Minimum width of 8 chars for combo boxes (before wrapping)
Move GladeWidgetAdaptor code for GtkWidget into it's own C file
Move GladeWidgetAdaptor code for GtkContainer into it's own C file
Moving a function from glade-gtk.c to glade-fixed.c
Move GladeWidgetAdaptor code for GtkFrame into it's own C file
Move GladeWidgetAdaptor code for GtkNotebook into it's own C file
Move GladeWidgetAdaptor code for GtkPaned into it's own C file
Move GladeWidgetAdaptor code for GtkExpander into it's own C file
Move GladeWidgetAdaptor code for GtkEntry into it's own C file
Move GladeWidgetAdaptor code for GtkFixed/GtkLayout into it's own C file
Move GladeWidgetAdaptor code for GtkWindow into it's own C file
Move GladeWidgetAdaptor code for GtkAboutDialog into it's own C file
Move GladeWidgetAdaptor code for GtkDialog into it's own C file
Move GladeWidgetAdaptor code for GtkMessageDialog into it's own C file
Move GladeWidgetAdaptor code for GtkFileChooserWidget into it's own C file
Move GladeWidgetAdaptor code for GtkButton into it's own C file
Move GladeWidgetAdaptor code for GtkImage into it's own C file
Move GladeWidgetAdaptor code for GtkMenu into it's own C file
Move GladeWidgetAdaptor code for GtkRecentChooserMenu into it's own C file
Move GladeWidgetAdaptor code for GtkMenuShell into it's own C file
Move GladeWidgetAdaptor code for GtkMenuItem into it's own C file
Move GladeWidgetAdaptor code for GtkImageMenuItem into it's own C file
Move GladeWidgetAdaptor code for GtkRadioMenuItem into it's own C file
Move GladeWidgetAdaptor code for GtkMenuBar into it's own C file
Move GladeWidgetAdaptor code for GtkToolbar into it's own C file
Move GladeWidgetAdaptor code for GtkToolPalette into it's own C file
Move GladeWidgetAdaptor code for GtkToolItemGroup into it's own C file
Move GladeWidgetAdaptor code for GtkToolItem into it's own C file
Move GladeWidgetAdaptor code for GtkToolButton into it's own C file
Move GladeWidgetAdaptor code for GtkMenuToolButton into it's own C file
Move GladeWidgetAdaptor code for GtkLabel into it's own C file
Removing unused #defines
Move GladeWidgetAdaptor code for GtkEntryBuffer into it's own C file
Move GladeWidgetAdaptor code for GtkTextBuffer into it's own C file
Move GladeWidgetAdaptor code for GtkTextView into it's own C file
Move GladeWidgetAdaptor code for GtkComboBox into it's own C file
Move GladeWidgetAdaptor code for GtkComboBoxText into it's own C file
Move GladeWidgetAdaptor code for GtkSpinButton into it's own C file
Move GladeWidgetAdaptor code for GtkAssistant into it's own C file
Move GladeWidgetAdaptor code for GtkRadioButton into it's own C file
Move GladeWidgetAdaptor code for GtkSizeGroup into it's own C file
Move GladeWidgetAdaptor code for GtkIconFactory into it's own C file
Move GladeWidgetAdaptor code for various classes into their own C files
Move GladeWidgetAdaptor code for GtkAdjustment into it's own C file
Move GladeWidgetAdaptor code for GtkAction into it's own C file
Move GladeWidgetAdaptor code for GtkActionGroup into it's own C file
Move GladeWidgetAdaptor code for GtkTextTagTable into it's own C file
Move GladeWidgetAdaptor code for Gtk[Recent/File]Filter into it's own C file
Removed glade-gtk.c, now all adaptor code is in separate C files.
Fix GtkIconFactory sources editor.
GladeEditorTable: Remember the show-name setting incase the name field is built after show-name is set.
GladeImageEditor: Remove unneeded code.
Added GladeFileChooserEditor and GladeFileChooserDialogEditor
Added GladeFileChooserWidgetEditor
Added GladeFileChooserButtonEditor
Added GladeFileChooserButtonEditor
Added GladeFontChooserEditor
Added GladeFontChooserDialog editor.
Added GladeFontChooserWidgetEditor
Added GladeFontButtonEditor
GladeEditorProperty & GladePropertyShell: Added "custom-text" property
Added GladeMessageDialogEditor
Gladeui plugin: Disable box property on GladePropertyShell
Added GladeRecentChooserEditor
Added GladeRecentChooserDialogEditor
Added GladeRecentChooserWidgetEditor.
GladeEditorProperty: Stock icon editor combo expands in it's box
Added GladeActionEditor.
Fold GtkToggleAction and GtkRadioAction properties into the Action editor.
Added GladeRecentActionEditor
Added GladeRecentChooserMenuEditor.
Converted GladeBaseEditor, GladeDesignView and GladePalette to be GtkBox subclasses
Remove GtkTable from "Add Parent" actions (now we have GtkGrid there)
Cleanup deprecation warnings in GtkTable adaptor
Cleanup deprecation warnings in GtkDialog adaptor
GladeCellRendererEditor: Is now a GtkBox instead of a GtkVBox
Converted GladeToolItemGroupEditor and GladeTreeViewEditor to be GtkBox subclasses.
Converted GladeIconFactoryEditor, GladeImageItemEditor and GladeStoreEditor to be GtkBox subclasses
Added GladeBoxEditor
Mark GladePropertyShell:custom-text as translatable
Added GladeGridEditor
GladeActionEditor: Mark a custom text as translatable
Fix whitespace problem in glade_app_class_init()
GTK+ Plugin: Disable expander's use-underline / use-markup properties
Added GladeScrolledWindowEditor
Fix GTK+ plugin Makefile.am to dist glade-grid-editor.h
GladeGtkScrolledWindow adaptor: Fixed compiler warning
Added GladeNotebookEditor
GTK+ Plugin: Mark the GtkSwitch with the GtkActionable property.
GladeEntryEditor: Added an extension port and added to the private catalog.
Added GladeSpinButtonEditor
GladePropertyLabel: No hard coded width anymore.
GladeWindowEditor: Touchup UI
GladeButtonEditor: Don't allow modifying content of a GtkLinkButton
GladeButtonEditor: Added an extension port for derived editors to add properties
Added GladeScaleButtonEditor.
GTK+ Plugin: Touch up properties for GtkAppChooserDialog
Added GladeAppChooserWidgetEditor
Added GladeAppChooserButtonEditor
Added GladeComboBoxTextEditor
GladeGtkComboBoxText / GladeStringList: Support editing the <item> "id" attributes
Enhancing GtkComboBoxText editor
Enhancing GtkComboBox editing regarding tearoff menus
Added GladeComboBoxEditor
GladeWidget: Avoid assertions when rebuilding a widget and internal children are missing.
Added GladeScaleEditor
Added GladeScrollbarEditor
Added GladeProgressBarEditor
configure.ac: Remove some useless statements.
Added GladeLevelBarEditor
Added GladeScrollableEditor and GladeTextViewEditor
Added GladeToolPaletteEditor
Added GladeLayoutEditor
Added GladeViewportEditor
Added GladeRealTreeViewEditor
Avoid calling gtk_stock_list_ids() when gdk_display_get_default() is NULL
Added GladeIconViewEditor
Added GladeMiscEditor
Enhanced Label Editing
Added GladeArrowEditor
GtkInfoBar: Horizontal by default.
Fix bug 692972 - Make spin buttons commit values synchronously
Let GtkEntry:has-frame be set on runtime objects
Fix bug 686418 - crashes related to setting 'can-focus' property in the runtime.
Fix crasher bug 682191 - Avoid copying unknown widget types
Disable GtkTreeViewColumn:cell-area
GtkStatusbar: Allow editing "size" and don't query for "size"
Patch up bug 589337 - Fix by Michal 'hramrach' Suchanek <hramrach gmail com>
Fix bug 588844 - query dialog cancels if deleted
Rolling 3.15.2 Development Snapshot
Revert "glade-inspector: Use a GtkSearchEntry"
Fixed sporadic behaviour of spin buttons.
GtkListBox support: Added action to add list box rows to a list box.
Fixed some composite template classes
Мирослав Николић (1):
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]