]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agogtk: Fix typos in comment
Benjamin Otte [Mon, 29 Nov 2010 16:51:59 +0000 (17:51 +0100)]
gtk: Fix typos in comment

13 years agogdk: Remove useless macros from gdkprivate.h
Benjamin Otte [Thu, 25 Nov 2010 14:33:25 +0000 (15:33 +0100)]
gdk: Remove useless macros from gdkprivate.h

13 years agogtk: Don't include private GDK headers
Benjamin Otte [Thu, 25 Nov 2010 14:33:01 +0000 (15:33 +0100)]
gtk: Don't include private GDK headers

Use the function that exists for this purpose instead.

13 years agogdk: Remove GDK_PANGO_UNITS_OVERFLOWS() from internal headers
Benjamin Otte [Thu, 25 Nov 2010 14:04:45 +0000 (15:04 +0100)]
gdk: Remove GDK_PANGO_UNITS_OVERFLOWS() from internal headers

It's unused.

13 years agogdk: Move window beeps into GdkWindowImpl
Benjamin Otte [Thu, 25 Nov 2010 11:28:08 +0000 (12:28 +0100)]
gdk: Move window beeps into GdkWindowImpl

One less magic function. Also refactored it to make it easier to
implement. It now returns TRUE if it beeped and FALSE if it failed to do
so. A default implementation exists that just returns FALSE for all the
backends that can't beep windows (read: everything but X11 with XKB -
and why on earth do keyboard libs implement beeping?)

13 years agogdk: Make get_shape and get_input_shape vfuncs
Benjamin Otte [Thu, 25 Nov 2010 11:17:11 +0000 (12:17 +0100)]
gdk: Make get_shape and get_input_shape vfuncs

Trying to get rid of all the _gdk_windowing_something() functions that
we expect backends to magically know about and instead put them in a
proper interface (mostly GdkWindowImplClass).

13 years agogdk: Remove GdkDrawable
Benjamin Otte [Wed, 24 Nov 2010 14:32:41 +0000 (15:32 +0100)]
gdk: Remove GdkDrawable

It's unused.

13 years agogdk: Remove remaining includes of gdkdrawable.h
Benjamin Otte [Wed, 24 Nov 2010 14:31:24 +0000 (15:31 +0100)]
gdk: Remove remaining includes of gdkdrawable.h

13 years agogdk: Make GdkWindowImpl inherit from GObject
Benjamin Otte [Wed, 24 Nov 2010 14:11:34 +0000 (15:11 +0100)]
gdk: Make GdkWindowImpl inherit from GObject

13 years agoAPI: Remove GdkNoExposeEvent
Benjamin Otte [Wed, 24 Nov 2010 13:46:49 +0000 (14:46 +0100)]
API: Remove GdkNoExposeEvent

It's not used by anyone and not supported by any backend but X11.

13 years agogdk: Make GdkWindow->impl a GdkWindowImpl
Benjamin Otte [Wed, 24 Nov 2010 13:36:45 +0000 (14:36 +0100)]
gdk: Make GdkWindow->impl a GdkWindowImpl

13 years agodocs: Replace mentions of drawable with window in migration guide
Benjamin Otte [Wed, 24 Nov 2010 13:26:04 +0000 (14:26 +0100)]
docs: Replace mentions of drawable with window in migration guide

No need to let gtk3-aware people learn about wonderous gtk2 terms when
they are migrating old code. ;)

13 years agodocs: Remove overrides for types that don't exist anymore
Benjamin Otte [Wed, 24 Nov 2010 13:24:51 +0000 (14:24 +0100)]
docs: Remove overrides for types that don't exist anymore

13 years agotests: Remove disabled testtext example
Benjamin Otte [Wed, 24 Nov 2010 13:09:48 +0000 (14:09 +0100)]
tests: Remove disabled testtext example

