]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoQuartz: gtk_drag_highlight_draw(): Set the GtkStyleContext to the widget.
John Ralls [Sun, 11 Sep 2011 17:48:58 +0000 (10:48 -0700)]
Quartz: gtk_drag_highlight_draw(): Set the GtkStyleContext to the widget.

Otherwise there's no actual context to save and restore.

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 11 Sep 2011 17:28:23 +0000 (20:28 +0300)]
Updated Latvian translation.

12 years agotreemodelfilter: correct forgotten unref of parent on level destroy
Kristian Rietveld [Sun, 11 Sep 2011 14:53:27 +0000 (16:53 +0200)]
treemodelfilter: correct forgotten unref of parent on level destroy

gtk_tree_model_filter_free_level() should always release ref on parent
unless the parent has been removed in the child model.  The unit tests
added in the previous commit test this.

12 years agoIncrease code coverage of first reference transfer code paths
Kristian Rietveld [Sun, 11 Sep 2011 14:51:23 +0000 (16:51 +0200)]
Increase code coverage of first reference transfer code paths

12 years agotreemodelfilter: bgo#658696- Crash when inserting new node
Sébastien Granjoux [Sat, 10 Sep 2011 08:32:16 +0000 (10:32 +0200)]
treemodelfilter: bgo#658696- Crash when inserting new node

12 years agoAdd unit test for bug 658696
Kristian Rietveld [Sun, 11 Sep 2011 10:10:32 +0000 (12:10 +0200)]
Add unit test for bug 658696

12 years agogtktreemodelfilter: fix small bug in prune level
Kristian Rietveld [Sun, 11 Sep 2011 10:02:12 +0000 (12:02 +0200)]
gtktreemodelfilter: fix small bug in prune level

gtk_tree_model_filter_prune_level() should drop all internal reference
counts as well for nodes which are going to be removed from the
sequence.

12 years agogtktreemodelfilter: fix corner case in rows-reordered handling
Kristian Rietveld [Sun, 11 Sep 2011 10:00:00 +0000 (12:00 +0200)]
gtktreemodelfilter: fix corner case in rows-reordered handling

If the level to be reordered did not contain an elt with offset == 0
(for example if that node was hidden), the first reference was not
correctly transferred.

A unit test for this has been added in a previous commit.

12 years agoUnit test a corner case of gtk_tree_model_filter_rows_reordered()
Kristian Rietveld [Sun, 11 Sep 2011 09:56:52 +0000 (11:56 +0200)]
Unit test a corner case of gtk_tree_model_filter_rows_reordered()

12 years agoUpdated Spanish translation
Jorge González [Sun, 11 Sep 2011 08:29:52 +0000 (10:29 +0200)]
Updated Spanish translation

12 years agofilechooser: Fix compile warning
Benjamin Otte [Sat, 10 Sep 2011 14:11:27 +0000 (16:11 +0200)]
filechooser: Fix compile warning

12 years agoUpdated Polish translation
Piotr Drąg [Sat, 10 Sep 2011 09:56:07 +0000 (11:56 +0200)]
Updated Polish translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Sat, 10 Sep 2011 08:45:21 +0000 (10:45 +0200)]
Updated Spanish translation

12 years agoGtkAppChooserButton: Add a way to include the default app
Matthias Clasen [Sat, 10 Sep 2011 05:40:05 +0000 (01:40 -0400)]
GtkAppChooserButton: Add a way to include the default app

This is necessary to use an app chooser button for selecting
default apps in the control center. Also, beef up the docs
for this widget family.

https://bugzilla.gnome.org/show_bug.cgi?id=642706

12 years agocombobox: implement get_path_for_child() for GtkComboBox
Cosimo Cecchi [Thu, 8 Sep 2011 22:13:59 +0000 (18:13 -0400)]
combobox: implement get_path_for_child() for GtkComboBox

This way we can adjust borders and rounded corners from the theme when
displaying the widget children flipped for RTL locales.

https://bugzilla.gnome.org/show_bug.cgi?id=658507

12 years agogtkcssprovider: fix a crash in gtk_css_provider_parsing_error
Dan Winship [Fri, 9 Sep 2011 13:32:54 +0000 (09:32 -0400)]
gtkcssprovider: fix a crash in gtk_css_provider_parsing_error

