]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoIRC accounts: make labels the same width.
Will Thompson [Tue, 19 Jul 2011 07:55:15 +0000 (08:55 +0100)]
IRC accounts: make labels the same width.

This addresses Nick's concern on
https://bugzilla.gnome.org/show_bug.cgi?id=654552

12 years agoAdd an advanced section to the IRC configuration page
Rob Sharp [Tue, 19 Jul 2011 08:03:42 +0000 (09:03 +0100)]
Add an advanced section to the IRC configuration page

-Move the Real Name and Quit Message to the advanced section
-Add a new Username field to the advanced section

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

12 years agoUpdated Swedish translation
Daniel Nylander [Mon, 18 Jul 2011 21:10:00 +0000 (23:10 +0200)]
Updated Swedish translation

12 years agoUpdated Swedish translation
Daniel Nylander [Fri, 15 Jul 2011 11:13:11 +0000 (13:13 +0200)]
Updated Swedish translation

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 15 Jul 2011 07:21:26 +0000 (10:21 +0300)]
Updated Hebrew translation.

12 years agoDebug logs will now be saved in the user's home directory rather than /tmp
Rob Sharp [Wed, 13 Jul 2011 10:33:53 +0000 (11:33 +0100)]
Debug logs will now be saved in the user's home directory rather than /tmp

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

12 years agorelease.py: detect bug numbers using their full URL
Guillaume Desmottes [Wed, 13 Jul 2011 10:09:19 +0000 (12:09 +0200)]
release.py: detect bug numbers using their full URL

git-bz uses the full address of the bug so best to support that format as
well.

12 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 13 Jul 2011 08:53:58 +0000 (10:53 +0200)]
Updated Spanish translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Tue, 12 Jul 2011 12:04:25 +0000 (15:04 +0300)]
Updated Latvian translation.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 12 Jul 2011 10:50:05 +0000 (12:50 +0200)]
Updated Norwegian bokmål translation

12 years agoLogWindow: stop retrieving logs if the window is closed
Emilio Pozuelo Monfort [Tue, 12 Jul 2011 09:26:17 +0000 (10:26 +0100)]
LogWindow: stop retrieving logs if the window is closed

12 years agoOnly follow available cameras if the contact can do Video calls
Emilio Pozuelo Monfort [Fri, 13 May 2011 10:54:49 +0000 (11:54 +0100)]
Only follow available cameras if the contact can do Video calls

12 years agoLogWindow: disable Video calls if no camera connected
Emilio Pozuelo Monfort [Wed, 11 May 2011 09:37:43 +0000 (10:37 +0100)]
LogWindow: disable Video calls if no camera connected

12 years agoCallWindow: disable Video functionality if there's no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:14:45 +0000 (13:14 +0100)]
CallWindow: disable Video functionality if there's no camera

12 years agoBind 'Video call' menu items to available cameras
Emilio Pozuelo Monfort [Thu, 12 May 2011 14:19:39 +0000 (15:19 +0100)]
Bind 'Video call' menu items to available cameras

12 years agoA contact doesn't support video if we have no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:14:05 +0000 (13:14 +0100)]
A contact doesn't support video if we have no camera

12 years agoNewCallDialog: make 'Enable video' unsensitive when there's no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:13:12 +0000 (13:13 +0100)]
NewCallDialog: make 'Enable video' unsensitive when there's no camera

12 years agoAdd empathy_camera_monitor_get_available
Emilio Pozuelo Monfort [Tue, 10 May 2011 10:48:35 +0000 (11:48 +0100)]
Add empathy_camera_monitor_get_available

12 years agoOptionally check for gudev for camera monitoring
Emilio Pozuelo Monfort [Tue, 10 May 2011 10:33:29 +0000 (11:33 +0100)]
Optionally check for gudev for camera monitoring

12 years agoDon't disable video calls when built without udev
Emilio Pozuelo Monfort [Wed, 11 May 2011 09:47:55 +0000 (10:47 +0100)]
Don't disable video calls when built without udev

12 years agoAdd EmpathyCameraMonitor
Emilio Pozuelo Monfort [Tue, 10 May 2011 09:32:33 +0000 (10:32 +0100)]
Add EmpathyCameraMonitor

12 years agoAdd CheeseCameraDeviceMonitor from libcheese
Emilio Pozuelo Monfort [Tue, 10 May 2011 08:48:06 +0000 (09:48 +0100)]
Add CheeseCameraDeviceMonitor from libcheese