13 years agocellrenderer: Fix docs to say cairo_t instead of GdkDrawable
Benjamin Otte [Wed, 24 Nov 2010 12:30:28 +0000 (13:30 +0100)]
cellrenderer: Fix docs to say cairo_t instead of GdkDrawable

13 years agogdk: Pass the GdkWindow to resize_cairo_surface vfunc
Benjamin Otte [Tue, 23 Nov 2010 01:09:01 +0000 (02:09 +0100)]
gdk: Pass the GdkWindow to resize_cairo_surface vfunc

So it's in sync with all the other vfuncs.

13 years agoAPI: GdkWindow no longer is a GdkDrawable
Benjamin Otte [Tue, 23 Nov 2010 00:54:37 +0000 (01:54 +0100)]
API: GdkWindow no longer is a GdkDrawable

Also, name the get_type function properly.

13 years agox11: Remove unused GDK_DRAWABLE_XROOTWIN macro
Benjamin Otte [Tue, 23 Nov 2010 00:52:33 +0000 (01:52 +0100)]
x11: Remove unused GDK_DRAWABLE_XROOTWIN macro

13 years agox11: Remove duplicate definition of GDK_WINDOW_XID
Benjamin Otte [Tue, 23 Nov 2010 00:47:50 +0000 (01:47 +0100)]
x11: Remove duplicate definition of GDK_WINDOW_XID

Now, where did that come from?

13 years agogdk: Move ref_cairo_surface from GdkDrawable to GdkWindowImpl
Benjamin Otte [Tue, 23 Nov 2010 00:46:03 +0000 (01:46 +0100)]
gdk: Move ref_cairo_surface from GdkDrawable to GdkWindowImpl

Also make it take the actual GdkWindow, not the implementation, like all
the other vfuncs do.

13 years agogdk: Remove _gdk_drawable_ref_cairo_surface()
Benjamin Otte [Tue, 23 Nov 2010 00:32:19 +0000 (01:32 +0100)]
gdk: Remove _gdk_drawable_ref_cairo_surface()

Instead, call the vfunc directly from gdkWindow.c

13 years agox11: Remove outdated variable definition
Benjamin Otte [Tue, 23 Nov 2010 00:09:22 +0000 (01:09 +0100)]
x11: Remove outdated variable definition

13 years agogdk: Remove GdkDrawable->create_cairo_surface vfunc
Benjamin Otte [Tue, 23 Nov 2010 00:08:08 +0000 (01:08 +0100)]
gdk: Remove GdkDrawable->create_cairo_surface vfunc

It's unused.

13 years agogdk: Remove _gdk_window_impl_get_type() function
Benjamin Otte [Tue, 23 Nov 2010 00:03:55 +0000 (01:03 +0100)]
gdk: Remove _gdk_window_impl_get_type() function

It was only used in the backends, and they can use the correct type
directly.

13 years agox11: Fix in_rectangle computation
Benjamin Otte [Mon, 22 Nov 2010 23:56:33 +0000 (00:56 +0100)]
x11: Fix in_rectangle computation

A point is not in a rectangle when it's at the x + width coordinate.

13 years agogdk: Rename GdkWindowObject to GdkWindow
Benjamin Otte [Mon, 22 Nov 2010 23:55:39 +0000 (00:55 +0100)]
gdk: Rename GdkWindowObject to GdkWindow

... and remove most of the casting that used to be necessary.

13 years agogdk: Make GdkWindowImpl a class, not an interface
Benjamin Otte [Mon, 22 Nov 2010 19:42:00 +0000 (20:42 +0100)]
gdk: Make GdkWindowImpl a class, not an interface

It's a subclass of GdkDrawable and the baseclass for GdkWindowImplX11
etc now.

13 years agogdk: Remove unused medialib code
Benjamin Otte [Mon, 22 Nov 2010 17:24:24 +0000 (18:24 +0100)]
gdk: Remove unused medialib code