"info" was being declared in two different scopes, and the one that
was freed wasn't the one that was set.

12 years agoBug 617583 - Dead accents keys don't work in GTK+ applications on OSX
John Ralls [Fri, 9 Sep 2011 08:12:40 +0000 (10:12 +0200)]
Bug 617583 - Dead accents keys don't work in GTK+ applications on OSX

Handle dead keys in special_ucs_table and have them converted by
UCKeyTranslate(), so all dead key combinations can be entered.
Later, this should be handled in the input method, just as it's
done for X11/Win32.

12 years agogtkmodules: don't append NULL to module list for blacklisted module
Dan Winship [Thu, 8 Sep 2011 20:47:57 +0000 (16:47 -0400)]
gtkmodules: don't append NULL to module list for blacklisted module

fixes a crash when removing "gail" from gtksettings-specified modules

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Thu, 8 Sep 2011 20:30:07 +0000 (16:30 -0400)]
Updated Latvian translation.

12 years agoUpdated French translation
Bruno Brouard [Thu, 8 Sep 2011 19:47:09 +0000 (21:47 +0200)]
Updated French translation

12 years agol10n: Updated Italian translation
Luca Ferretti [Thu, 8 Sep 2011 19:40:50 +0000 (21:40 +0200)]
l10n: Updated Italian translation

12 years agoUpdated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 18:47:52 +0000 (20:47 +0200)]
Updated Polish translation

12 years agoupdate PunjabiTranslation
A S Alam [Thu, 8 Sep 2011 15:07:46 +0000 (20:37 +0530)]
update PunjabiTranslation

12 years agoAdd unit tests to check hierarchies of deleted nodes are unreffed properly
Kristian Rietveld [Wed, 7 Sep 2011 20:16:21 +0000 (22:16 +0200)]
Add unit tests to check hierarchies of deleted nodes are unreffed properly

12 years agoUpdate filter model ref count tests to reflect changes in rules
Kristian Rietveld [Wed, 7 Sep 2011 20:14:24 +0000 (22:14 +0200)]
Update filter model ref count tests to reflect changes in rules

12 years agogtktreemodelfilter: child levels of the root level must remain cached
Kristian Rietveld [Wed, 7 Sep 2011 20:11:37 +0000 (22:11 +0200)]
gtktreemodelfilter: child levels of the root level must remain cached

This is due to the special handling for filter functions that depend
on child level state.  If the parent level of a level is the root level,
the level cannot be removed from the cache.  Any change in this level
can cause its parent in the root level to become visible again.

12 years agogtktreemodelfilter: rework gtk_tree_model_filter_remove_elt_from_level
Kristian Rietveld [Wed, 7 Sep 2011 20:06:40 +0000 (22:06 +0200)]
gtktreemodelfilter: rework gtk_tree_model_filter_remove_elt_from_level

The most important change is that the function now properly releases
any external ref count and propagates these changes to the child model.
If a node is removed due to a filtering action, we now properly release
all external reference counts for its hierarchy of child nodes.

Apart from that, the function has been restructured to remove code
duplication.

Finally, there is still some doubt whether there are more calls to
gtk_tree_model_filter_free_level() which need unref_external set to TRUE.

12 years agogtktreemodelfilter: add a debug define and more assertions
Kristian Rietveld [Wed, 7 Sep 2011 07:36:18 +0000 (09:36 +0200)]
gtktreemodelfilter: add a debug define and more assertions

Should be helpful when debugging this thing.  Perhaps this needs to
be properly integrated in G_DEBUG/GTK_DEBUG, but currently I do not see
the need to.

12 years agogtktreemodelfilter: make rule used for level caching consistent
Kristian Rietveld [Wed, 7 Sep 2011 07:25:36 +0000 (09:25 +0200)]
gtktreemodelfilter: make rule used for level caching consistent

There was still a discrepancy between the comments and the code about when
exactly a level was to be removed.  The rule is now set on that for a level
to be removed its zero_ref_count as well as the zero_ref_count of its
parent has to be zero.

12 years agoAdd unit test for ref tranfer in rows-reordered with filtered rows
Kristian Rietveld [Mon, 29 Aug 2011 08:16:41 +0000 (10:16 +0200)]
Add unit test for ref tranfer in rows-reordered with filtered rows

