]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoUpdated Brazilian Portuguese translation
Antonio Fernandes C. Neto [Tue, 20 Sep 2011 15:04:44 +0000 (12:04 -0300)]
Updated Brazilian Portuguese translation

12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 20 Sep 2011 11:23:30 +0000 (13:23 +0200)]
Updated Slovenian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 20 Sep 2011 08:59:57 +0000 (10:59 +0200)]
Updated Spanish translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Tue, 20 Sep 2011 08:05:06 +0000 (12:05 +0400)]
Updated Russian translation

12 years agoGtkTreeModelFilter: Fix build warnings
Xavier Claessens [Mon, 19 Sep 2011 09:20:08 +0000 (11:20 +0200)]
GtkTreeModelFilter: Fix build warnings

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

12 years agoUpdated Galician translations
Fran Dieguez [Mon, 19 Sep 2011 23:27:13 +0000 (01:27 +0200)]
Updated Galician translations

12 years agoBump version
Matthias Clasen [Mon, 19 Sep 2011 22:03:11 +0000 (18:03 -0400)]
Bump version

12 years ago3.1.92
Matthias Clasen [Mon, 19 Sep 2011 21:39:00 +0000 (17:39 -0400)]
3.1.92

12 years agoUpdates
Matthias Clasen [Mon, 19 Sep 2011 20:13:42 +0000 (16:13 -0400)]
Updates

12 years agoUpdated Polish translation
Piotr Drąg [Mon, 19 Sep 2011 20:21:53 +0000 (22:21 +0200)]
Updated Polish translation

12 years agofontchooser: Remove special case for a single signal handler
Benjamin Otte [Mon, 19 Sep 2011 19:17:01 +0000 (21:17 +0200)]
fontchooser: Remove special case for a single signal handler

12 years agofontchooser: Remove useless code
Benjamin Otte [Mon, 19 Sep 2011 18:37:38 +0000 (20:37 +0200)]
fontchooser: Remove useless code

gtk_adjustment_set_value() clamps itself, no need to do the clamping.

But I was impressed at the amount of comments.

12 years agofontchooser: Don't store the size separately
Benjamin Otte [Mon, 19 Sep 2011 17:54:40 +0000 (19:54 +0200)]
fontchooser: Don't store the size separately

Instead, use the font description's size.

12 years agofontchooser: Don't reload the fonts on style changes
Benjamin Otte [Mon, 19 Sep 2011 16:51:11 +0000 (18:51 +0200)]
fontchooser: Don't reload the fonts on style changes

It's not necessary, because nothing changes.

12 years agofontchooser: Assume NULL screen means the default screen
Benjamin Otte [Mon, 19 Sep 2011 16:35:57 +0000 (18:35 +0200)]
fontchooser: Assume NULL screen means the default screen

... and update the font list only when the screen actually changes.

12 years agofontchooser: Store the font description in the model
Benjamin Otte [Mon, 19 Sep 2011 15:58:51 +0000 (17:58 +0200)]
fontchooser: Store the font description in the model

It's actually expensive to create (>5ms per font with >1000 fonts
installed), so better cache it.

12 years agofontchooser: Move the filter func to the visibility func
Benjamin Otte [Mon, 19 Sep 2011 13:45:24 +0000 (15:45 +0200)]
fontchooser: Move the filter func to the visibility func

... instead of rereading all the fonts every time.

With this change, the liststore now contains every font face known to
GTK, so we can actually walk it for matching fonts.

12 years agofontchooser: Fix code to make it not look like GTK 0.9
Benjamin Otte [Mon, 19 Sep 2011 13:16:02 +0000 (15:16 +0200)]
fontchooser: Fix code to make it not look like GTK 0.9

12 years agofontchooser: List font description as font description
Benjamin Otte [Fri, 16 Sep 2011 08:41:24 +0000 (10:41 +0200)]
fontchooser: List font description as font description

Otherwise there will be two properties listed as "Font" in property
selectors (in Glade or testfontchooser).

