]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agoSupport scale marks in builder markup
Matthias Clasen [Sun, 3 May 2009 01:02:12 +0000 (21:02 -0400)]
Support scale marks in builder markup

15 years agoFix a shadowed variable and a few other compiler warnings
Matthias Clasen [Sun, 3 May 2009 00:20:04 +0000 (20:20 -0400)]
Fix a shadowed variable and a few other compiler warnings

15 years agoMake an internal function static
Matthias Clasen [Sat, 2 May 2009 23:12:06 +0000 (19:12 -0400)]
Make an internal function static

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sat, 2 May 2009 10:47:29 +0000 (12:47 +0200)]
Updated Spanish translation

15 years agoUpdating Estonian translation
Mattias Põldaru [Sat, 2 May 2009 08:10:55 +0000 (11:10 +0300)]
Updating Estonian translation

15 years agoUpdated Spanish translation
Jorge Gonzalez [Fri, 1 May 2009 17:32:09 +0000 (19:32 +0200)]
Updated Spanish translation

15 years agoTest the new style property
Matthias Clasen [Thu, 30 Apr 2009 18:41:49 +0000 (14:41 -0400)]
Test the new style property

15 years agoAdd a GtkEntry::invisible-char style property
Matthias Clasen [Thu, 30 Apr 2009 18:40:22 +0000 (14:40 -0400)]
Add a GtkEntry::invisible-char style property

Allow themes to set a preferred invisible character. GTK+ will
still fall back to other candidates if the character is not available
in the font.

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Thu, 30 Apr 2009 08:29:01 +0000 (13:59 +0530)]
Updated Oriya Translation.

15 years agoMinor fix for GTK+ mediaLib code.
Brian Cameron [Wed, 29 Apr 2009 23:52:32 +0000 (18:52 -0500)]
Minor fix for GTK+ mediaLib code.

After doing some performance analysis, it was found that the GTK+ mediaLib code
triggers unnecessary lazy loading of dependent libraries.  The current code
uses RTLD_DEFAULT, RTLD_PROBE, RTLD_NEXT, and RTLD_SELF.  However, RTLD_PROBE
is all that is necessary, and avoids triggering the lazy loading.  So this
commit fixes the code to just use RTLD_PROBE.  (Bug 580678)

15 years agoUpdating Estonian translation
Mattias Põldaru [Wed, 29 Apr 2009 04:50:18 +0000 (07:50 +0300)]
Updating Estonian translation

15 years agofix build for gtkdial example
Tomasz Mon [Tue, 28 Apr 2009 18:34:44 +0000 (14:34 -0400)]
fix build for gtkdial example

Replace use of deprecated GTK_SIGNAL_FUNC with G_CALLBACK,
and add depth to blankstyle.  Fixes Bug #578634.

15 years agoUpdate Ukrainian translation
Maxim V. Dziumanenko [Sun, 26 Apr 2009 13:42:14 +0000 (16:42 +0300)]
Update Ukrainian translation

15 years agoFix casting problem in gmodule code.
Brian Cameron [Fri, 24 Apr 2009 22:20:03 +0000 (17:20 -0500)]
Fix casting problem in gmodule code.

This fixes bug 579884.  Previously the return value of g_slist_find_custom was
being recasted as type (GtkModuleInfo *).  This patch sets the return value
to a temporary variable of type (GSList *), and sets info to temp->data.  This
avoids a crashing problem.

15 years agoUpdated Spanish translation
Jorge Gonzalez [Fri, 24 Apr 2009 18:36:13 +0000 (20:36 +0200)]
Updated Spanish translation

15 years agoFix Selectable state for gailButton
Mike Gorse [Thu, 23 Apr 2009 13:36:51 +0000 (14:36 +0100)]
Fix Selectable state for gailButton

Only remove Selectable state from a GailButton if it is not Focusable (ie,
a TreeView column header); do not add Selectable for all focusable
buttons.  Fixes a bug introduced with the fix to 433324.

15 years agoUpdated Oriya Translations
Manoj Kumar Giri [Thu, 23 Apr 2009 12:27:33 +0000 (17:57 +0530)]
Updated Oriya Translations