12 years agoBug 658398 - Use of uninitialized variable reported by Valgrind
Behdad Esfahbod [Wed, 7 Sep 2011 20:19:44 +0000 (16:19 -0400)]
Bug 658398 - Use of uninitialized variable reported by Valgrind

Fix it.

12 years agoUpdated British English translation
Bruce Cowan [Wed, 7 Sep 2011 16:22:13 +0000 (17:22 +0100)]
Updated British English translation

12 years agoiconview: fix a typo while removing the a11y adjustment weak ref
Cosimo Cecchi [Tue, 6 Sep 2011 22:26:54 +0000 (18:26 -0400)]
iconview: fix a typo while removing the a11y adjustment weak ref

The code sets old_adj_ptr to the location containing the old weak ref,
but then wants to remove a weak ref from &view->old_hadj, causing warnings
when disposing the widget.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Tue, 6 Sep 2011 22:33:36 +0000 (01:33 +0300)]
Updated Belarusian translation.

12 years agoAdded Norwegian bokmål translation
Kjartan Maraas [Tue, 6 Sep 2011 19:51:52 +0000 (21:51 +0200)]
Added Norwegian bokmål translation

12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 6 Sep 2011 19:49:11 +0000 (21:49 +0200)]
Updated Slovenian translation

12 years agothemingengine: remove unused variable
Cosimo Cecchi [Tue, 6 Sep 2011 19:01:09 +0000 (15:01 -0400)]
themingengine: remove unused variable

12 years agox11: Don't create GdkDevices for disabled devices
Carlos Garnacho [Tue, 6 Sep 2011 17:22:59 +0000 (19:22 +0200)]
x11: Don't create GdkDevices for disabled devices

Fixes bug #658379 - Disabled devices still added to list on startup,
spotted by Bastien Nocera. Do not create GdkDevices for disabled
devices on device manager construction, leading to a confusing initial
state.

12 years agoUpdated Indonesian translation of po-properties
Andika Triwidada [Tue, 6 Sep 2011 10:15:38 +0000 (17:15 +0700)]
Updated Indonesian translation of po-properties

12 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 6 Sep 2011 10:10:51 +0000 (17:10 +0700)]
Updated Indonesian translation

12 years agoUpdated French translation
Bruno Brouard [Tue, 6 Sep 2011 08:57:40 +0000 (10:57 +0200)]
Updated French translation

12 years agoUpdated Persian translation
Arash Mousavi [Tue, 6 Sep 2011 07:07:50 +0000 (11:37 +0430)]
Updated Persian translation

12 years agoUpdated Spanish translation
Jorge González [Tue, 6 Sep 2011 04:07:31 +0000 (06:07 +0200)]
Updated Spanish translation

12 years agoUpdated Portuguese translation
Duarte Loreto [Mon, 5 Sep 2011 21:52:52 +0000 (22:52 +0100)]
Updated Portuguese translation

12 years agoUpdated Portuguese translation
Duarte Loreto [Mon, 5 Sep 2011 21:43:22 +0000 (22:43 +0100)]
Updated Portuguese translation

12 years agoPost-release version bump
Matthias Clasen [Mon, 5 Sep 2011 21:07:35 +0000 (17:07 -0400)]
Post-release version bump

12 years ago3.1.18
Matthias Clasen [Mon, 5 Sep 2011 19:43:12 +0000 (15:43 -0400)]
3.1.18

12 years agoSome more colord configury cleanups
Matthias Clasen [Mon, 5 Sep 2011 20:35:25 +0000 (16:35 -0400)]
Some more colord configury cleanups

Don't error out when --enable-color=auto, but no colord is found.
Plus various cleanups to the output.

12 years agoMore NEWS
Matthias Clasen [Mon, 5 Sep 2011 20:08:14 +0000 (16:08 -0400)]
More NEWS

12 years agoFix output of pickers.ui a11y test
Matthias Clasen [Mon, 5 Sep 2011 17:18:37 +0000 (13:18 -0400)]
Fix output of pickers.ui a11y test

12 years agoUpdates
Matthias Clasen [Mon, 5 Sep 2011 16:30:41 +0000 (12:30 -0400)]
Updates

12 years agoUpdated galician translations
Fran Dieguez [Mon, 5 Sep 2011 20:00:07 +0000 (22:00 +0200)]
Updated galician translations

