415d916129 
					 
					
						
						
							
							Updated Polish translation  
						
						
						
						
					 
					
						2011-09-13 17:26:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aaa2e0b1cd 
					 
					
						
						
							
							Updated POTFILES.in  
						
						
						
						
					 
					
						2011-09-13 17:20:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ce29eecc1 
					 
					
						
						
							
							prop-editor: Allow editing PANGO_TYPE_FONT_DESCRIPTION properties  
						
						... 
						
						
						
						...using a GtkFontButton. 
						
						
					 
					
						2011-09-13 12:55:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71c16bad33 
					 
					
						
						
							
							Take font size also from the font description  
						
						
						
						
					 
					
						2011-09-13 12:55:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d82895127e 
					 
					
						
						
							
							Remove some unnecessary casts  
						
						
						
						
					 
					
						2011-09-13 12:55:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8219a413ff 
					 
					
						
						
							
							Clarify conditions when get_font_{family,face} return NULL  
						
						
						
						
					 
					
						2011-09-13 12:55:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1ff243c57 
					 
					
						
						
							
							Fix implementation of GtkFontButton:get_font_{family,face}  
						
						... 
						
						
						
						Returns a PangoFont{Family,Face} even when the font dialogue
has never been popped up. 
						
						
					 
					
						2011-09-13 12:55:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc79b08441 
					 
					
						
						
							
							Add filter test to testfontchooserdialog  
						
						
						
						
					 
					
						2011-09-13 12:55:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6902813a11 
					 
					
						
						
							
							Rename gtk_font_chooser_get_{family,face,size}  
						
						... 
						
						
						
						... to gtk_font_chooser_get_font_{family,face,size}, in order to
avoid naming conflicts in bindings. 
						
						
					 
					
						2011-09-13 12:55:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abd9242f33 
					 
					
						
						
							
							Add GtkFontChooser:font-desc property  
						
						... 
						
						
						
						Add a way to set/get the font as a PangoFontDescription. 
						
						
					 
					
						2011-09-13 12:55:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1b818f2e46 
					 
					
						
						
							
							Remove GtkFontChooser:[sg]et_font  
						
						... 
						
						
						
						Now that the setter doesn't return a value anymore, we can just use
g_object_[sg]et instead of having these vfuncs. 
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b7db6888a 
					 
					
						
						
							
							Setters should not return a boolean  
						
						... 
						
						
						
						The setter for the "font" property returned a boolean that indicated
whether the given font has been found. Instead, fall back to the default
font name when the given font doesn't exist. 
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf14868619 
					 
					
						
						
							
							Cosmetic doc fixes  
						
						
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdcb8558e3 
					 
					
						
						
							
							Trivial: Fix up function name in the docs  
						
						
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e46e5789c 
					 
					
						
						
							
							Trivial: Add a few missing functions to the docs  
						
						
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85e95a765d 
					 
					
						
						
							
							Mark string for translation  
						
						
						
						
					 
					
						2011-09-13 12:55:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca4152995a 
					 
					
						
						
							
							GtkFontChooser implementation for GtkFontButton  
						
						
						
						
					 
					
						2011-09-13 12:55:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb2a54decf 
					 
					
						
						
							
							Add prop editors to testfontchooser{,dialog}  
						
						
						
						
					 
					
						2011-09-13 12:55:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb9efc9fd2 
					 
					
						
						
							
							Rename GtkFontChooser:font-name to :font  
						
						... 
						
						
						
						GtkFontButton already has a property named "font-name" which may
conflict / be an ABI break when moving GtkFontButton to implement
GtkFontChooser. Also, this is more in line with how other parts in
gtk (e.g. GtkCellRendererText) call a font string property. 
						
						
					 
					
						2011-09-13 12:55:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5452525143 
					 
					
						
						
							
							Make GtkFontChooser an interface  
						
						... 
						
						
						
						Make the GtkFontChooser API similar to the Gtk{File,Recent,App}Chooser
APIs by introducing GtkFontChooser as an interface, that has a default
implementation in GtkFontChooserWidget.
https://bugzilla.gnome.org/show_bug.cgi?id=657627  
						
						
					 
					
						2011-09-13 12:55:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						291b044028 
					 
					
						
						
							
							Updated Tamil Translations  
						
						
						
						
					 
					
						2011-09-13 16:11:47 +05:30 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4cc5c09a4 
					 
					
						
						
							
							Updated Tamil Translations  
						
						
						
						
					 
					
						2011-09-13 16:09:13 +05:30 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b21eb01cff 
					 
					
						
						
							
							Updated Tamil Translations  
						
						
						
						
					 
					
						2011-09-13 16:08:29 +05:30 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7eeebd4311 
					 
					
						
						
							
							gtk_assistant_remove_page() docs: Fix typo.  
						
						
						
						
					 
					
						2011-09-13 10:08:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						609e40718d 
					 
					
						
						
							
							fix an issus  
						
						
						
						
					 
					
						2011-09-13 13:20:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2d52567ad 
					 
					
						
						
							
							update Simplified Chinese (zh_CN) translation  
						
						
						
						
					 
					
						2011-09-13 13:19:11 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6b264a34b 
					 
					
						
						
							
							update Simplified Chinese (zh_CN) translation  
						
						
						
						
					 
					
						2011-09-13 11:54:56 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7466f846b7 
					 
					
						
						
							
							GtkSearchEngineTracker: port to tracker 0.12  
						
						... 
						
						
						
						We simply use the Tracker DBus api here, caching and direct
