[gtk+] Created tag 3.1.14
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Created tag 3.1.14
- Date: Mon, 29 Aug 2011 17:15:05 +0000 (UTC)
The unsigned tag '3.1.14' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 29 13:09:00 2011 -0400
3.1.14
Changes since the last tag '3.1.10':
A S Alam (1):
update translation for Punjabi
Abduxukur Abdurixit (1):
Added UG translation
Alberto Ruiz (109):
GtkFontChooser: Remove all cruft from the current GtkFontSelection implementation and start a new widget
GtkFontChooser: Add private members to GtkFontSelectionPrivate
GtkFontChooser: Create fundamental widgets for the new GtkFontSelection
GtkFontChooser: Avoid using show_all explicitely
GtkFontChooser: Added main treeview
GtkFontChooser: Create alignment for the preview entry
GtkFontChooser: Adding the alignment to the selection
GtkFontChooser: Adding the preview
GtkFontChooser: Added slider and spin button
GtkFontChooser: Setting the height of the preview and have a define for the top padding
GtkFontChooser: Set vbox to no homogeneus
GtkFontChooser: Create functions to bootstrap the treeview column and settings and update the font list
GtkFontChooser: Add column and cell renderer
GtkFontChooser: Populated font list model
GtkFontChooser: Set rules hint to TRUE in the main tree view
GtkFontChooser: Improvements in the font face listing
GtkFontChooser: Iterate over faces as well as families to list them
GtkFontChooser: Compilation warning cleanups
GtkFontChooser: Setting the default preview text and the default font size
GtkFontChooser: Adding a tree model filter for the search functionality
GtkFontChooser: Inserted and deleted text callbacks
GtkFontChooser: Live search implemented
GtkFontChooser: Set the initial size to the slider, initial callbacks for size change
GtkFontChooser: Search entry icon is now dynamic depending on the content
GtkFontChooser: Getting the refiltering right for the clear icon. Filter function speedups.
GtkFontChooser: The spinner now updates the slider size if it is within the range
GtkFontChooser: Improvements on the spin/slider interaction
GtkFontChooser: Fixed size updating in the preview
GtkFontChooser: Layout enhancements, using a scrolled window for the preview entry.
GtkFontChooser: Setting a default vertical size
GtkFontChooser: Enable font selection
GtkFontChooser: Added a test program
GtkFontChooser: Better cursor selection and model leak fixes
GtkFontChooser: Keep reference to the face and the family objects
GtkFontChooser: Ellipsize cell renderer and set a better size list
GtkFontChooser: Setting a minimum width andfix the markup for the rows
GtkFontChooser: Fixing mouse scroll zooming behaviour for the preview and the size controls
GtkFontChooser: Improvements on the size setting signals between the preview, scale and spinbutton. Adding more string fields to the model to allow for backwards compatibility.
GtkFontChooser: Layout improvements. Adding shadow to scrolled windows. Font+Face text is now bold.
GtkFontChooser: Layout improvements, spacing between elements and default widget size.
GtkFontChooser: Filter also by font face
GtkFontChooser: Initial support for deprecated functions
GtkFontChooser: initialization and destruction of deprecated widgets and data models
GtkFontChooser: update the size model for the deprecated size list
GtkFontChooser: Add deprecated calls to the test
GtkFontChooser: Fix segmentation fault in deprecated size list population
GtkFontChooser: Add tree view columns for the deprecated widgets
GtkFontChooser: Populate font family names in the deprecated family list
GtkFontChooser: Populate face names in the deprecated face list
GtkFontChooser: Use scrolled windows for the deprecated widgets
GtkFontChooser: Unref deprecated widgets on finalize
GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate the deprecated functionality
GtkFontChooser: Add callbacks and improve test to take deprecated widgets into account
GtkFontChooser: Use the theme font as the default font
GtkFontChooser: Refactoring the default font size, face and family assignment for clarity
GtkFontChooser: Update deprecated font list on slection
GtkFontChooser: Blocking the cursor change callbacks from happening on the deprecated widgets when selecting the font from the fontselector
GtkFontChooser: Update size when selecting an item of the deprecated size list
GtkFontChooser: Update selection on deprecated face or font list selection
GtkFontChooser: Update selection on deprecated size list selection
GtkFontChooser: Improve bootstrapping of the deprecated lists
GtkFontChooser: Setting the font-name property. Test updates. Remove warnings.
GtkFontChooser: gtk_font_selection_set_font_name implementation
GtkFontChooser: check if font name is NULL in gtk_font_selection_set_font_name
GtkFontChooser: implement gtk_font_selection_set/get_preview_text
GtkFontChooser: Added test for GtkFontSelectionDialog
GtkFontChooser: Changed dialog label from OK to Select, deprecated get_ok_button and internal apply button.
GtkFontChooser: Add gtk_font_selection_dialog_get_select_button and use GTK_DISABLE_DEPRECATED in gtkfontsel.h
GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code
GtkFontChooser: Better test preview text
GtkFontChooser: Add a property to control whether the preview entry is shown or not
GtkFontChooser: Update fontlist on style change
GtkFontChooser: Check if the deprecated widgets are present before updating the size list
GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATED
GtkFontChooser: Renaming the class names and fixing the tests
GtkFontChooser: Expose the new widget in gtk.h and add test cases
GtkFontChooser: Removed support for deprecated functionality from GtkFontSelector
GtkFontChooser: Restore automatic alignment on scroll to selection
GtkFontChooser: Now shearch filters each individual term rather than the whole string at once
GtkFontChooser: Use symbolic icons in the filter entry
GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontchooserdialog.[ch]
GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2
GtkFontChooser: Initial work to use GtkGrid
GtkFontChooser: Add preview entry to the grid
GtkFontChooser: Use const instead of G_CONST_RETURN
GtkFontChooser: Use GtkBox instead of GtkVBox as base class.
GtkFontChooser: Fix expand and fill properties for the grid layout
GtkFontChooser: Use a nested grid to achieve the right layout in the size controls
GtkFontChooser: Remove the themed color for the font title
GtkFontChooser: Fix scroll callback connected to treeview instead of preview
GtkFontChooser: Remove default geometry defines
GtkFontChooser: Cleanup comments and fix indentation alignments
GtkFontChooser: Fix size synchronization between slider and spin button
GtkFontChooser: Remove outdated Copyright information
GtkFontChooserDialog: Use g_object_new to set initial values in the dialog constructor
GtkFontChooser: Set correct margin values between UI elements
GtkFontChooserDialog: Fix get_font_chooser public function name
GtkFontChooserDialog: Add parent window as a parameter in the constructor
GtkFontChooser: Setting all ought to be static functions as static
GtkFontChooser: Added missing breaks in switch statements
GtkFontChooser: Using explicit comparisons for g_strcmp0
GtkFontChooser: Fixed coding style wrt spacing around operators
GtkFontChooser: Using the widget instead of the private struct as signal data in all conects
GtkFontChooser: Using G_N_ELEMENTS instead of a define
GtkFontChooser: Missing G_END_DECLS in fontchooser header
GtkFontChooser: font-name property notification wasn't properly propagated during size change from the spinbutton
GtkFontChooser: Stub code to handle empty list by search.
GtkFontChooser: get_font_name did not return the font size
GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of GtkFontSelectionDialog
Alejandro PiÃeiro (2):
a11y: Use AtkWindow on GtkWindowAccessible
a11y: Don't manage window events as a exception
Alexander Shopov (1):
Updated Bulgarian translation
Andika Triwidada (2):
Updated Indonesian translation
Updated Indonesian translation
Arash Mousavi (1):
Updated Persian translation
Arx Cruz (1):
[filechooser] bgo#349502: Context menu option to copy selected files to the clipboard
Benjamin Berg (1):
Fix polling for new data in cups print backend (bug #599664)
Benjamin Otte (12):
API: css: Add GtkCssSection
cssprovider: Remove dead code
cssprovider: Keep only the curent section while parsing
cssprovider: Handle non-NULL-terminated data
cssprovider: Store sections with parsed values
cssparser: Make lines and positions 0-indexed
cssparser: Fix cases where we could overrun the terminating 0
API: cssprovider: Change parsing-error signal
styleproperty: Improve error message
notebook: Fix child property setters causing underallocations
reftests: Add a test for the recent notebook fix
trayicon-x11: Refactor code a bit
Chao-Hsiung Liao (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Chun-wei Fan (6):
Update VS property sheets
Add fallback implemetation for rint()/round()
Include C89 fallback code
Update configure.ac to check for rint()/round()
Update config.h.win32.in
Update gtk/Makefile.am
Colin Walters (1):
Squash two compilation warnings about possibly-uninitialzed
Cosimo Cecchi (4):
combobox: add a "combobox-entry" style class for comboboxes with entries
settings: use the right RC parser for the gtk-visible-focus setting
widget-factory: add the primary-toolbar hint to the toolbar
API: add accessors for GdkEvent fields
Dan Winship (1):
Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessible
Daniel Mustieles (8):
Updated Spanish translation
Updated Spanish translation
Fixed bug #657146
Fixed POTFILES.in (error in D-L)
Fixed POTFILES.in (error in D-L)
Fixed POTFILES.in (error in D-L)
Updated Spanish translation
Updated Spanish translation
Daniel Nicoara (1):
wayland: Acquire cairo device during operations that need the GL context
Daniel Nylander (3):
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
David Zeuthen (1):
Bug 656851 â Allow use of GVariant in GtkListStore
Diego Celix (9):
gtkaboutdialog: gtk_misc_set_alignment replacing
gtkappchooserdialog: gtk_misc_set_alignment
demo-changedisplay:gtk_misc_set_alignment replace
demo-pickers: gtk_misc_set_alignment replacing
demo-sizegroup: gtk_misc_set_alignment replacing
demo-ui_manager: gtk_misc_set_alignment replacing
testcalendar: gtk_misc_set_alignment replacing
testgtk: gtk_misc_set_alignment replacing
tests-prop-editor:gtk_misc_set_alignment replacing
Federico Mena Quintero (20):
Log to recent-files when confirming the file chooser
Save selection to recent-files in the asynchronous Save cases
Rename stop_operation() to operation_mode_stop()
Remove duplicated code from *_switch_to_browse_mode()
Centralize changing the operation mode in operation_mode_set()
Make operation_mode_set() handle SEARCH and RECENT modes as well
Move the widgets above the hpaned to their own box
Discard the search widgets in a separate function
Only unset the entry's contents if the entry exists
Create the location_entry in a single function
Remove the unused, initial-text logic from the location entry
Switch to OPERATION_MODE_BROWSE when switching to volume or file shortcuts
Set the location mode when changing the operation mode
Merge branch 'bgo593793-filechooser-recent-folders-master'
bgo#655822 - Put back the expand-folders schema in gsettings
Merge branch 'bgo593793-filechooser-recent-folders-master'
Don't sort the recent-items by hand
Load and populate the recent-items in a single pass
bgo#657186 - Sort the recent-files list in newest-to-oldest order
Merge branch 'bgo593793-filechooser-recent-folders-master'
Felix Riemann (1):
gtkstyleproperty: fix small memory leak
Fran Dieguez (2):
Updated Galician translations
Updated Galician translations
Gabor Kelemen (2):
There is no need for [type: ...] tags in POTFILES.skip
Add tests/*ui to POTFILES.skip
Greg Hellings (1):
Install gdk/win32 headers
Ignacio Casal Quinteiro (1):
Fix warning
Javier JardÃn (3):
Remove local copy of introspection.m4
configure.ac: Bump gdk-pixbuf required version
gtk+.doap: Add some more info
Jesse van den Kieboom (1):
Added gtk_text_iter_assign API
John (J5) Palmieri (1):
[gi] annotate gdk_container_set_user_data to take a GObject
John Ralls (2):
Bug 655122: Detect OSX version for handling version-dependent special cases (the one at hand is window resizing, which is handled differently on OSX 10.7 from earlier versions).
Bug 655122: Lion Crashes during resize
Jorge GonzÃlez (1):
Updated Spanish translation
JÃrg Billeter (1):
widget: Add transfer annotation for gtk_widget_set_window
Kalev Lember (1):
gtk-demo: Fix the path to demo sources for the win32 build
Kjartan Maraas (1):
Updated Norwegian bokmÃl translation
Kristian HÃgsberg (1):
wayland: We need to require egl as well
Kristian Rietveld (80):
Bug 508601 - Copying from GTK+ applications causes crash
quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdef
quartz: return modifiers instead of an event mask ...
quartz: remove _gdk_quartz_events_get_current_event_mask
quartz: use already existing current_button_state variable
Bug 655545 - condition can never be true in gtk_tree_view_real_set_cursor
Put all GtkTreeModel unit tests in a single binary
Make naming of tree model unit tests consistent
Move TreeModelSort specific tests to a new sortmodel.c file
Add bug base and bug numbers to tree model unit tests
Add unit test for bug 77977 for reference
Further reduce variable shadowing by factoring code out into functions
Add more unit tests for gtk_tree_model_filter_row_deleted()
Make _get_iter invalidate iterators when FALSE is returned
Print failed assertions for failed child iterator conversions
Improve filter model remove node unit tests
Correct GtkTreeModelFilter to never unref an already deleted child node
In sort model also emit row-deleted after updating the data structures
Three more TreeModelFilter remove ancestor tests
Factor out another part of gtk_tree_model_filter_row_deleted
Refactor to a common code path for inserts of nodes in levels
Factor out find_elt_with_offset
Fix comment
Refactor emitting row-inserted for new nodes to a common code path
Use g_assert_cmpint instead of g_assert in check_level_length()
Add two unit tests for gtk_tree_model_filter_row_inserted
Have a separate category for tests of gtk_tree_model_filter_row_deleted
Improve specific_root_has_child_filter test to also verify signals
Improve specific_has_child_filter() test to also verify signals
Corrections to has-child filter tests
Change signature of gtk_tree_model_filter_remove_node
Rename gtk_tree_model_filter_remove_node for internal consistency
Decrease amount of code duplication in _remove_elt_from_level
Decrease code duplication in _remove_elt_from_level take two
Bug 621076 - GtkTreeModelFilter does not emit all signals in some ...
Fix a couple of memleaks in the filter model tests
Add some comments to gtk_tree_model_filter_remove_elt_from_level
treemodelsort: Remove unnecessary comment
Add GtkTreeModelRefCount, only to be used in unit tests
Add generic GtkTreeModel reference counting unit tests
Move asserts to gtktreemodelrefcount.h for other unit tests to use
Bug 611922 - gtk_tree_model_sort_ref_node() is too slow
Avoid unreferencing deleted nodes
Unit test reference counting in GtkTreeModelSort
treemodelfilter: Move more missions of row-deleted down
treemodelfilter: Introduce notion of external ref count
treemodelfilter: guard for building already existing levels
treemodelfilter: handle another case in check_ancestors
treemodelfilter: rework reference counting
treemodelrefcount: make it possible to assert within check functions
treemodelrefcount: check_iter(): check if iter is valid
Correct/expand base tests to check emitted signals
Remove checks for superfluous signals which are not longer emitted
Check level length in unit test for bug 311955
Add cleaned up and easier version of unit test for bug 311955
Add more "has child" unit tests
Add reference counting unit tests for GtkTreeModelFilter
Should validate TreeModelRefCount before the sort and filter model
Unit test rows reordered ref count handling in GtkTreeView
Unit test GtkTreeModelFilter's rows-reordered emissions
Test GtkTreeModelFilter's reference transfers
Correct ref transfer in GtkTreeModelFilter rows-reordered handling
Remove left-over dump call
Do not emit rows-reordered for levels with no visible rows
Revert usage of parent_elt_index back to parent_elt pointers
Move SignalMonitor to treemodel.[ch] so it can be used by other tests
Add more unit tests for GtkTreeModelSort
Replace GArray with GSequence in GtkTreeModelSort
GtkTreeModel: add more detailed documentation on reference counting
Extend documentation about GtkTreeModelSort internals
Extend public and internal documentation about GtkTreeModelFilter
gtktreemodelfilter: only maintain cache at 1 level depth instead of 2
Fix bad typo in gtk_tree_model_filter_build_level() ...
Update filtermodel ref count unit tests to new cache depth
Add some notes on how filter model testing can be made (even) more thorough
treemodelfilter: eliminate unread variable assigments
treemodelsort: eliminate unread variable assigments
Fix some memory leaks in treemodel unit tests
Add forgotten calls to signal_monitor_assert_is_empty()
Fix typo in doc comment
Laszlo Pandy (1):
Fix incomplete > entities in docs.
Mario BlÃttermann (1):
[l10n] Updated German translation
Matthias Clasen (79):
post-release bump
Ditch some long dead perl cruft
Fix up last commit
Update gtk_widget_get_accessible() docs
Mention the demise of gail in 3.2 release notes
Move GtkBuildable implementation up before accessibility
Drop GtkIconViewAccessiblePrivate
Use G_DEFINE_TYPE for GtkIconViewAccessible
Drop some grandiosity from the AtkAction implementation
Rework AtkText implementation
Minor cleanups
Use G_DEFINE_TYPE for GtkIconViewItemAccessible
widget-factory: small tweaks
GtkGrid: Add a way to insert rows or columns
Fix entry drawing in the presence of margins
Make focus rectangles optional
Trivial formatting fixes
Simplify a few things
Fix minor issues in the tests
Avoid extraneous signals at destroy time
Rename some statics
Clean up error handling
Just use a single grid
Make the fontchooser dialog come up in a reasonable size
Add 'no matches' functionality
Add filtering to the font chooser
Add new symbols
Add docs
Trivial formatting fix
Deprecate GtkFontSelection and GtkFontSelectionDialog
Keep the currently selected font over theme changes
Make setting fontname work, independent of a screen
Fix a typo
testgtk: remove dead code
Update NEWS for 3.1.12
Fix up symbol lists for recent api additions
3.1.12
Post-release bump
Use GtkFontChooser in testtoplevelembed
Add a mnemonic to the 'Select' button
Change 'Ok' to 'Select' in the color chooser dialog
GtkSwitch: Return FALSE from the button press handler
GtkAppChooserButton: Make activating rows work as expected
GtkAppChooserDialog: Simplify the construction
GtkAppChooserDialog: remove an unused variable
GtkFontChooser: Add a ::font-activated signal
GtkFontChooserDialog: Select when a list item is activated
GtkColorButton: Don't forget to close a cairo context
Trivial: Silence a compiler warning
Trivial: Silence a compiler warning
Trivial: whitespace fixes
Use a weak ref in GtkAccelLabel
Revert "GtkColorButton: Don't forget to close a cairo context"
Silence a compiler warning
Make gtk_status_icon_set_name() work reliably
GtkToolbar: partial fix for toolbar editing
Fix the build
GtkColorSel: replace GtkTable by GtkGrid
GtkPageSetupUnixDialog: replace GtkTable by GtkGrid
GtkMountOperation: Replace GtkTable by GtkGrid
GtkFileChooserDefault: Replace GtkTable by GtkGrid
GtkPrintUnixDialog: Replace GtkTable by GtkGrid
Clean up unneeded includes
More include cleanups
More include cleanups
GtkTrayIconX11: Some more refactoring
Explicitly link gdk and gtk against libm
Silence the build a bit more
Trivial: include cleanups
Add an accessor for grid children
Avoid warnings when widgets are not created yet
GtkAppChooser: Deal with 'no app found' gracefully
GtkAppChooserDialog: handle sensitivity of 'Select' better
testappchooser: handle 'no app selected' gracefully
Fix exported symbols
Adapt a11y dump output
a11y: don't return random numbers
Don't unref floating menuitems
3.1.14
Michael Hutchinson (1):
Bug 655074 - Fix crash with undecorated windows on MacOS Lion
Michael Terry (1):
tests: Add test for non-nullterminated gtk_css_provider_load_data()
Paolo Borelli (1):
Do not manually create empty label
Pavel Holejsovsky (3):
Enable introspection of X11-specific functions and methods
Add annotations so that methods are properly paired to objects.
Avoid introspection scanner warning on GtkPlug and GtkSocket
Piotr DrÄg (3):
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.skip
Rachid BM (1):
Language improvements
Ryan Lortie (1):
Signalify (already existing) GtkMenuShell.insert()
Sergio Cipolla (1):
Fixed a string in Brazilian Portuguese translation
Sweta Kothari (1):
Updated Gujarati Translations
Tristan Van Berkom (1):
Avoid dereferencing NULL pointer in gtk_label_drag_data_get()
Vincent Bernat (1):
trayicon-x11: Fix warnings when visual is not available.
Will Thompson (1):
GtkAppChooser: improve grammar in short_description
Xavier Claessens (4):
Improve error messages of signal monitor
Add thorough unit test for bug #621076
Revert usage of parent_elt_index back to parent_elt pointers
Replace GArray with GSequence in GtkTreeModelFilter
Yuri Kozlov (1):
Updated Russian translation
Yuri Myasoedov (1):
Updated Russian translation
plesry (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (1):
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]