12 years agofontchooser: Family or face can never be NULL
Benjamin Otte [Fri, 16 Sep 2011 08:26:55 +0000 (10:26 +0200)]
fontchooser: Family or face can never be NULL

... so there's no need to special-case those situations.

12 years agofontchooser: Use gtk_list_store_insert_with_values()
Benjamin Otte [Fri, 16 Sep 2011 08:21:58 +0000 (10:21 +0200)]
fontchooser: Use gtk_list_store_insert_with_values()

... instead of append() + set_values()

12 years agofontchooserwidget: Simplify function
Benjamin Otte [Fri, 16 Sep 2011 08:14:15 +0000 (10:14 +0200)]
fontchooserwidget: Simplify function

- Don't do unnecessary casts
- Fix weird variable declaration indenting
- Fix loop indentation
- Use a for loop for iterating over a list, instead of a while loop
- Casefold font name only once, instead of every iteration
- Remove needless true_var = true_var && TRUE assignment

12 years agoUpdated British English translation
Bruce Cowan [Mon, 19 Sep 2011 12:11:23 +0000 (13:11 +0100)]
Updated British English translation

12 years agoGtkPaned: Create the child window at the correct position
Chris Coulson [Mon, 19 Sep 2011 11:28:59 +0000 (12:28 +0100)]
GtkPaned: Create the child window at the correct position

When there is only a single child, create its window at the correct position
https://bugzilla.gnome.org/show_bug.cgi?id=659241

12 years agoUpdated Serbian translation
Мирослав Николић [Mon, 19 Sep 2011 01:08:22 +0000 (03:08 +0200)]
Updated Serbian translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 18 Sep 2011 17:55:24 +0000 (20:55 +0300)]
Updated Latvian translation.

12 years agoUpdated Swedish translation
Daniel Nylander [Sun, 18 Sep 2011 17:35:34 +0000 (19:35 +0200)]
Updated Swedish translation

12 years ago[l10n] Updated German translation
Wolfgang Stöggl [Sun, 18 Sep 2011 15:37:42 +0000 (17:37 +0200)]
[l10n] Updated German translation

12 years ago[l10n] Updated German translation
Wolfgang Stöggl [Sun, 18 Sep 2011 15:34:19 +0000 (17:34 +0200)]
[l10n] Updated German translation

12 years agoUpdated Belarusian translation (some fixes after manual testing).
Ihar Hrachyshka [Sat, 17 Sep 2011 20:28:39 +0000 (23:28 +0300)]
Updated Belarusian translation (some fixes after manual testing).

12 years agoUpdated Belarusian translation (some fixes after manual testing).
Ihar Hrachyshka [Sat, 17 Sep 2011 19:51:32 +0000 (22:51 +0300)]
Updated Belarusian translation (some fixes after manual testing).

12 years agoUpdated Bulgarian translation
Alexander Shopov [Sat, 17 Sep 2011 19:09:27 +0000 (22:09 +0300)]
Updated Bulgarian translation

12 years agoUpdated asturian translation
Xandru Armesto [Sat, 17 Sep 2011 17:03:55 +0000 (19:03 +0200)]
Updated asturian translation

12 years agoFixed a string translated to Brazilian Portuguese
Djavan Fagundes [Sat, 17 Sep 2011 15:04:13 +0000 (12:04 -0300)]
Fixed a string translated to Brazilian Portuguese

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 17 Sep 2011 09:01:15 +0000 (11:01 +0200)]
Updated Slovenian translation

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 17 Sep 2011 08:55:24 +0000 (10:55 +0200)]
Updated Slovenian translation

12 years agoUpdated Slovenian translation
Martin Srebotnjak [Sat, 17 Sep 2011 07:48:31 +0000 (09:48 +0200)]
Updated Slovenian translation

12 years agotreemodelfilter: add additional asserts to MODEL_FILTER_DEBUG mode
Kristian Rietveld [Sat, 17 Sep 2011 04:08:40 +0000 (06:08 +0200)]
treemodelfilter: add additional asserts to MODEL_FILTER_DEBUG mode