13 years agoAPI: Remove gdkdrawable.h from public headers
Benjamin Otte [Mon, 22 Nov 2010 17:08:25 +0000 (18:08 +0100)]
API: Remove gdkdrawable.h from public headers

It continues to exist as a private header.

13 years agotextbuffer: Remove check for GdkDrawable
Benjamin Otte [Mon, 22 Nov 2010 16:56:34 +0000 (17:56 +0100)]
textbuffer: Remove check for GdkDrawable

This should only have been used for stipple patterns, and those are gone
now.

13 years agoAPI: Decouple GdkWindow from GdkDrawable
Benjamin Otte [Mon, 22 Nov 2010 16:50:06 +0000 (17:50 +0100)]
API: Decouple GdkWindow from GdkDrawable

Make GdkWindow no longer typedeffed to GdkDrawable, but instead make it
be its own (private) type.

13 years agogdk: Use GdkDrawable for impl pointers
Benjamin Otte [Mon, 22 Nov 2010 16:49:41 +0000 (17:49 +0100)]
gdk: Use GdkDrawable for impl pointers

... instead of GdkWindow

13 years agogtk: Avoid GdkDrawable usage, including needless casts
Benjamin Otte [Mon, 22 Nov 2010 16:47:56 +0000 (17:47 +0100)]
gtk: Avoid GdkDrawable usage, including needless casts

13 years agogail: Avoid needless calls to GdkDrawable
Benjamin Otte [Mon, 22 Nov 2010 16:47:05 +0000 (17:47 +0100)]
gail: Avoid needless calls to GdkDrawable

13 years agogdk: Pass Drawable as argument
Benjamin Otte [Mon, 22 Nov 2010 16:27:46 +0000 (17:27 +0100)]
gdk: Pass Drawable as argument

We're not passing a GdKWindow here, but the implementation.

13 years agogdk: Make _gdk_window_ref_cairo_surface() protected and use it
Benjamin Otte [Mon, 22 Nov 2010 16:23:31 +0000 (17:23 +0100)]
gdk: Make _gdk_window_ref_cairo_surface() protected and use it

... instead of _gdk_drawable_ref_cairo_surface() where appropriate.
Also, don't implement the drawable->create_cairo_surface vfunc anymore.

This is in preparation for the split of GdkWindow from GdkDrawable.

13 years agoAPI: Remove GDK_WINDOW_XWINDOW() macro
Benjamin Otte [Mon, 22 Nov 2010 16:06:46 +0000 (17:06 +0100)]
API: Remove GDK_WINDOW_XWINDOW() macro

Use GDK_WINDOW_XID() instead.

THis was done using sed, so there might be issues resulting to that.
Feel free to fix.

13 years agoAPI: gdk: Don't track outstanding surfaces
Benjamin Otte [Thu, 7 Oct 2010 19:32:05 +0000 (21:32 +0200)]
API: gdk: Don't track outstanding surfaces

You are not allowed to track surfaces from GDK or draw outside of expose
events. So we can remove ugly hacks needed previously. See
https://bugzilla.gnome.org/show_bug.cgi?id=606009 for the introduction
of this workaround.

13 years agox11: Make wrapper member a GdkDrawable
Benjamin Otte [Wed, 6 Oct 2010 22:17:33 +0000 (00:17 +0200)]
x11: Make wrapper member a GdkDrawable

This is in preparation for getting rid of GdkDrawable as a dependency of
GdkWindow.

13 years agoAPI: gdk_drawable_get_visible_region => gdk_window_get_visible_region
Benjamin Otte [Wed, 6 Oct 2010 21:42:45 +0000 (23:42 +0200)]
API: gdk_drawable_get_visible_region => gdk_window_get_visible_region

Also get rid of the GdkDrawable vfunc.

13 years agoAPI: gdk_drawable_get_clip_region() => gdk_window_get_clip_region()
Benjamin Otte [Wed, 6 Oct 2010 17:31:03 +0000 (19:31 +0200)]
API: gdk_drawable_get_clip_region() => gdk_window_get_clip_region()