12 years agoMerge branch 'bgo593793-filechooser-recent-folders-master'
Federico Mena Quintero [Mon, 5 Sep 2011 19:36:23 +0000 (14:36 -0500)]
Merge branch 'bgo593793-filechooser-recent-folders-master'

12 years agoUpdated Spanish translation
Jorge González [Mon, 5 Sep 2011 18:40:37 +0000 (20:40 +0200)]
Updated Spanish translation

12 years agoMenu item to visit the selected files in recent-files mode
Federico Mena Quintero [Mon, 5 Sep 2011 18:19:50 +0000 (13:19 -0500)]
Menu item to visit the selected files in recent-files mode

This will take you to the file's folder and select the file in question.
The menu item is only available in Recently-used and Search modes, so that
you can go from files in them to the 'normal' browsing mode.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoFactor out functions to create contextual menu items for the file list
Federico Mena Quintero [Mon, 5 Sep 2011 18:19:17 +0000 (13:19 -0500)]
Factor out functions to create contextual menu items for the file list

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoreftests: Disable border-radius tests for shadow
Benjamin Otte [Tue, 30 Aug 2011 13:20:12 +0000 (15:20 +0200)]
reftests: Disable border-radius tests for shadow

We get rendering artifacts that make tests fail. Not good.
The code is only commented out so far, so it should be trivial to
reenable if someone wants to. (Or this commit could just be reverted.)

12 years agogrid: Swap wrong spacing properties
Benjamin Otte [Tue, 30 Aug 2011 13:11:02 +0000 (15:11 +0200)]
grid: Swap wrong spacing properties

row-spacing behaved like column-spacing should have and vice versa.

Also update tests that erroneously checked this behavior.

Thanks to Joanmarie Diggs for finding this.

12 years agoradiobutton: Remove redundant call
Benjamin Otte [Tue, 30 Aug 2011 13:10:49 +0000 (15:10 +0200)]
radiobutton: Remove redundant call

The call is done by GtkButton already, no need to override it.

12 years agocheckbutton: Remove redundant call
Benjamin Otte [Tue, 30 Aug 2011 13:10:14 +0000 (15:10 +0200)]
checkbutton: Remove redundant call

The call is done by GtkButton already, no need to override it.

12 years agoGtkPathBar: Implement get_path_for_child
Cosimo Cecchi [Mon, 5 Sep 2011 16:12:13 +0000 (12:12 -0400)]
GtkPathBar: Implement get_path_for_child

This will allow nice theming of the path bar.

https://bugzilla.gnome.org/show_bug.cgi?id=658077

12 years agoa11y: Fix up listener registration minimally
Matthias Clasen [Mon, 5 Sep 2011 15:54:41 +0000 (11:54 -0400)]
a11y: Fix up listener registration minimally

For god-knows-what reason, at-spi is trying various formats
of strings when registering listeners, triggering g_warnings()
from gailutil code. Stop doing that.

Also, don't leak temporary string arrays that are a side-effect
of passing parameters around as formatted strings.

https://bugzilla.gnome.org/show_bug.cgi?id=658168

12 years agoMake the gail blacklisting more quiet
Matthias Clasen [Mon, 5 Sep 2011 15:44:47 +0000 (11:44 -0400)]
Make the gail blacklisting more quiet

Don't mention blacklisted modules at all if they are not found.

12 years agoGtkFontChooser: mark 'no matches' string for translation
Matthias Clasen [Mon, 5 Sep 2011 15:19:30 +0000 (11:19 -0400)]
GtkFontChooser: mark 'no matches' string for translation

12 years agoGtkToolbar: Move child removal to dispose
Matthias Clasen [Mon, 5 Sep 2011 15:07:36 +0000 (11:07 -0400)]
GtkToolbar: Move child removal to dispose

Doing it in finalize is too late and can cause various problems
in ::parent-set signal handlers.

https://bugzilla.gnome.org/show_bug.cgi?id=658200

12 years agoSome GtkAboutDialog doc additions
Matthias Clasen [Mon, 5 Sep 2011 04:00:24 +0000 (00:00 -0400)]
Some GtkAboutDialog doc additions

12 years agoFix typos in gtk_tree_view_set_reorderable docs
Matthias Clasen [Mon, 5 Sep 2011 03:52:36 +0000 (23:52 -0400)]
Fix typos in gtk_tree_view_set_reorderable docs

