c3b074f6e2
Updated asturian translation
2011-09-15 18:37:23 +02:00
e9de907f9e
iconview: add support for prelight cells
...
Render GtkIconView cell items with the prelight state flag when they're
being mouse hovered.
This works basically in the same way it's done for GtkTreeView cells,
and e.g. GtkCellRendererPixbuf will need to have its follow-state
property to opt in to prelight rendering.
https://bugzilla.gnome.org/show_bug.cgi?id=615501
2011-09-15 09:34:04 -04:00
393a1261b3
Updated Galician translations
2011-09-14 23:14:00 +02:00
e0ea002e0d
Updated Belarusian translation.
2011-09-14 21:52:12 +03:00
f86351c05f
GtkApplication: chain up ::startup
2011-09-14 14:04:10 -04:00
98b8f4a9fd
Updated Russian translation
2011-09-14 21:52:57 +04:00
a5f632d815
Update French translation
2011-09-14 18:25:36 +02:00
9ddc11fbb5
iconview: Don't rturn TRUE from draw handler
2011-09-14 16:10:14 +02:00
9e8b2f2521
treeview: Return FALSE from draw handler
...
... like every widget should.
https://bugzilla.gnome.org/show_bug.cgi?id=658981
2011-09-14 16:10:14 +02:00
a172dff58b
Updated Brazilian Portuguese translation.
2011-09-14 08:57:40 -04:00
f1574cbe4d
Post-release bump
2011-09-13 18:17:47 -04:00
c37e425341
3.1.90
2011-09-13 17:40:52 -04:00
07cecfc601
Fix a parameter name mismatch
2011-09-13 17:36:24 -04:00
2f19600708
Updates
2011-09-13 17:36:15 -04:00
26799f67a9
l10n: Updated Italian translation
2011-09-13 23:29:15 +02:00
14147de0c2
l10n: Updated Italian translation
2011-09-13 23:26:00 +02:00
f38901509e
l10n: Updated Italian translation
2011-09-13 23:25:55 +02:00
432b7ee2bc
Merge branch 'bgo593793-filechooser-recent-folders-master'
2011-09-13 15:24:37 -05:00
c132b6cfc7
bgo#658600 - Don't try to focus the location entry in Recent-files mode
...
We don't ever start up in Search mode, so we don't need an extra check for that mode, yet.
Signed-off-by: Federico Mena Quintero <federico@gnome.org >
2011-09-13 15:24:29 -05:00
f191798faf
Updated Norwegian bokmål translation
2011-09-13 18:47:54 +02:00
24981f75a0
Updated Spanish translation
2011-09-13 18:07:43 +02:00
14df59d47c
Fix a segfault if the GAppInfo does not have an icon
...
This fixes the following backtrace:
0 g_logv (log_domain=0x7ffff60461a4 "GLib-GObject", log_level=<optimized out>,
format=0x7ffff599c322 "%s: assertion `%s' failed", args1=0x7fffffffc418) at gmessages.c:577
1 0x00007ffff59312d2 in g_log (log_domain=<optimized out>, log_level=<optimized out>,
format=<optimized out>) at gmessages.c:591
2 0x00007ffff601c3c7 in g_object_ref (_object=0x0) at gobject.c:2648
3 0x00007ffff7721e22 in gdk_x11_app_launch_context_get_startup_notify_id (context=<optimized out>,
info=0x7fffe8004b40, files=<optimized out>) at gdkapplaunchcontext-x11.c:331
4 0x00007ffff62e60d0 in _g_desktop_app_info_launch_uris_internal (appinfo=0x7fffe8004b40, uris=0x0,
launch_context=0x7fffe401c800, spawn_flags=G_SPAWN_SEARCH_PATH, user_setup=0, user_setup_data=0x0,
pid_callback=0, pid_callback_data=0x0, error=0x7fffffffc848) at gdesktopappinfo.c:1269
5 0x00007ffff62e630a in g_desktop_app_info_launch_uris (appinfo=<optimized out>, uris=<optimized out>,
launch_context=<optimized out>, error=<optimized out>) at gdesktopappinfo.c:1341
6 0x00007ffff62e636b in g_desktop_app_info_launch (appinfo=0x7fffe8004b40, files=<optimized out>,
launch_context=0x7fffe401c800, error=0x7fffffffc848) at gdesktopappinfo.c:1388
2011-09-13 16:41:38 +01:00
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