Also remove the vfunc from GdkDrawableClass.

13 years agoAPI: Make gdk_cairo_create() take a GdkWindow
Benjamin Otte [Wed, 6 Oct 2010 17:12:27 +0000 (19:12 +0200)]
API: Make gdk_cairo_create() take a GdkWindow

This is not strictly an API change as GdkDrawable is typedeffed to
GdkWindow, but it changes the header, so I'm marking it as such.
gdk_cairo_create() can only be used with windows these days, so it makes
sense to pass a window. With that, we can alseo remove the
set_cairo_clip() vfunc from GdkDrawable and implement it inside
gdkwindow.c.

13 years agoAPI: Remove gdk_cairo_reset_clip()
Benjamin Otte [Wed, 6 Oct 2010 16:44:51 +0000 (18:44 +0200)]
API: Remove gdk_cairo_reset_clip()

You should not ever ever ever call cairo_reset_clip(). If you do, your
code is broken and you deserve everything you get.
And we should definitely not support this insanity.

13 years agowin32: Remove some unused defines
Benjamin Otte [Wed, 6 Oct 2010 02:30:24 +0000 (04:30 +0200)]
win32: Remove some unused defines

13 years agox11: Remove GdkDrawableImplX11
Benjamin Otte [Wed, 6 Oct 2010 02:08:20 +0000 (04:08 +0200)]
x11: Remove GdkDrawableImplX11

It's not use anymore, the whole functionality has been moved to
GdkWindowImplX11.

13 years agox11: _gdk_x11_drawable_update_size() => _gdk_x11_window_update_size()
Benjamin Otte [Wed, 6 Oct 2010 02:03:23 +0000 (04:03 +0200)]
x11: _gdk_x11_drawable_update_size() => _gdk_x11_window_update_size()

13 years agox11: Move cairo_surface and wrapper members to GdkWindowImplX11 struct
Benjamin Otte [Wed, 6 Oct 2010 01:49:04 +0000 (03:49 +0200)]
x11: Move cairo_surface and wrapper members to GdkWindowImplX11 struct

13 years agox11: Move xid member from GdkDrawableImplX11 to GdkWindowImplX11
Benjamin Otte [Wed, 6 Oct 2010 00:15:51 +0000 (02:15 +0200)]
x11: Move xid member from GdkDrawableImplX11 to GdkWindowImplX11

13 years agox11: Use GDK_WINDOW_XID() instead of writing it out
Benjamin Otte [Wed, 6 Oct 2010 00:14:59 +0000 (02:14 +0200)]
x11: Use GDK_WINDOW_XID() instead of writing it out

13 years agox11: Remove screen member from GdkDrawableImplX11
Benjamin Otte [Wed, 6 Oct 2010 00:01:51 +0000 (02:01 +0200)]
x11: Remove screen member from GdkDrawableImplX11

13 years agox11: Get display from window, not from impl-drawable's screen
Benjamin Otte [Wed, 6 Oct 2010 00:00:16 +0000 (02:00 +0200)]
x11: Get display from window, not from impl-drawable's screen

13 years agox11: Get display from window, not from impl-drawable's screen
Benjamin Otte [Tue, 5 Oct 2010 23:59:21 +0000 (01:59 +0200)]
x11: Get display from window, not from impl-drawable's screen

13 years agox11: Change GDK_WINDOW_SCREEN macro
Benjamin Otte [Tue, 5 Oct 2010 23:54:00 +0000 (01:54 +0200)]
x11: Change GDK_WINDOW_SCREEN macro

on't look at GdkDrawableImplX11->screen, but call
gdk_window_get_screen() instead.

13 years agoAPI: x11: Remove GDK_DRAWABLE_XID and GDK_DRAWABLE_XDISPLAY
Benjamin Otte [Tue, 5 Oct 2010 23:24:59 +0000 (01:24 +0200)]
API: x11: Remove GDK_DRAWABLE_XID and GDK_DRAWABLE_XDISPLAY