As pointed out in bug 530253.

12 years agoClean up the docs of GTK_SELECTION_MULTIPLE
Matthias Clasen [Mon, 5 Sep 2011 03:46:51 +0000 (23:46 -0400)]
Clean up the docs of GTK_SELECTION_MULTIPLE

As requested in bug 566202.

12 years agoImprove gtk_tree_view_set_drag_dest_row docs
Matthias Clasen [Mon, 5 Sep 2011 03:42:42 +0000 (23:42 -0400)]
Improve gtk_tree_view_set_drag_dest_row docs

As requested in bug 581435.

12 years agoCorrect the documentation of gtk_render_arrow() x,y arguments
Matthias Clasen [Mon, 5 Sep 2011 03:09:57 +0000 (23:09 -0400)]
Correct the documentation of gtk_render_arrow() x,y arguments

As pointed out in bug 655631, these are the origin, not
the center of the area.

12 years agoGtkFontChooser: escape markup where required
Matthias Clasen [Sun, 4 Sep 2011 21:17:07 +0000 (17:17 -0400)]
GtkFontChooser: escape markup where required

Since we use markup in the list, we need to escape the font name
and preview text pieces that we embed there.

12 years agoTest non-xml-clean preview text
Matthias Clasen [Sun, 4 Sep 2011 21:16:29 +0000 (17:16 -0400)]
Test non-xml-clean preview text

This shows that we fail to escape markup somewhere.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 16:06:49 +0000 (19:06 +0300)]
Updated Belarusian translation.

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 4 Sep 2011 15:41:49 +0000 (18:41 +0300)]
Updated Lithuanian translation

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 4 Sep 2011 15:35:45 +0000 (18:35 +0300)]
Updated Lithuanian translation

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sun, 4 Sep 2011 11:18:11 +0000 (13:18 +0200)]
Updated Esperanto translation

12 years agoGtkAssistant: Fix label alignment
Matthias Clasen [Sun, 4 Sep 2011 04:40:30 +0000 (00:40 -0400)]
GtkAssistant: Fix label alignment

Make page titles left-aligned again. Changing from misc alignment
to GtkWidget::halign here was a mistake. We can't do that for labels
in a size group, as long as labels still pay attention to misc
alignment.

https://bugzilla.gnome.org/show_bug.cgi?id=658008

12 years agoGtkLabel: make patterns work a little better
Matthias Clasen [Sun, 4 Sep 2011 03:59:40 +0000 (23:59 -0400)]
GtkLabel: make patterns work a little better

When a pattern has been set, we must not throw away
the attributes that contain it.

https://bugzilla.gnome.org/show_bug.cgi?id=658111

12 years agoUpdate Korean translation
Changwoo Ryu [Sat, 3 Sep 2011 12:58:35 +0000 (21:58 +0900)]
Update Korean translation

12 years agoGtkPlug: preserve map/unmap invariants
Matthias Clasen [Sat, 3 Sep 2011 01:40:42 +0000 (21:40 -0400)]
GtkPlug: preserve map/unmap invariants

12 years agoGtkGrid: make attaching more flexible
Matthias Clasen [Sat, 3 Sep 2011 00:04:06 +0000 (20:04 -0400)]
GtkGrid: make attaching more flexible

Allow to attach children at either end of row/column 0.
Proposed by Alex Larsson.

https://bugzilla.gnome.org/show_bug.cgi?id=657793

12 years agothemingengine: remove xthickness FIXME from gtk_render_line() code
Cosimo Cecchi [Thu, 1 Sep 2011 16:43:08 +0000 (12:43 -0400)]
themingengine: remove xthickness FIXME from gtk_render_line() code

The gtk_render_line() code has a FIXME (coming from the 2.x migration I
suppose) about using xthickness, and it actually hardcodes two lines of
different color instead of drawing a single one.
Since we don't support xthickness anymore, make gtk_render_line() do
what it says, i.e. just draw an 1px line colored with the current
color.

https://bugzilla.gnome.org/show_bug.cgi?id=657963

12 years agotreeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators
Cosimo Cecchi [Thu, 1 Sep 2011 18:12:49 +0000 (14:12 -0400)]
treeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators

https://bugzilla.gnome.org/show_bug.cgi?id=657985