12 years agoStreamedMediaWindow: don't use `call-window' for the geometry
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 17:29:28 +0000 (18:29 +0100)]
StreamedMediaWindow: don't use `call-window' for the geometry

Use av-window instead, so Call and StreamedMedia windows'
geometry isn't mixed as the windows are quite different now.

12 years agoCallWindow: save the window geometry without the sidebar
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 17:27:52 +0000 (18:27 +0100)]
CallWindow: save the window geometry without the sidebar

Since we don't show the sidebar when creating new call windows,
we should not take the sidebar into account when saving the
window geometry.

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

12 years agoCallWindow: properly determine the sidebar width
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 15:04:47 +0000 (16:04 +0100)]
CallWindow: properly determine the sidebar width

The first time we show the sidebar, gtk_widget_get_allocation()
doesn't return the correct width as the allocation hasn't been
done yet. So use gtk_widget_get_preferred_width() as the minimum
width is what is actually allocated.

12 years agoCallWindow: add a dialpad tool button
Emilio Pozuelo Monfort [Fri, 8 Jul 2011 14:45:27 +0000 (15:45 +0100)]
CallWindow: add a dialpad tool button

Rename the dialpad menu entry to Sidebar and move it to
the View menu at the same time.

12 years agoCallWindow: allow to show/hide the video preview
Emilio Pozuelo Monfort [Thu, 7 Jul 2011 09:21:01 +0000 (10:21 +0100)]
CallWindow: allow to show/hide the video preview

There's now a button next to the video preview when it's shown
and in a corner when it's hidden that allows to hide and show
it.

12 years agoCallWindow: only show one button to control the camera
Emilio Pozuelo Monfort [Thu, 7 Jul 2011 07:30:47 +0000 (08:30 +0100)]
CallWindow: only show one button to control the camera

Having three buttons to control the camera clutters the
UI. Displaying the video preview but not sending video is
not very useful, and we'll add a way of sending video without
displaying the preview by clicking on the preview itself.

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

12 years agoCallWindow: remove the Sidebar button
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 15:31:37 +0000 (16:31 +0100)]
CallWindow: remove the Sidebar button

12 years agoCallWindow: flip the video preview
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 14:18:46 +0000 (15:18 +0100)]
CallWindow: flip the video preview

12 years agoCallWindow: add a little offset to the video preview
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 11:26:19 +0000 (12:26 +0100)]
CallWindow: add a little offset to the video preview

12 years agoCallWindow: set the video container background color
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 09:31:45 +0000 (10:31 +0100)]
CallWindow: set the video container background color

...to match the rest of the window.

12 years agoCallWindow: keep the aspect ratio of the remote video
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 09:31:01 +0000 (10:31 +0100)]
CallWindow: keep the aspect ratio of the remote video

12 years agoCallWindow: remove self avatar code
Emilio Pozuelo Monfort [Wed, 6 Jul 2011 08:41:57 +0000 (09:41 +0100)]
CallWindow: remove self avatar code

We don't display the self avatar anymore.

12 years agoCallWindow: set video preview on top of remote video
Emilio Pozuelo Monfort [Fri, 24 Jun 2011 15:50:55 +0000 (16:50 +0100)]
CallWindow: set video preview on top of remote video

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

12 years agoCallWindow: use clutter to draw the remote video
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 15:46:00 +0000 (16:46 +0100)]
CallWindow: use clutter to draw the remote video

12 years agoCallWindow: use clutter to draw the video preview
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 15:24:37 +0000 (16:24 +0100)]
CallWindow: use clutter to draw the video preview

12 years agoempathy-call: initialize clutter
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 15:24:19 +0000 (16:24 +0100)]
empathy-call: initialize clutter

12 years agoRequire clutter for empathy-call
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 15:23:26 +0000 (16:23 +0100)]
Require clutter for empathy-call

It will be used to display video output.

12 years agoEmpathyContact: don't crash if a contact doesn't have an account
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 09:45:41 +0000 (10:45 +0100)]
EmpathyContact: don't crash if a contact doesn't have an account

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

12 years agoCallWindow: don't add calls to searches if they don't match
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 09:32:40 +0000 (10:32 +0100)]
CallWindow: don't add calls to searches if they don't match

12 years agoLogWindow: select 'Anyone' when searching
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 09:06:51 +0000 (10:06 +0100)]
LogWindow: select 'Anyone' when searching

12 years agoLogWindow: don't crash when searching
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 08:39:38 +0000 (09:39 +0100)]
LogWindow: don't crash when searching