15 years agoUpdated Oriya Translation
Manoj Kumar Giri [Thu, 23 Apr 2009 12:20:09 +0000 (17:50 +0530)]
Updated Oriya Translation

15 years agoUpdated Brazilian Portuguese translation.
Vladimir Melo [Wed, 22 Apr 2009 23:52:02 +0000 (20:52 -0300)]
Updated Brazilian Portuguese translation.

15 years agoUpdated sv translation
Daniel Nylander [Tue, 21 Apr 2009 12:50:45 +0000 (14:50 +0200)]
Updated sv translation

15 years agoAdds authentication support of CUPS backend
Marek Kasik [Tue, 21 Apr 2009 12:24:32 +0000 (14:24 +0200)]
Adds authentication support of CUPS backend

Adds authentication support of CUPS backend against CUPS server.
Print dialog is now capable to ask user for password and pass it
to the CUPS server. It is also possible to authenticate user
through Kerberos (GSS-API) (#384940).

15 years agoAllow the custom widget to actualize on a printer change
Marek Kasik [Tue, 21 Apr 2009 11:06:49 +0000 (13:06 +0200)]
Allow the custom widget to actualize on a printer change

Passes print settings and page setup to the custom widget
through a new "update-custom-widget" signal (#564854).

15 years agoAdd default URL and Email hooks to GtkAboutDialog
Christian Persch [Fri, 3 Apr 2009 00:10:55 +0000 (02:10 +0200)]
Add default URL and Email hooks to GtkAboutDialog

Adds default URL and Email hooks which use gtk_show_uri(). It is still
possible to provide one's own hooks, and one can disable the default
hooks by setting NULL hooks. Bug #577793.

15 years agoDisplay invalid accelerators as "Invalid" in GTK mode.
Christian Persch [Wed, 8 Apr 2009 17:18:44 +0000 (19:18 +0200)]
Display invalid accelerators as "Invalid" in GTK mode.

When in GTK_CELL_RENDERER_ACCEL_MODE_GTK, display accelerator key
combinations that don't pass gtk_accelerator_valid() as "Invalid".
Bug #572799.

15 years agoAllow unsetting the icon title set with gdk_window_set_icon_name
Christian Persch [Mon, 20 Apr 2009 12:53:51 +0000 (14:53 +0200)]
Allow unsetting the icon title set with gdk_window_set_icon_name

Change gdk_window_set_icon_name to allow using NULL to unset a
previously set icon title, so that the icon title tracks the normal
title again. Bug #535557.

15 years agoUpdated Arabic translation
Khaled Hosny [Sun, 19 Apr 2009 17:58:00 +0000 (19:58 +0200)]
Updated Arabic translation

15 years agoDeselect all other selected items when clicking a selected one
Claudio Saavedra [Sat, 18 Apr 2009 15:47:07 +0000 (18:47 +0300)]
Deselect all other selected items when clicking a selected one

When clicking on an GtkIconView item inside a selection, deselect
all other selected items. (#506862)

15 years agoUpdated Italian translation
Luca Ferretti [Sat, 18 Apr 2009 12:35:07 +0000 (14:35 +0200)]
Updated Italian translation

Completed Italian translation

Signed-off-by: Milo Casagrande <milo@ubuntu.com>
15 years agoAllow GdkPixbufSimpleAnim to loop
Claudio Saavedra [Sat, 18 Apr 2009 12:16:22 +0000 (15:16 +0300)]
Allow GdkPixbufSimpleAnim to loop

Add a GdkPixbufSimpleAnim:loop boolean property and its accessors.
Based on a patch by Tim Evans. (#561139)

15 years agoUpdated Catalan translation
David Planella [Sat, 18 Apr 2009 09:37:32 +0000 (11:37 +0200)]
Updated Catalan translation

15 years agoUpdated zh_CN translation
Deng Xiyue [Sat, 18 Apr 2009 05:41:45 +0000 (07:41 +0200)]
Updated zh_CN translation

15 years agoAdd a GtkBuildable implementation to GtkAssistant
Matthias Clasen [Sat, 18 Apr 2009 05:23:20 +0000 (01:23 -0400)]
Add a GtkBuildable implementation to GtkAssistant

Expose the action area as internal child, and support child
properties.

15 years agoCommitting the Pashto Translations as per request made by Zabeeh Khan on the gnome...
Runa Bhattacharjee [Fri, 17 Apr 2009 05:31:49 +0000 (11:01 +0530)]
Committing the Pashto Translations as per request made by Zabeeh Khan on the gnome-i18n list

15 years agoHungarian translation updated
Gabor Kelemen [Thu, 16 Apr 2009 09:50:00 +0000 (11:50 +0200)]
Hungarian translation updated

15 years agoFix a resizing problem with marks on scales
Matthias Clasen [Thu, 16 Apr 2009 04:50:46 +0000 (00:50 -0400)]
Fix a resizing problem with marks on scales

Queue a resize when marks are added to or removed from GtkScale
widgets. This fixes a visual glitch with the 100% mark in
gnome-volume-control.

15 years agobuild: fix the build when not making man-pages
Stefan Kost [Wed, 15 Apr 2009 15:13:20 +0000 (18:13 +0300)]
build: fix the build when not making man-pages

15 years agoUpdated Serbian translation
Milos Popovic [Wed, 15 Apr 2009 08:47:49 +0000 (10:47 +0200)]
Updated Serbian translation

15 years agoUpadated Oriya Translation
Manoj Kumar Giri [Tue, 14 Apr 2009 09:50:48 +0000 (15:20 +0530)]
Upadated Oriya Translation

15 years agoUpdated Oriya Translation
Manoj Kumar Giri [Tue, 14 Apr 2009 06:35:23 +0000 (12:05 +0530)]
Updated Oriya Translation

15 years agoUpdated Oriya Translation
Manoj Kumar Giri [Tue, 14 Apr 2009 06:31:09 +0000 (12:01 +0530)]
Updated Oriya Translation

15 years agoUpdated Arabic translation
Khaled Hosny [Mon, 13 Apr 2009 23:21:50 +0000 (01:21 +0200)]
Updated Arabic translation

15 years agoUpdated Gujarati Translations
Ankitkumar Patel [Mon, 13 Apr 2009 11:54:21 +0000 (17:24 +0530)]
Updated Gujarati Translations

15 years agoUpdated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen
Kenneth Nielsen [Sun, 12 Apr 2009 15:03:04 +0000 (17:03 +0200)]
Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen

15 years agoUpdated Spanish translation
Jorge González [Sun, 12 Apr 2009 14:49:25 +0000 (16:49 +0200)]
Updated Spanish translation

15 years agoUpdated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen
Kenneth Nielsen [Sun, 12 Apr 2009 13:10:16 +0000 (15:10 +0200)]
Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen

15 years agoBump version
Matthias Clasen [Sat, 11 Apr 2009 22:09:33 +0000 (18:09 -0400)]
Bump version

15 years agoRelease 2.16.1
Matthias Clasen [Sat, 11 Apr 2009 22:05:34 +0000 (18:05 -0400)]
Release 2.16.1

15 years agoRemove generated files
Matthias Clasen [Sat, 11 Apr 2009 19:54:33 +0000 (15:54 -0400)]
Remove generated files

15 years agoUpdate for 2.16.1
Matthias Clasen [Sat, 11 Apr 2009 19:52:28 +0000 (15:52 -0400)]
Update for 2.16.1

15 years agoMinor file descriptor leak in testgtk
Michael J. Chudobiak [Sat, 11 Apr 2009 17:42:14 +0000 (13:42 -0400)]
Minor file descriptor leak in testgtk

Added a missing fclose. Bug #578366.

15 years agoRemove generated files
Matthias Clasen [Sat, 11 Apr 2009 15:40:30 +0000 (11:40 -0400)]
Remove generated files

15 years agoDisplay localised accelerator keys also in OTHER mode
Christian Persch [Sat, 11 Apr 2009 05:53:32 +0000 (01:53 -0400)]
Display localised accelerator keys also in OTHER mode

This fixes bug 572797.

15 years agoFix a small leak in GtkFileSelector
Michael Chudobiak [Sat, 11 Apr 2009 05:47:29 +0000 (01:47 -0400)]
Fix a small leak in GtkFileSelector

15 years agoAdd GtkHSV in gtk.types to fix documentation
Bruce Cowan [Sat, 11 Apr 2009 05:44:35 +0000 (01:44 -0400)]
Add GtkHSV in gtk.types to fix documentation

15 years agoCorrect tutorial url in faq
Christian Dywan [Sat, 11 Apr 2009 05:42:07 +0000 (01:42 -0400)]
Correct tutorial url in faq

15 years agoImprove dialog handling in gtk-builder-convert
MOROHOSHI Akihiko [Sat, 11 Apr 2009 05:34:22 +0000 (01:34 -0400)]
Improve dialog handling in gtk-builder-convert

Make gtk-builder-convert handle response ids in GtkFileChooserDialog
correctly. (#557629)

15 years agoUpdated Greek translation
Simos Xenitellis [Fri, 10 Apr 2009 22:29:14 +0000 (23:29 +0100)]
Updated Greek translation

15 years agoUpdated French translation
Claude Paroz [Fri, 10 Apr 2009 20:12:35 +0000 (22:12 +0200)]
Updated French translation

15 years agoSend the print job title to the previewer
Carlos Garcia Campos [Tue, 7 Apr 2009 17:02:48 +0000 (19:02 +0200)]
Send the print job title to the previewer

The previewer should know the print job title too, it could be included
in the print settings file. Fixes bug #561345

15 years agoSave PageSetup into print settings file used by the print previewer
Carlos Garcia Campos [Tue, 7 Apr 2009 16:45:11 +0000 (18:45 +0200)]
Save PageSetup into print settings file used by the print previewer

Fixes bug #578271

15 years agoFix memory leak in gdkscreen-x11
Carlos Garcia Campos [Fri, 10 Apr 2009 04:14:23 +0000 (00:14 -0400)]
Fix memory leak in gdkscreen-x11

When RandR 1.2 X driver doesn't return any usable multihead data the
monitors array is freed, without freeing the memory allocated by the array
elements before. Fixes bug #578354

15 years agoImprove accessible name
Matthias Clasen [Fri, 10 Apr 2009 04:09:27 +0000 (00:09 -0400)]
Improve accessible name

Change the accessible name of an entry in the print dialog from "At"
to "Time of print". String addition. (#577964)

15 years agoExpand GtkBuilder migration guide
Matthias Clasen [Fri, 10 Apr 2009 03:42:44 +0000 (23:42 -0400)]
Expand GtkBuilder migration guide

15 years agoUpdate release instructions for git
Matthias Clasen [Thu, 9 Apr 2009 23:38:55 +0000 (19:38 -0400)]
Update release instructions for git

15 years agoUpdated Spanish translation
Jorge González [Thu, 9 Apr 2009 15:04:17 +0000 (17:04 +0200)]
Updated Spanish translation

15 years agoFix compilation with DirectFB 1.0
Sven Neumann [Thu, 9 Apr 2009 14:50:25 +0000 (16:50 +0200)]
Fix compilation with DirectFB 1.0

The code used a field introduced with DirectFB 1.2. Added a
compile-time version check to make it work with DirectFB 1.0.

15 years agoUpdated Crimean Tatar (Crimean Turkish) translation
Reşat SABIQ [Thu, 9 Apr 2009 09:37:32 +0000 (04:37 -0500)]
Updated Crimean Tatar (Crimean Turkish) translation

Updated crh.po.

15 years agoUpdated Crimean Tatar (Crimean Turkish) translation
Reşat SABIQ [Thu, 9 Apr 2009 08:56:37 +0000 (03:56 -0500)]
Updated Crimean Tatar (Crimean Turkish) translation

Updated crh.po.

15 years agoMerge branch 'master' of ssh://simos@git.gnome.org/git/gtk+
Simos Xenitellis [Wed, 8 Apr 2009 23:28:42 +0000 (00:28 +0100)]
Merge branch 'master' of ssh://simos@git.gnome.org/git/gtk+

15 years agoUpdated Greek translation
Simos Xenitellis [Wed, 8 Apr 2009 23:28:18 +0000 (00:28 +0100)]
Updated Greek translation

15 years agoUpdated Italian translation
Luca Ferretti [Wed, 8 Apr 2009 21:33:27 +0000 (23:33 +0200)]
Updated Italian translation

Updated Italian translation by Luca Ferretti

Signed-off-by: Milo Casagrande <milo@ubuntu.com>
15 years agoUpdated Greek translation
Simos Xenitellis [Wed, 8 Apr 2009 19:25:19 +0000 (20:25 +0100)]
Updated Greek translation

15 years agoAllow empty passwords in GtkMountOperation
Matthias Clasen [Wed, 8 Apr 2009 14:02:52 +0000 (10:02 -0400)]
Allow empty passwords in GtkMountOperation

Allow empty passwords, since there are situations where the
backend doesn't need the password.  (#578365)

15 years agoFixed memory leak in jasper loader
Michael J. Chudobiak [Wed, 8 Apr 2009 14:50:30 +0000 (10:50 -0400)]
Fixed memory leak in jasper loader

Bug 578290. The "data" block was allocated but not used
and not freed.

15 years agoFixed minor memory leak on error
Dr. Michael J. Chudobiak [Wed, 8 Apr 2009 14:33:08 +0000 (10:33 -0400)]
Fixed minor memory leak on error

Bug 578290. Fixed a minor memory leak that occurs after a
memory allocation error. Found it using cppcheck.

15 years agoSupport links in licenses
Matthias Clasen [Wed, 8 Apr 2009 04:52:38 +0000 (00:52 -0400)]
Support links in licenses

Apply the same linkification to the license that we do for credits
in about dialogs. E.g. GTK3 contains a link.  (#577789)

15 years agoRemove a non-effective style-set handler
Matthias Clasen [Wed, 8 Apr 2009 04:39:22 +0000 (00:39 -0400)]
Remove a non-effective style-set handler

The style-set handler was supposed to set the background color of
the text views in the credits dialog, but due to a thinko it never
had any effect, unless a theme change happened while the dialog
was open. Seems best to keep the current appearance now and remove
the handler. (#577868)

15 years agoImprove accessibility of the print dialog
Matthias Clasen [Wed, 8 Apr 2009 04:12:54 +0000 (00:12 -0400)]
Improve accessibility of the print dialog

Add accessible name and description to the "Pages" and "At" entries,
and improve focus handling.  (#577964)

15 years agoImprove focus handling in the print dialog
Matthias Clasen [Wed, 8 Apr 2009 03:51:52 +0000 (23:51 -0400)]
Improve focus handling in the print dialog

Move the focus to the range entry when selecting the "Pages".

15 years agoFix --help output of gtk-builder-convert
Matthias Clasen [Wed, 8 Apr 2009 03:38:07 +0000 (23:38 -0400)]
Fix --help output of gtk-builder-convert

15 years agoAvoid warnings when unrealizing a text view
Matthias Clasen [Tue, 7 Apr 2009 23:28:29 +0000 (19:28 -0400)]
Avoid warnings when unrealizing a text view

For some reason, input methods can emit preedit-changed when a
text view is unrealized, at which point the layout has already
been cleared. (#578221)

15 years agoMention writable git location, too
Matthias Clasen [Tue, 7 Apr 2009 23:20:53 +0000 (19:20 -0400)]
Mention writable git location, too

15 years agoFix a memory leak in GtkAccelGroup
Matthias Clasen [Tue, 7 Apr 2009 23:09:28 +0000 (19:09 -0400)]
Fix a memory leak in GtkAccelGroup

Unref closures in accel group finalization (#577824).

15 years agoConvert GtkComboBox items propertly
Johan Dahlin [Tue, 7 Apr 2009 21:04:05 +0000 (18:04 -0300)]
Convert GtkComboBox items propertly

If the last character is a newline, just ignore it.
This is what glade normally writes, fixes #578276.

15 years agoMerge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+
Alexander Larsson [Tue, 7 Apr 2009 17:29:19 +0000 (19:29 +0200)]
Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+

15 years agoclarify bugfix in 2.14 for gtk_expander_get_label
Björn Lindqvist [Tue, 7 Apr 2009 16:54:15 +0000 (12:54 -0400)]
clarify bugfix in 2.14 for gtk_expander_get_label

Updated documentation for gtk_expander_get_label to clarify that
it was changed in 2.14.

15 years agoUpdated Greek translation
Simos Xenitellis [Tue, 7 Apr 2009 13:50:57 +0000 (14:50 +0100)]
Updated Greek translation

15 years agoSet user_time from startup_id if window realized
Alexander Larsson [Tue, 7 Apr 2009 13:39:00 +0000 (15:39 +0200)]
Set user_time from startup_id if window realized

For non-realized windows we set the user_time from the startup id on
realization. However, if the window is already realized when the
startup_id is not set we currently don't, but we should. (#573922)

15 years agoDon't move global user time backwards
Alexander Larsson [Tue, 7 Apr 2009 13:37:40 +0000 (15:37 +0200)]
Don't move global user time backwards

When setting the user_time on a specific app to something, make sure
we're not moving the global per-display user time backwards.

15 years agoSet errno to 0 before calling strtoul
Alexander Larsson [Tue, 7 Apr 2009 13:32:16 +0000 (15:32 +0200)]
Set errno to 0 before calling strtoul

We check errno for failure, so ensure its cleared first. (#573922)

15 years agoUpdated French translation
Claude Paroz [Tue, 7 Apr 2009 06:36:42 +0000 (08:36 +0200)]
Updated French translation

15 years agoFix a GtkBuilder crash
Matthias Clasen [Tue, 7 Apr 2009 00:55:26 +0000 (20:55 -0400)]
Fix a GtkBuilder crash

Always set an error when returning FALSE from gtk_builder_value_from_string.
This fixes the crash reported in bug 532858.

15 years agoTrivial formatting fix
Matthias Clasen [Tue, 7 Apr 2009 00:45:11 +0000 (20:45 -0400)]
Trivial formatting fix

15 years agoImprove gtk-builder-convert error reporting
Matthias Clasen [Tue, 7 Apr 2009 00:21:04 +0000 (20:21 -0400)]
Improve gtk-builder-convert error reporting

Make gtk-builder-convert warn when it meets duplicate ids, since
those will not work with GtkBuilder.

15 years agoImprove GtkBuilder error reporting
Matthias Clasen [Tue, 7 Apr 2009 00:13:35 +0000 (20:13 -0400)]
Improve GtkBuilder error reporting

Make GtkBuilder report an error when it encounters a duplicate id,
instead of segfaulting later on

15 years agoUpdated Greek translation
Jennie Petoumenou [Mon, 6 Apr 2009 21:00:42 +0000 (22:00 +0100)]
Updated Greek translation

15 years agoBetter i18n support in GtkBuilder
Matthias Clasen [Mon, 6 Apr 2009 16:12:08 +0000 (12:12 -0400)]
Better i18n support in GtkBuilder

Let descriptions of accessible actions be translated, by specifying
the description as content of the <action> element, and allowing
"translatable", "context" and "comment" as attributes. (#518642)

15 years agoBug 578094 - ProcessIdToSessionId needs to be declared as WINAPI
Tor Lillqvist [Mon, 6 Apr 2009 12:10:35 +0000 (15:10 +0300)]
Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI

Patch by  Shixin Zeng.

15 years agoMove G_END_DECLS before the #endif in gtkitemfactory.h
Christian Dywan [Sat, 4 Apr 2009 11:32:09 +0000 (13:32 +0200)]
Move G_END_DECLS before the #endif in gtkitemfactory.h

Bug 577650 – gtkitemfactory.h fails to compile

Place G_END_DECLS inside conditionals, otherwise C++ compilers
will see a closing curly bracket when including the file for
the second time.

15 years agoAdd a rule to generate ChangeLog
Matthias Clasen [Fri, 3 Apr 2009 06:00:48 +0000 (02:00 -0400)]
Add a rule to generate ChangeLog

We use the same rule pango uses to create a ChangeLog file with
the help of git-log. The format is somewhat different from traditional
ChangeLog, but it contains the relevant information.