Window equivalents exist and drawables are on their way out.

13 years agox11: Use window macros instead of drawable macros
Benjamin Otte [Tue, 5 Oct 2010 23:22:45 +0000 (01:22 +0200)]
x11: Use window macros instead of drawable macros

GDK_WINDOW_XID() instead of GDK_DRAWABLE_XID()
GDK_WINDOW_XDISPLAY() instead of GDK_DRAWABLE_XDISPLAY()

13 years agoAPI: Remove gdk_x11_drawable_get_xdisplay()
Benjamin Otte [Tue, 5 Oct 2010 23:14:32 +0000 (01:14 +0200)]
API: Remove gdk_x11_drawable_get_xdisplay()

No need for the function. Macros exist to do the same thing.

13 years agox11: Use window macros in test code
Benjamin Otte [Tue, 5 Oct 2010 23:05:19 +0000 (01:05 +0200)]
x11: Use window macros in test code

13 years agoim-xim: Use window macros instead of drawable macros
Benjamin Otte [Tue, 5 Oct 2010 22:56:22 +0000 (00:56 +0200)]
im-xim: Use window macros instead of drawable macros

13 years agoAPI: x11: Remove gdk_x11_window_get_drawable_impl()
Benjamin Otte [Tue, 5 Oct 2010 22:19:36 +0000 (00:19 +0200)]
API: x11: Remove gdk_x11_window_get_drawable_impl()

It's not used anymore

13 years agoAPI: x11: Change GDK_WINDOW_XDISPLAY() macro
Benjamin Otte [Tue, 5 Oct 2010 22:13:49 +0000 (00:13 +0200)]
API: x11: Change GDK_WINDOW_XDISPLAY() macro

Instead of lots of magic, we can go the usual way of requesting the
XDisplay of the window's display. So we do that.

13 years agoAPI: x11: gdk_drawable_get_xid => gdk_window_get_xid
Benjamin Otte [Tue, 5 Oct 2010 22:08:25 +0000 (00:08 +0200)]
API: x11: gdk_drawable_get_xid => gdk_window_get_xid

Also moves the function implementations to gtkwindow-x11.c.

13 years agoUpdated Spanish translation
Jorge González [Thu, 2 Dec 2010 18:28:16 +0000 (19:28 +0100)]
Updated Spanish translation

13 years agoUpdated Spanish translation
Jorge González [Thu, 2 Dec 2010 18:28:12 +0000 (19:28 +0100)]
Updated Spanish translation

13 years agogtk: Centre the text under the icon in GtkIconView
Bastien Nocera [Thu, 2 Dec 2010 14:52:22 +0000 (14:52 +0000)]
gtk: Centre the text under the icon in GtkIconView

No point in setting the alignment to centre if we don't center it
within the cell itself.

13 years agoAvoid a warning when finalizing toolbars
Matthias Clasen [Thu, 2 Dec 2010 04:32:35 +0000 (23:32 -0500)]
Avoid a warning when finalizing toolbars

Recent changes cause disposing menus to emit ::deactivate. So better
disconnect the deactivate handler first.

13 years agoapp-chooser-button: don't insert empty rows in the combobox
Cosimo Cecchi [Wed, 1 Dec 2010 19:18:12 +0000 (20:18 +0100)]
app-chooser-button: don't insert empty rows in the combobox

13 years agoapp-chooser-button: add a note in the docs
Cosimo Cecchi [Wed, 1 Dec 2010 15:33:34 +0000 (16:33 +0100)]
app-chooser-button: add a note in the docs

13 years agoapp-chooser: add docs and symbols coverage for new API
Cosimo Cecchi [Wed, 1 Dec 2010 13:29:57 +0000 (14:29 +0100)]
app-chooser: add docs and symbols coverage for new API