12 years agouse tp_text_channel_ack_all_pending_messages_async()
Guillaume Desmottes [Mon, 11 Jul 2011 14:02:08 +0000 (16:02 +0200)]
use tp_text_channel_ack_all_pending_messages_async()

12 years agoSet the DelegateToPreferredHandler hint
Guillaume Desmottes [Tue, 14 Jun 2011 09:12:45 +0000 (10:12 +0100)]
Set the DelegateToPreferredHandler hint

This ensures that Empathy will always handle and display the channel, even if
GNOME Shel is already handling it.

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

12 years agocoding style fixes
Guillaume Desmottes [Mon, 13 Jun 2011 13:22:23 +0000 (15:22 +0200)]
coding style fixes

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

12 years agoupdate Punjabi Translation
A S Alam [Sun, 10 Jul 2011 15:18:39 +0000 (20:48 +0530)]
update Punjabi Translation

12 years agotheme-adium: use the pending-message-id instead of message-token in x-empathy-message-id
Guillaume Desmottes [Wed, 6 Jul 2011 13:58:05 +0000 (15:58 +0200)]
theme-adium: use the pending-message-id instead of message-token in x-empathy-message-id

message-token is not guaranteed to be implemented by all CMs while
pending-message-id is (for incoming messages).

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

12 years agobump tp-glib dep to 0.15.3
Guillaume Desmottes [Fri, 8 Jul 2011 11:19:43 +0000 (13:19 +0200)]
bump tp-glib dep to 0.15.3

We need it for tp_message_get_pending_message_id()

12 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 6 Jul 2011 07:41:15 +0000 (09:41 +0200)]
Updated Spanish translation

12 years agoCall: flip video preview horizontally
Emilio Pozuelo Monfort [Tue, 5 Jul 2011 11:30:53 +0000 (12:30 +0100)]
Call: flip video preview horizontally

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

12 years agoLogWindow: make type filters unsensitive as necessary
Emilio Pozuelo Monfort [Tue, 5 Jul 2011 10:11:44 +0000 (11:11 +0100)]
LogWindow: make type filters unsensitive as necessary

If there are no events of one type, make its row in the What
pane unsensitive.

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

12 years agoUpdated Spanish translation
Jorge González [Tue, 5 Jul 2011 14:38:48 +0000 (16:38 +0200)]
Updated Spanish translation

12 years agoLogWindow: expand/collapse events when a row is activated
Emilio Pozuelo Monfort [Mon, 4 Jul 2011 16:43:59 +0000 (17:43 +0100)]
LogWindow: expand/collapse events when a row is activated

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

12 years agoUpdated Galician translations
Fran Dieguez [Mon, 4 Jul 2011 19:07:35 +0000 (21:07 +0200)]
Updated Galician translations

12 years agoDisplay `Chat in ...' for MUCs
Emilio Pozuelo Monfort [Mon, 4 Jul 2011 15:11:02 +0000 (16:11 +0100)]
Display `Chat in ...' for MUCs