access that come with libtracker-sparql are probably not needed
here. Based on a patch by Martyn Russell.
https://bugzilla.gnome.org/show_bug.cgi?id=658272  
						
						
					 
					
						2011-09-12 21:35:31 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						353c7c622e 
					 
					
						
						
							
							GtkFileChooserButton: Expand like other 'pickers'  
						
						... 
						
						
						
						Reported in bug 658774. 
						
						
					 
					
						2011-09-12 21:33:11 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c49983041 
					 
					
						
						
							
							Updated galician translations  
						
						
						
						
					 
					
						2011-09-12 21:37:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fd19d7a36 
					 
					
						
						
							
							Updated galician translations  
						
						
						
						
					 
					
						2011-09-12 21:36:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c77278010 
					 
					
						
						
							
							Updated galician translations for documentation  
						
						
						
						
					 
					
						2011-09-12 21:31:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7550157d66 
					 
					
						
						
							
							bgo#514843 - [filechooser] Deal with corrupted .gtk-bookmarks gracefully  
						
						... 
						
						
						
						We weren't checking for the lines in that file being valid UTF-8 strings. 
						
						
					 
					
						2011-09-12 14:30:44 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70d70a0607 
					 
					
						
						
							
							Updated Swedish translation  
						
						
						
						
					 
					
						2011-09-12 21:07:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c0a4ff143 
					 
					
						
						
							
							Updated Swedish translation  
						
						
						
						
					 
					
						2011-09-12 17:50:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6573e24d59 
					 
					
						
						
							
							Update French translation  
						
						
						
						
					 
					
						2011-09-12 01:15:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e12140f8da 
					 
					
						
						
							
							Updated Belarusian translation.  
						
						
						
						
					 
					
						2011-09-11 21:48:36 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fc80381fd 
					 
					
						
						
							
							Add unit test for Bug 657353  
						
						... 
						
						
						
						This is to verify that Bug 657353 has been fixed. 
						
						
					 
					
						2011-09-11 20:19:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c0526e9b2 
					 
					
						
						
							
							treemodelfilter: bring if-condition in sync  
						
						... 
						
						
						
						Bring the if-condition in sync with the other if-conditions in the
function where the "path" variable is used. 
						
						
					 
					
						2011-09-11 20:19:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7cff8c4403 
					 
					
						
						
							
							Quartz: gtk_drag_highlight_draw(): Set the GtkStyleContext to the widget.  
						
						... 
						
						
						
						Otherwise there's no actual context to save and restore. 
						
						
					 
					
						2011-09-11 10:49:54 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						442b3d265a 
					 
					
						
						
							
							Updated Latvian translation.  
						
						
						
						
					 
					
						2011-09-11 20:28:23 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3db7344f33 
					 
					
						
						
							
							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. 
						
						
					 
					
						2011-09-11 16:53:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c85042de6 
					 
					
						
						
							
							Increase code coverage of first reference transfer code paths  
						
						
						
						
					 
					
						2011-09-11 16:51:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35eb92138a 
					 
					
						
						
							
							treemodelfilter: bgo#658696- Crash when inserting new node  
						
						
						
						
					 
					
						2011-09-11 12:13:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ab9766253 
					 
					
						
						
							
							Add unit test for bug 658696  
						
						
						
						
					 
					
						2011-09-11 12:13:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a43f2ba010 
					 
					
						
						
							
							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. 
						
						
					 
					
						2011-09-11 12:13:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ed76387fa 
					 
					
						
						
							
							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. 
						
						
					 
					
						2011-09-11 12:13:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						449c4bc362 
					 
					
						
						
							
							Unit test a corner case of gtk_tree_model_filter_rows_reordered()  
						
						
						
						
					 
					
						2011-09-11 12:13:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94a9170808 
					 
					
						
						
							
							Updated Spanish translation  
						
						
						
						
					 
					
						2011-09-11 10:29:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3d0a2d50f0 
					 
					
						
						
							
							filechooser: Fix compile warning  
						
						
						
						
					 
					
						2011-09-10 16:11:27 +02:00