13 years agoapp-chooser-button: add gtk_app_chooser_button_set_active_custom_item()
Cosimo Cecchi [Wed, 1 Dec 2010 11:12:03 +0000 (12:12 +0100)]
app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()

This allows to pre-select a custom item.

13 years agoapp-chooser-button: make sure to always get a valid iter
Cosimo Cecchi [Wed, 1 Dec 2010 15:29:57 +0000 (16:29 +0100)]
app-chooser-button: make sure to always get a valid iter

Even in case there are no installed applications for our content type.

13 years agogtk: Allow hiding the trough/slider in GtkScale
Bastien Nocera [Mon, 22 Nov 2010 17:46:25 +0000 (17:46 +0000)]
gtk: Allow hiding the trough/slider in GtkScale

When setting a GtkRange's upper and lower values to the same
value, the slider will not be drawn any more.

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

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Wed, 1 Dec 2010 11:17:39 +0000 (13:17 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdating Persian translation
Mahyar Moghimi [Wed, 1 Dec 2010 10:49:46 +0000 (14:19 +0330)]
Updating Persian translation

13 years agoUpdating Persian translation
Mahyar Moghimi [Wed, 1 Dec 2010 10:46:19 +0000 (14:16 +0330)]
Updating Persian translation

13 years agoswitch: Fix the attribution line
Emmanuele Bassi [Tue, 30 Nov 2010 21:54:48 +0000 (21:54 +0000)]
switch: Fix the attribution line

Thomas Wood pointed out that the original MxGtkLightSwitch widget upon
which I based the behaviour of GtkSwitch was not written by him; the
original authors are:

  Joshua Lock
  Robert Staudinger
  Jussi Kukkonen

My apologies to all of them.

13 years agoUpdate checkmenuitem docs slightly
Matthias Clasen [Tue, 30 Nov 2010 03:08:09 +0000 (22:08 -0500)]
Update checkmenuitem docs slightly

13 years agoMerge branch 'open-with-dialog'
Cosimo Cecchi [Tue, 30 Nov 2010 16:31:59 +0000 (17:31 +0100)]
Merge branch 'open-with-dialog'

13 years agoapp-chooser: other misc doc fixes
Cosimo Cecchi [Tue, 30 Nov 2010 16:27:53 +0000 (17:27 +0100)]
app-chooser: other misc doc fixes

13 years agoapp-chooser: add more symbols & docs
Cosimo Cecchi [Tue, 30 Nov 2010 15:30:33 +0000 (16:30 +0100)]
app-chooser: add more symbols & docs

13 years agoMerge branch 'master' into open-with-dialog
Cosimo Cecchi [Tue, 30 Nov 2010 15:27:28 +0000 (16:27 +0100)]
Merge branch 'master' into open-with-dialog

Conflicts:
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols

13 years agogtkspinner: don't setup the timeout twice (#636129)
Guillaume Desmottes [Tue, 30 Nov 2010 14:59:49 +0000 (15:59 +0100)]
gtkspinner: don't setup the timeout twice (#636129)

13 years agoapp-chooser-button: remove leftover typedef
Cosimo Cecchi [Tue, 30 Nov 2010 14:04:37 +0000 (15:04 +0100)]
app-chooser-button: remove leftover typedef

13 years agobuild: order new files alphabetically
Cosimo Cecchi [Tue, 30 Nov 2010 14:04:00 +0000 (15:04 +0100)]
build: order new files alphabetically

13 years agoapp-chooser: update docs
Cosimo Cecchi [Tue, 30 Nov 2010 14:03:33 +0000 (15:03 +0100)]
app-chooser: update docs

13 years agoBug 619148 - "active ID" properties (GtkComboBox)
Ryan Lortie [Tue, 30 Nov 2010 05:07:08 +0000 (00:07 -0500)]
Bug 619148 - "active ID" properties (GtkComboBox)

Based on a patch by Matthias, add an "active-id" property for
GtkComboBox and add some convenience API for GtkComboBoxText.

Also, add a test case to gtk-demo.

13 years agoa11y: Use ATK macros and clean up/2 - GtkSpinner
Emmanuele Bassi [Mon, 29 Nov 2010 15:43:43 +0000 (15:43 +0000)]
a11y: Use ATK macros and clean up/2 - GtkSpinner

ATK provides macros to the same effect as G_DEFINE_TYPE; using these
macros has the advantage of removing tons of duplicated code and
reducing the maintainership burden.

The widgets with inline accessibility implementation should switch to
these macros, and clean up the code.

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

13 years agoa11y: Use ATK macros and clean up/1 - GtkAssistant
Emmanuele Bassi [Mon, 29 Nov 2010 15:40:29 +0000 (15:40 +0000)]
a11y: Use ATK macros and clean up/1 - GtkAssistant

ATK provides macros to the same effect as G_DEFINE_TYPE; using these
macros has the advantage of removing tons of duplicated code and
reducing the maintainership burden.

The widgets with inline accessibility implementation should switch to
these macros, and clean up the code.

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

13 years agoForgotten changes
Matthias Clasen [Mon, 29 Nov 2010 21:47:01 +0000 (16:47 -0500)]
Forgotten changes

13 years agoGtkSwitch: Add missing "Since: 3.0" tags
Javier Jardón [Mon, 29 Nov 2010 20:49:38 +0000 (21:49 +0100)]
GtkSwitch: Add missing "Since: 3.0" tags

13 years agoconfigure: Fix typo
Javier Jardón [Mon, 29 Nov 2010 20:31:35 +0000 (21:31 +0100)]
configure: Fix typo

13 years agoUpdated Slovenian translation
Andrej Žnidaršič [Mon, 29 Nov 2010 20:27:47 +0000 (21:27 +0100)]
Updated Slovenian translation

13 years agoBump version
Matthias Clasen [Mon, 29 Nov 2010 19:48:24 +0000 (14:48 -0500)]
Bump version

13 years agoNo more rulers
Matthias Clasen [Mon, 29 Nov 2010 18:56:27 +0000 (13:56 -0500)]
No more rulers

13 years agoClean up POTFILES.skip as well
Matthias Clasen [Mon, 29 Nov 2010 18:29:49 +0000 (13:29 -0500)]
Clean up POTFILES.skip as well

13 years agoUpdate NEWS
Matthias Clasen [Mon, 29 Nov 2010 18:04:15 +0000 (13:04 -0500)]
Update NEWS

13 years agoRevert c00b85bf3f9cb1dc77dd22f138eb53048eb355b7
Matthias Clasen [Mon, 29 Nov 2010 18:00:04 +0000 (13:00 -0500)]
Revert c00b85bf3f9cb1dc77dd22f138eb53048eb355b7

This needs more work, currently we do dupe targets when copying
target entries in various places, and consequently free them
later. To do this correctly, the strings need to be interned
or something like that.

13 years agoRe-add some conditionals to symbols files
Matthias Clasen [Mon, 29 Nov 2010 17:47:44 +0000 (12:47 -0500)]
Re-add some conditionals to symbols files

We need to keep the ifdefs for platform abi differences.

13 years agoapp-chooser-online: rework of the online module
Cosimo Cecchi [Mon, 29 Nov 2010 17:10:06 +0000 (18:10 +0100)]
app-chooser-online: rework of the online module

- the _get_default() method is now async
- the PackageKit module will return NULL in case PackageKit is not
  available in the session bus
- the dummy module doesn't exist anymore
- the dialog won't display the online button in case there's no module
  available

13 years agoremove some duplicate symbols
Matthias Clasen [Mon, 29 Nov 2010 17:04:38 +0000 (12:04 -0500)]
remove some duplicate symbols

13 years agoAdd gdk_device_get_n_keys to symbol list
Matthias Clasen [Mon, 29 Nov 2010 16:49:11 +0000 (11:49 -0500)]
Add gdk_device_get_n_keys to symbol list