12 years agoChange gtk_css_provider_propagate_error's signature.
Eitan Isaacson [Wed, 31 Aug 2011 22:24:53 +0000 (15:24 -0700)]
Change gtk_css_provider_propagate_error's signature.

Update to new parsing-error signal.

https://bugzilla.gnome.org/show_bug.cgi?id=657882

12 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Fri, 2 Sep 2011 15:29:59 +0000 (11:29 -0400)]
Updated Brazilian Portuguese translation.

12 years agoAdd a note about placeholder text use
Matthias Clasen [Fri, 2 Sep 2011 04:35:38 +0000 (00:35 -0400)]
Add a note about placeholder text use

Explain how this is really not such a great feature...

12 years agoFormatting cleanups
Matthias Clasen [Fri, 2 Sep 2011 03:55:47 +0000 (23:55 -0400)]
Formatting cleanups

While we normally try to avoid whitespace fixes, the gtk-demo
code is shown as exemplary, so it should be in good shape,
formatting-wise.

12 years agogtk-demo: Drop uses of GtkAlignment
Matthias Clasen [Thu, 1 Sep 2011 17:27:14 +0000 (13:27 -0400)]
gtk-demo: Drop uses of GtkAlignment

12 years agoFix the configure script to actually define HAVE_COLORD when colord is used
Richard Hughes [Thu, 1 Sep 2011 14:34:57 +0000 (15:34 +0100)]
Fix the configure script to actually define HAVE_COLORD when colord is used

12 years agogtk-demo: replace uses of GtkTable by GtkGrid
Matthias Clasen [Wed, 31 Aug 2011 15:10:19 +0000 (11:10 -0400)]
gtk-demo: replace uses of GtkTable by GtkGrid

12 years agogtk-demo: trivial improvement
Matthias Clasen [Wed, 31 Aug 2011 15:03:45 +0000 (11:03 -0400)]
gtk-demo: trivial improvement

Set activates-default in the assistant demo where it makes sense.

12 years agoUpdate README.win32 and Visual C++ Readme.txt's
Chun-wei Fan [Wed, 31 Aug 2011 06:28:47 +0000 (14:28 +0800)]
Update README.win32 and Visual C++ Readme.txt's

-Tell people about the GNOME Live! page which gives a more detailed
 outline on building the GTK+ stack with Visual C++
-Update README.win32 as GAIL is now a standard part built into GTK+
 for its a11y functions, and GAIL-Util is now built with the project
 files too.
-Tell people about the VS2010 support that has been available for a
 while

12 years agogtk+.doap: Add gtk+ to "platform" category
Javier Jardón [Tue, 30 Aug 2011 21:45:13 +0000 (22:45 +0100)]
gtk+.doap: Add gtk+ to "platform" category

12 years agoAdd more compilation warnings
Javier Jardón [Wed, 6 Jul 2011 20:36:50 +0000 (21:36 +0100)]
Add more compilation warnings

12 years agogtk/Makefile.am: Remove duplicate AM_CPPFLAGS
Javier Jardón [Wed, 6 Jul 2011 19:37:15 +0000 (20:37 +0100)]
gtk/Makefile.am: Remove duplicate AM_CPPFLAGS

12 years agopost-release version bump
Matthias Clasen [Tue, 30 Aug 2011 15:48:50 +0000 (11:48 -0400)]
post-release version bump

12 years ago3.1.16
Matthias Clasen [Tue, 30 Aug 2011 15:26:28 +0000 (11:26 -0400)]
3.1.16

12 years agoClean up stock-icons
Matthias Clasen [Tue, 30 Aug 2011 14:48:04 +0000 (10:48 -0400)]
Clean up stock-icons

We copy them all in srcdir != builddir builds, so just
nuke the entire directory in that case.

12 years agoDisable underallocation warnings in non-debug builds
Matthias Clasen [Tue, 30 Aug 2011 12:44:13 +0000 (08:44 -0400)]
Disable underallocation warnings in non-debug builds

It doesn't look like we have much traction of actually fixing
these, and there is very real cost to not being able to distcheck.

12 years agoDisable an incomplete test that does not work
Matthias Clasen [Tue, 30 Aug 2011 12:42:13 +0000 (08:42 -0400)]
Disable an incomplete test that does not work

Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.