Re: [Ayatana] What do app authors do for Account Dialogs?

2010-10-08 Thread frederik.nn...@gmail.com
Hi Jorge, On Fri, Oct 8, 2010 at 02:37, Jorge O. Castro jo...@ubuntu.com wrote: Hi everyone, I have an upstream working on an application, he wants to add an account dialog to his application, this is what he came up with: http://i.imgur.com/9vFZF.png So at first glance I thought That

Re: [Ayatana] What do app authors do for Account Dialogs?

2010-10-08 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 frederik.nn...@gmail.com wrote on 08/10/10 09:48: ... On Fri, Oct 8, 2010 at 02:37, Jorge O. Castro jo...@ubuntu.com ... I have an upstream working on an application, he wants to add an account dialog to his application, this is what he came up

Re: [Ayatana] (In)sensitive menu itens for displaying information

2010-10-08 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Conscious User wrote on 08/10/10 12:30: ... Seeing how indicator-datetime shows the full date and seeing how new independent projects like this http://blog.rtg.in.ua/2010/10/have-you-seen-my-weather-applet.html specifically this screenshot:

Re: [Ayatana] What do app authors do for Account Dialogs?

2010-10-08 Thread Luke Benstead
Hi, I'm sort of thread hijacking a little here (apologies for that), but this is actually close to something I've been meaning to bring up here for a while. On my phone, when I set it up for the first time I was asked if I want to set up certain accounts (e.g. flickr, Facebook, Twitter etc.) and

[Ayatana] Put a resize widget in the title bar

2010-10-08 Thread Remco
With the new theme, the resize border has been reduced to 1 pixel, making it annoyingly difficult to resize a window. Some solutions have been proposed, such as always requiring a status bar with a resize widget, or doing some magic with the borders to make them act like they are bigger than 1px.

Re: [Ayatana] Put a resize widget in the title bar

2010-10-08 Thread Krzysztof Klimonda
On Fri, 2010-10-08 at 17:50 +0200, Remco wrote: With the new theme, the resize border has been reduced to 1 pixel, making it annoyingly difficult to resize a window. Some solutions have been proposed, such as always requiring a status bar with a resize widget, or doing some magic with the

Re: [Ayatana] Put a resize widget in the title bar

2010-10-08 Thread Dylan McCall
This is already the case with the border on the top in the Ambiance and Radiance themes. Unfortunately, Compiz, doesn't understand that bit of the window theme. If you run Metacity (disable “desktop effects”) you will be pleasantly surprised. This was also the case with the border on the bottom,

Re: [Ayatana] What do app authors do for Account Dialogs?

2010-10-08 Thread frederik.nn...@gmail.com
On Fri, Oct 8, 2010 at 16:42, Luke Benstead kaz...@gmail.com wrote: Hi, I'm sort of thread hijacking a little here (apologies for that), but this is actually close to something I've been meaning to bring up here for a while. On my phone, when I set it up for the first time I was asked if I

Re: [Ayatana] Put a resize widget in the title bar

2010-10-08 Thread Remco
On Fri, Oct 8, 2010 at 19:24, Dylan McCall dylanmcc...@gmail.com wrote: This is already the case with the border on the top in the Ambiance and Radiance themes. Unfortunately, Compiz, doesn't understand that bit of the window theme. If you run Metacity (disable “desktop effects”) you will be

[Ayatana] clipboard information in context menu

2010-10-08 Thread frederik.nn...@gmail.com
was thinking about clipboard information in the context menu. So far, the editing section of the context menu specifies if there is something in the clipboard or not. If there is something in the clipboard, Global Menu for example should be green, since that is the color we chose for new event in

Re: [Ayatana] clipboard information in context menu

2010-10-08 Thread David Hamm
well that was a nice easy one. what do you think? redundancy ___ Mailing list: https://launchpad.net/~ayatana Post to : ayatana@lists.launchpad.net Unsubscribe : https://launchpad.net/~ayatana More help : https://help.launchpad.net/ListHelp