12 years agoRemove left-over calls to dump function
Kristian Rietveld [Sat, 17 Sep 2011 03:18:13 +0000 (05:18 +0200)]
Remove left-over calls to dump function

12 years agowidget-factory: add more checks and radios
Matthias Clasen [Sat, 17 Sep 2011 01:06:56 +0000 (21:06 -0400)]
widget-factory: add more checks and radios

Add examples of check and radio menuitems, as well as inconsistent
checks and toggles.

12 years agolink-button: Reset the mouse cursor when destroyed
Bastien Nocera [Fri, 16 Sep 2011 14:04:44 +0000 (15:04 +0100)]
link-button: Reset the mouse cursor when destroyed

If clicking on a link destroys the link button, and keeps the
same GdkWindow then the cursor stays as a hand in the rest of
the interface.

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

12 years agogdk/gdkkeys.h: Remove api documentation as Its already in the .c file
Javier Jardón [Fri, 16 Sep 2011 11:12:02 +0000 (13:12 +0200)]
gdk/gdkkeys.h: Remove api documentation as Its already in the .c file

12 years agoUpdated Portuguese translation
Duarte Loreto [Thu, 15 Sep 2011 23:47:03 +0000 (00:47 +0100)]
Updated Portuguese translation

12 years agoUpdated Portuguese translation
Duarte Loreto [Thu, 15 Sep 2011 23:45:41 +0000 (00:45 +0100)]
Updated Portuguese translation

12 years agoUpdated Slovenian translation
Martin Srebotnjak [Thu, 15 Sep 2011 20:37:48 +0000 (22:37 +0200)]
Updated Slovenian translation

12 years agoUpdated Punjabi Translation
A S Alam [Thu, 15 Sep 2011 16:53:43 +0000 (22:23 +0530)]
Updated Punjabi Translation

12 years agoUpdated asturian translation
Xandru Armesto [Thu, 15 Sep 2011 16:37:23 +0000 (18:37 +0200)]
Updated asturian translation

12 years agoiconview: add support for prelight cells
Cosimo Cecchi [Wed, 14 Sep 2011 21:32:02 +0000 (17:32 -0400)]
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

12 years agoUpdated Galician translations
Fran Dieguez [Wed, 14 Sep 2011 21:14:00 +0000 (23:14 +0200)]
Updated Galician translations

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Wed, 14 Sep 2011 18:52:12 +0000 (21:52 +0300)]
Updated Belarusian translation.

12 years agoGtkApplication: chain up ::startup
Ryan Lortie [Wed, 14 Sep 2011 18:02:51 +0000 (14:02 -0400)]
GtkApplication: chain up ::startup

12 years agoUpdated Russian translation
Yuri Myasoedov [Wed, 14 Sep 2011 17:52:57 +0000 (21:52 +0400)]
Updated Russian translation

12 years agoUpdate French translation
Alexandre Franke [Wed, 14 Sep 2011 16:25:36 +0000 (18:25 +0200)]
Update French translation

12 years agoiconview: Don't rturn TRUE from draw handler
Benjamin Otte [Wed, 14 Sep 2011 14:09:36 +0000 (16:09 +0200)]
iconview: Don't rturn TRUE from draw handler

12 years agotreeview: Return FALSE from draw handler
Benjamin Otte [Wed, 14 Sep 2011 14:03:54 +0000 (16:03 +0200)]
treeview: Return FALSE from draw handler

... like every widget should.

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

12 years agoUpdated Brazilian Portuguese translation.
Antonio Fernandes C. Neto [Wed, 14 Sep 2011 12:57:40 +0000 (08:57 -0400)]
Updated Brazilian Portuguese translation.

12 years agoPost-release bump
Matthias Clasen [Tue, 13 Sep 2011 22:17:47 +0000 (18:17 -0400)]
Post-release bump

12 years ago3.1.90
Matthias Clasen [Tue, 13 Sep 2011 21:40:52 +0000 (17:40 -0400)]
3.1.90