Instead of `Chat with ...'.

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

12 years agoLogWindow: really show the users' alias in the Who pane
Emilio Pozuelo Monfort [Tue, 21 Jun 2011 16:53:28 +0000 (17:53 +0100)]
LogWindow: really show the users' alias in the Who pane

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

12 years agoempathy_contact_from_tpl_contact: don't override the alias
Emilio Pozuelo Monfort [Tue, 21 Jun 2011 16:53:07 +0000 (17:53 +0100)]
empathy_contact_from_tpl_contact: don't override the alias

Add a logged-alias property instead, which can be used by
those who need the old alias.

And use it in chat themes for the backlog.

12 years agoremove released flag
Guillaume Desmottes [Mon, 4 Jul 2011 14:49:06 +0000 (16:49 +0200)]
remove released flag

12 years agoprepare 3.1.3
Guillaume Desmottes [Mon, 4 Jul 2011 14:35:52 +0000 (16:35 +0200)]
prepare 3.1.3

12 years agorelease.py: update last_tag_pattern
Guillaume Desmottes [Mon, 4 Jul 2011 14:18:11 +0000 (16:18 +0200)]
release.py: update last_tag_pattern

12 years agoLogWindow: refresh the logs when new events happen
Emilio Pozuelo Monfort [Fri, 1 Jul 2011 16:38:23 +0000 (17:38 +0100)]
LogWindow: refresh the logs when new events happen

If they would be displayed for the current selection.

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

12 years agoLogWindow: make it a proper GtkWindow subclass
Emilio Pozuelo Monfort [Fri, 1 Jul 2011 16:17:53 +0000 (17:17 +0100)]
LogWindow: make it a proper GtkWindow subclass

And a proper singleton while at it.

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

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 2 Jul 2011 18:18:23 +0000 (20:18 +0200)]
Updated Slovenian translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Fri, 1 Jul 2011 23:37:42 +0000 (01:37 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Fri, 1 Jul 2011 22:36:21 +0000 (06:36 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 1 Jul 2011 17:03:03 +0000 (20:03 +0300)]
Updated Hebrew translation.

12 years agoUpdated Hungarian docs translation, lots of fixes
Gabor Kelemen [Fri, 1 Jul 2011 12:30:50 +0000 (14:30 +0200)]
Updated Hungarian docs translation, lots of fixes

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 1 Jul 2011 08:40:34 +0000 (10:40 +0200)]
Updated Spanish translation

12 years agoMark untranslated strings for translation. Fixes:
Gabor Kelemen [Thu, 30 Jun 2011 18:12:42 +0000 (20:12 +0200)]
Mark untranslated strings for translation. Fixes:

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

12 years agoUpdated Hungarian translation
Gabor Kelemen [Thu, 30 Jun 2011 18:21:21 +0000 (20:21 +0200)]
Updated Hungarian translation

12 years agoStop using deprecated API from libnotify (#653739)
Guillaume Desmottes [Thu, 30 Jun 2011 12:58:35 +0000 (14:58 +0200)]
Stop using deprecated API from libnotify (#653739)

12 years agoUse our own notification categories if there is no official one
Guillaume Desmottes [Thu, 30 Jun 2011 12:14:35 +0000 (14:14 +0200)]
Use our own notification categories if there is no official one

12 years agoRevert "Don't look for Call channels"
Emilio Pozuelo Monfort [Thu, 30 Jun 2011 10:29:35 +0000 (11:29 +0100)]
Revert "Don't look for Call channels"

Since we support Call in master nowadays.

This reverts commit 5b894aa5ad8702279c0458b890025a22172bfdd1.

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

12 years agoevent_manager_add: don't crash if approval is NULL (#646555)
Guillaume Desmottes [Mon, 4 Apr 2011 08:23:53 +0000 (10:23 +0200)]
event_manager_add: don't crash if approval is NULL (#646555)

When adding a "subscription request" event there is no EventManagerApproval
associated with the event.

12 years agoAutocomplete contacts when blocking by alias
Emilio Pozuelo Monfort [Wed, 29 Jun 2011 14:47:58 +0000 (15:47 +0100)]
Autocomplete contacts when blocking by alias

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

12 years agoLogWindow: keep the selected dates when changing Who or What
Emilio Pozuelo Monfort [Wed, 29 Jun 2011 10:23:12 +0000 (11:23 +0100)]
LogWindow: keep the selected dates when changing Who or What

If the same dates are present for the new selection.

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

12 years agoremove unused string util functions
Guillaume Desmottes [Wed, 29 Jun 2011 09:48:20 +0000 (11:48 +0200)]
remove unused string util functions

12 years agoempathy-utils: port to new coding style
Guillaume Desmottes [Wed, 29 Jun 2011 09:44:57 +0000 (11:44 +0200)]
empathy-utils: port to new coding style

Most of this file was already using it so best to stay consistent.

12 years agoadd client and service file announcing the FileTransfer handler (#653575)
Guillaume Desmottes [Tue, 28 Jun 2011 14:49:47 +0000 (16:49 +0200)]
add client and service file announcing the FileTransfer handler (#653575)

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 28 Jun 2011 20:57:29 +0000 (22:57 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Lithuanian translation.
Aurimas Černius [Tue, 28 Jun 2011 19:55:03 +0000 (22:55 +0300)]
Updated Lithuanian translation.

12 years agoDisplay the time when messages have been sent, not received (#653551)
Guillaume Desmottes [Tue, 28 Jun 2011 09:14:01 +0000 (11:14 +0200)]
Display the time when messages have been sent, not received (#653551)

Much more useful when receiving offline messages.

12 years agoMerge branch 'account-parameters'
Will Thompson [Tue, 28 Jun 2011 08:11:45 +0000 (09:11 +0100)]
Merge branch 'account-parameters'

12 years agoMerge branch 'bigger-favourite-chatrooms'
Will Thompson [Tue, 28 Jun 2011 08:11:42 +0000 (09:11 +0100)]
Merge branch 'bigger-favourite-chatrooms'

12 years agoaccount-widget: hide advanced section for GTalk accounts
Guillaume Desmottes [Wed, 22 Jun 2011 12:17:05 +0000 (14:17 +0200)]
account-widget: hide advanced section for GTalk accounts

Our fallback path is now robust enough, users shouldn't have to change
advanced parameters.

12 years agoSet require-encryption for Facebook and Google Talk
Will Thompson [Mon, 27 Jun 2011 16:14:09 +0000 (17:14 +0100)]
Set require-encryption for Facebook and Google Talk

Future versions of Gabble will do this too, but Empathy can make sure
it's set too.

12 years agoSet 'server' parameter on GTalk accounts.
Will Thompson [Mon, 27 Jun 2011 16:03:50 +0000 (17:03 +0100)]
Set 'server' parameter on GTalk accounts.

This stops us depending on properly-configured SRV records.
'fallback-servers' is not good enough in this situation:

 • foo.com's XMPP stuff is served by Google Apps;
 • your router breaks SRV requests;
 • foo.com resolves to 1.2.3.4 which has a (different) XMPP server
   listening on port 5222.

This may seem far-fetched, but this happened to two completely different
people, both hosted with Dreamhost.

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

12 years agoMerge branch 'bigger-favourite-chatrooms'
Will Thompson [Mon, 27 Jun 2011 13:02:48 +0000 (14:02 +0100)]
Merge branch 'bigger-favourite-chatrooms'

12 years agoUpdate Simplified Chinese translation.
Aron Xu [Sun, 26 Jun 2011 09:47:51 +0000 (09:47 +0000)]
Update Simplified Chinese translation.

12 years ago[l10n] Updated German translation
Mario Blättermann [Sat, 25 Jun 2011 20:00:52 +0000 (22:00 +0200)]
[l10n] Updated German translation

12 years ago[i18n] Added missing file to POTFILES.in
Mario Blättermann [Fri, 24 Jun 2011 20:20:32 +0000 (22:20 +0200)]
[i18n] Added missing file to POTFILES.in

12 years ago[l10n] Updated Dutch translation
Hannie Dumoleyn [Fri, 24 Jun 2011 20:16:41 +0000 (22:16 +0200)]
[l10n] Updated Dutch translation

12 years agoChatroomsWindow: make the minimum size a bit bigger
Will Thompson [Fri, 24 Jun 2011 14:03:48 +0000 (15:03 +0100)]
ChatroomsWindow: make the minimum size a bit bigger

This patch makes the scrolled window's minimum size request the same as
the new size for the status editor's scrolled window.

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

12 years agoChatroomsWindow: GNOME 3-ify the Remove button
Will Thompson [Fri, 24 Jun 2011 14:02:58 +0000 (15:02 +0100)]
ChatroomsWindow: GNOME 3-ify the Remove button

12 years agoMerge branch 'status-dialog'
Will Thompson [Fri, 24 Jun 2011 13:28:23 +0000 (14:28 +0100)]
Merge branch 'status-dialog'

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
12 years agoPresetDialog: remove support for adding statuses entirely
Will Thompson [Fri, 24 Jun 2011 10:56:34 +0000 (11:56 +0100)]
PresetDialog: remove support for adding statuses entirely

We already have a way to do this, namely on the contact list itself. So
this dialog now becomes just a way to edit/remove the existing statuses.

The margins on the VBox are chosen to make its right-hand edge line up
exactly with the right-hand edge of the Close button in the dialog.

12 years agoPresetDialog: make status icon in entry non-activatable
Will Thompson [Fri, 24 Jun 2011 10:44:35 +0000 (11:44 +0100)]
PresetDialog: make status icon in entry non-activatable

It's not meaningfully activatable; this has the effect of making it not
glow on mouse-over, and preventing the cursor from changing from a caret
back to a pointer.

12 years agoPresetDialog: GNOME 3-ify the remove button
Will Thompson [Fri, 24 Jun 2011 10:09:28 +0000 (11:09 +0100)]
PresetDialog: GNOME 3-ify the remove button

Yum yum joined-toolbar!

12 years agoPresetDialog: Don't leak path when focusing freshly-created status
Will Thompson [Fri, 10 Jun 2011 20:15:35 +0000 (21:15 +0100)]
PresetDialog: Don't leak path when focusing freshly-created status

(This was not introduced by my changes.)