Re: [Ayatana-commits] [Merge] lp:~cimi/indicator-messages/fixes-to-right-label-and-icon-dimension into lp:indicator-messages

2010-10-08 Thread Andrea Cimitan
Icon guidelines for these should specify that they use the left middle pixel, and go right from there. THat way, the triangle always touches. Mark There's a reason why, for example, icon applications-chat-panel is not aligned to the left: the circle is actually in the middle, so it has

Re: [Ayatana-commits] [Merge] lp:~cimi/indicator-messages/fixes-to-right-label-and-icon-dimension into lp:indicator-messages

2010-10-08 Thread Andrea Cimitan
I think you need to unref the font_desc at least, and the g_object_get as well, in the 2 functions get_current_font_name. Since you don't reuse the font_name, i'd merge the 2 functions and would do the g_object_unref on the font name once you're done with it. Check also what happens if the

[Ayatana-commits] [Merge] lp:~agateau/indicator-application/watcher-impl-fixes into lp:indicator-application

2010-10-08 Thread Aurélien Gâteau
Aurélien Gâteau has proposed merging lp:~agateau/indicator-application/watcher-impl-fixes into lp:indicator-application. Requested reviews: Indicator Applet Developers (indicator-applet-developers) Fix implementation of org.kde.StatusNotifierWatcher interface: ProtocolVersion,

Re: [Ayatana-commits] [Merge] lp:~cimi/indicator-messages/fixes-to-right-label-and-icon-dimension into lp:indicator-messages

2010-10-08 Thread Andrea Cimitan
Now uses two styles for counters and timers. Will updated the branch this evening or tomorrow after a bit of testing. Here's the screenshot: http://imgur.com/XPRuz.png -- https://code.launchpad.net/~cimi/indicator-messages/fixes-to-right-label-and-icon-dimension/+merge/37272 Your team

[Ayatana-commits] [Merge] lp:~mterry/indicator-me/gsettings into lp:indicator-me

2010-10-08 Thread Michael Terry
Michael Terry has proposed merging lp:~mterry/indicator-me/gsettings into lp:indicator-me. Requested reviews: Indicator Applet Developers (indicator-applet-developers) Related bugs: #656322 should use gsettings rather than gconf https://bugs.launchpad.net/bugs/656322 One big concern I

Re: [Ayatana-commits] [Merge] lp:~bratsche/appmenu-gtk/parent-tracking into lp:appmenu-gtk

2010-10-08 Thread Ted Gould
Review: Approve I'm trying to figure if we need a weak ref on the parent. I think that it's okay as you're not moving menuitems around to different parents anywhere else in appmenu-gtk. But, I think you should probably put a comment in for when something changes :) --

Re: [Ayatana-commits] [Merge] lp:~agateau/indicator-application/watcher-impl-fixes into lp:indicator-application

2010-10-08 Thread Ted Gould
Review: Approve review +1 -- https://code.launchpad.net/~agateau/indicator-application/watcher-impl-fixes/+merge/37983 Your team ayatana-commits is subscribed to branch lp:indicator-application. ___ Mailing list:

Re: [Ayatana-commits] [Merge] lp:~mterry/indicator-me/gsettings into lp:indicator-me

2010-10-08 Thread Ted Gould
On Fri, 2010-10-08 at 19:01 +, Michael Terry wrote: One big concern I had with this conversion was that indicator-datetime is apparently using /apps/indicators/XXX for their gsettings paths. But indicator-me was using /system/indicator/XXX in gconf. I like /apps because it seems like

[Ayatana-commits] [Merge] lp:~agateau/indicator-application/watcher-impl-fixes into lp:indicator-application

2010-10-08 Thread noreply
The proposal to merge lp:~agateau/indicator-application/watcher-impl-fixes into lp:indicator-application has been updated. Status: Needs review = Merged -- https://code.launchpad.net/~agateau/indicator-application/watcher-impl-fixes/+merge/37983 Your team ayatana-commits is subscribed to