12 years agoFix a parameter name mismatch
Matthias Clasen [Tue, 13 Sep 2011 18:57:21 +0000 (14:57 -0400)]
Fix a parameter name mismatch

12 years agoUpdates
Matthias Clasen [Tue, 13 Sep 2011 17:28:43 +0000 (13:28 -0400)]
Updates

12 years agol10n: Updated Italian translation
Luca Ferretti [Tue, 13 Sep 2011 21:29:15 +0000 (23:29 +0200)]
l10n: Updated Italian translation

12 years agol10n: Updated Italian translation
Luca Ferretti [Tue, 13 Sep 2011 21:26:00 +0000 (23:26 +0200)]
l10n: Updated Italian translation

12 years agol10n: Updated Italian translation
Luca Ferretti [Tue, 13 Sep 2011 21:25:55 +0000 (23:25 +0200)]
l10n: Updated Italian translation

12 years agoMerge branch 'bgo593793-filechooser-recent-folders-master'
Federico Mena Quintero [Tue, 13 Sep 2011 20:24:37 +0000 (15:24 -0500)]
Merge branch 'bgo593793-filechooser-recent-folders-master'

12 years agobgo#658600 - Don't try to focus the location entry in Recent-files mode
Federico Mena Quintero [Tue, 13 Sep 2011 20:23:33 +0000 (15:23 -0500)]
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>
12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 13 Sep 2011 16:47:54 +0000 (18:47 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Spanish translation
dmustieles [Tue, 13 Sep 2011 16:07:02 +0000 (18:07 +0200)]
Updated Spanish translation

12 years agoFix a segfault if the GAppInfo does not have an icon
Richard Hughes [Tue, 13 Sep 2011 15:16:28 +0000 (16:16 +0100)]
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

12 years agoUpdated Polish translation
Piotr Drąg [Tue, 13 Sep 2011 15:26:57 +0000 (17:26 +0200)]
Updated Polish translation

12 years agoUpdated POTFILES.in
Piotr Drąg [Tue, 13 Sep 2011 15:20:05 +0000 (17:20 +0200)]
Updated POTFILES.in

12 years agoprop-editor: Allow editing PANGO_TYPE_FONT_DESCRIPTION properties
Christian Persch [Mon, 12 Sep 2011 19:29:24 +0000 (21:29 +0200)]
prop-editor: Allow editing PANGO_TYPE_FONT_DESCRIPTION properties

...using a GtkFontButton.

12 years agoTake font size also from the font description
Christian Persch [Mon, 12 Sep 2011 19:26:21 +0000 (21:26 +0200)]
Take font size also from the font description

12 years agoRemove some unnecessary casts
Christian Persch [Mon, 12 Sep 2011 11:57:10 +0000 (13:57 +0200)]
Remove some unnecessary casts

12 years agoClarify conditions when get_font_{family,face} return NULL
Christian Persch [Sun, 11 Sep 2011 23:21:04 +0000 (01:21 +0200)]
Clarify conditions when get_font_{family,face} return NULL

12 years agoFix implementation of GtkFontButton:get_font_{family,face}
Christian Persch [Sun, 11 Sep 2011 23:18:58 +0000 (01:18 +0200)]
Fix implementation of GtkFontButton:get_font_{family,face}

Returns a PangoFont{Family,Face} even when the font dialogue
has never been popped up.

12 years agoAdd filter test to testfontchooserdialog
Christian Persch [Sun, 11 Sep 2011 22:29:08 +0000 (00:29 +0200)]
Add filter test to testfontchooserdialog

12 years agoRename gtk_font_chooser_get_{family,face,size}
Christian Persch [Sun, 11 Sep 2011 22:17:58 +0000 (00:17 +0200)]
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.

12 years agoAdd GtkFontChooser:font-desc property
Christian Persch [Sun, 11 Sep 2011 22:13:26 +0000 (00:13 +0200)]
Add GtkFontChooser:font-desc property

Add a way to set/get the font as a PangoFontDescription.

12 years agoRemove GtkFontChooser:[sg]et_font
Christian Persch [Mon, 5 Sep 2011 20:55:05 +0000 (22:55 +0200)]
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.

12 years agoSetters should not return a boolean
Christian Persch [Mon, 5 Sep 2011 20:45:44 +0000 (22:45 +0200)]
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.

12 years agoCosmetic doc fixes
Matthias Clasen [Sun, 11 Sep 2011 01:48:20 +0000 (21:48 -0400)]
Cosmetic doc fixes

12 years agoTrivial: Fix up function name in the docs
Matthias Clasen [Sun, 11 Sep 2011 01:41:59 +0000 (21:41 -0400)]
Trivial: Fix up function name in the docs

12 years agoTrivial: Add a few missing functions to the docs
Matthias Clasen [Sun, 11 Sep 2011 01:41:15 +0000 (21:41 -0400)]
Trivial: Add a few missing functions to the docs

12 years agoMark string for translation
Christian Persch [Mon, 5 Sep 2011 13:27:22 +0000 (15:27 +0200)]
Mark string for translation

12 years agoGtkFontChooser implementation for GtkFontButton
Christian Persch [Mon, 5 Sep 2011 12:10:20 +0000 (14:10 +0200)]
GtkFontChooser implementation for GtkFontButton

12 years agoAdd prop editors to testfontchooser{,dialog}
Christian Persch [Mon, 5 Sep 2011 12:10:08 +0000 (14:10 +0200)]
Add prop editors to testfontchooser{,dialog}

12 years agoRename GtkFontChooser:font-name to :font
Christian Persch [Mon, 5 Sep 2011 11:26:49 +0000 (13:26 +0200)]
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.

12 years agoMake GtkFontChooser an interface
Christian Persch [Sun, 11 Sep 2011 23:49:26 +0000 (01:49 +0200)]
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

12 years agoUpdated Tamil Translations
I Felix [Tue, 13 Sep 2011 10:41:47 +0000 (16:11 +0530)]
Updated Tamil Translations

12 years agoUpdated Tamil Translations
I Felix [Tue, 13 Sep 2011 10:39:13 +0000 (16:09 +0530)]
Updated Tamil Translations

12 years agoUpdated Tamil Translations
I Felix [Tue, 13 Sep 2011 10:38:29 +0000 (16:08 +0530)]
Updated Tamil Translations

12 years agogtk_assistant_remove_page() docs: Fix typo.
Murray Cumming [Tue, 13 Sep 2011 08:08:22 +0000 (10:08 +0200)]
gtk_assistant_remove_page() docs: Fix typo.

12 years agofix an issus
YunQiang Su [Tue, 13 Sep 2011 05:20:19 +0000 (13:20 +0800)]
fix an issus

12 years agoupdate Simplified Chinese (zh_CN) translation
Yinghua Wang [Tue, 13 Sep 2011 05:19:11 +0000 (13:19 +0800)]
update Simplified Chinese (zh_CN) translation

12 years agoupdate Simplified Chinese (zh_CN) translation
Yinghua Wang [Tue, 13 Sep 2011 03:54:56 +0000 (11:54 +0800)]
update Simplified Chinese (zh_CN) translation

12 years agoGtkSearchEngineTracker: port to tracker 0.12
Matthias Clasen [Tue, 13 Sep 2011 01:31:12 +0000 (21:31 -0400)]
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

12 years agoGtkFileChooserButton: Expand like other 'pickers'
Matthias Clasen [Mon, 12 Sep 2011 23:04:34 +0000 (19:04 -0400)]
GtkFileChooserButton: Expand like other 'pickers'

Reported in bug 658774.

12 years agoUpdated galician translations
Fran Dieguez [Mon, 12 Sep 2011 19:37:50 +0000 (21:37 +0200)]
Updated galician translations

12 years agoUpdated galician translations
Fran Dieguez [Mon, 12 Sep 2011 19:36:19 +0000 (21:36 +0200)]
Updated galician translations

12 years agoUpdated galician translations for documentation
Fran Dieguez [Mon, 12 Sep 2011 19:31:30 +0000 (21:31 +0200)]
Updated galician translations for documentation