Re: [Ayatana-commits] [Merge] lp:~seb128/indicator-applet/gconf-not into lp:indicator-applet

2010-10-08 Thread Ted Gould
Review: Approve review +1 -- https://code.launchpad.net/~seb128/indicator-applet/gconf-not/+merge/37869 Your team ayatana-commits is subscribed to branch lp:indicator-applet. ___ Mailing list: https://launchpad.net/~ayatana-commits Post to :

[Ayatana-commits] [Merge] lp:~seb128/indicator-applet/gconf-not into lp:indicator-applet

2010-10-08 Thread noreply
The proposal to merge lp:~seb128/indicator-applet/gconf-not into lp:indicator-applet has been updated. Status: Needs review = Merged -- https://code.launchpad.net/~seb128/indicator-applet/gconf-not/+merge/37869 Your team ayatana-commits is subscribed to branch lp:indicator-applet.

[Ayatana-commits] [Branch ~indicator-applet-developers/indicator-applet/applet] Rev 374: Removing unused GConf support

2010-10-08 Thread noreply
Merge authors: Sebastien Bacher (seb128) Related merge proposals: https://code.launchpad.net/~seb128/indicator-applet/gconf-not/+merge/37869 proposed by: Sebastien Bacher (seb128) review: Approve - Ted Gould (ted) revno: 374

Re: [Ayatana-commits] [Merge] lp:~mterry/indicator-messages/deprecation into lp:indicator-messages

2010-10-08 Thread Ted Gould
Review: Approve Looks good. I also added --enable-deprecations to the distcheck flags. That way we shouldn't go backwards. -- https://code.launchpad.net/~mterry/indicator-messages/deprecation/+merge/37778 Your team ayatana-commits is subscribed to branch lp:indicator-messages.

[Ayatana-commits] [Merge] lp:~mterry/indicator-messages/deprecation into lp:indicator-messages

2010-10-08 Thread Ted Gould
The proposal to merge lp:~mterry/indicator-messages/deprecation into lp:indicator-messages has been updated. Status: Needs review = Merged -- https://code.launchpad.net/~mterry/indicator-messages/deprecation/+merge/37778 Your team ayatana-commits is subscribed to branch

[Ayatana-commits] [Branch ~indicator-applet-developers/indicator-messages/trunk] Rev 200: Fix deprecations and ensure they're part of distcheck

2010-10-08 Thread noreply
Merge authors: Michael Terry (mterry) revno: 200 [merge] committer: Ted Gould t...@gould.cx branch nick: trunk timestamp: Fri 2010-10-08 16:13:11 -0600 message: Fix deprecations and ensure they're part of distcheck modified:

Re: [Ayatana-commits] [Merge] lp:~mterry/indicator-appmenu/deprecations into lp:indicator-appmenu

2010-10-08 Thread Ted Gould
Review: Approve Looks good. Also added to distcheck flags. -- https://code.launchpad.net/~mterry/indicator-appmenu/deprecations/+merge/3 Your team ayatana-commits is subscribed to branch lp:indicator-appmenu. ___ Mailing list:

Re: [Ayatana-commits] [Merge] lp:~cimi/indicator-messages/fixes-to-right-label-and-icon-dimension into lp:indicator-messages

2010-10-08 Thread Ted Gould
I've merged in Michael Terry's GTK 3 deperications branch into trunk. Considering there were a few fixes in this code that he did, I'd recommend merging from trunk and ensuring make distcheck still works well. --

Re: [Ayatana-commits] [Merge] lp:~mterry/indicator-me/gsettings into lp:indicator-me

2010-10-08 Thread Michael Terry
I agree that this key would be an enum if we designed it from scratch. However, the gsettings documentation leads me to believe that enums are stored as strings. And gsettings-data-convert does not handle any sort of data transformation. So you'd have to use some new key like 'display_enum',