Re: Designers (was: Re: new calendar idea for gnome-shell)

2011-03-25 Thread Luis Villa
On Fri, Mar 25, 2011 at 1:57 PM, Federico Mena Quintero wrote: > On Fri, 2011-03-25 at 13:17 -0700, Sriram Ramkrishna wrote: > >> Thanks for that, I feel uncomfortable when people on this mailing >> lists think there is some cabal of designers on an ivory tower >> drinking ambrosia and sniffing gl

Designers (was: Re: new calendar idea for gnome-shell)

2011-03-25 Thread Federico Mena Quintero
On Fri, 2011-03-25 at 13:17 -0700, Sriram Ramkrishna wrote: > Thanks for that, I feel uncomfortable when people on this mailing > lists think there is some cabal of designers on an ivory tower > drinking ambrosia and sniffing glue. Even though there isn't an iron-fisted cabal of designers, we *do

Re: new calendar idea for gnome-shell

2011-03-25 Thread Sriram Ramkrishna
On Fri, Mar 25, 2011 at 12:05 PM, Federico Mena Quintero < federico.m...@gmail.com> wrote: > On Fri, 2011-03-25 at 08:04 -0400, Jasper St. Pierre wrote: > > I still think the Calendar should be a separate tab on the overview > > that does all that and more, and that clicking on the date/time would

Re: more NM patches

2011-03-25 Thread Giovanni Campagna
On Fri, Mar 25, 2011 at 7:43 PM, Dan Winship wrote: > On 03/25/2011 02:31 PM, Giovanni Campagna wrote: >> 0001: Isn't this calling _reposition for every frame? Every call to >> _reposition queues a relayout, which in turns result in _allocate, and >> then to queue a _reposition. > > No, because if

Re: new calendar idea for gnome-shell

2011-03-25 Thread Federico Mena Quintero
On Fri, 2011-03-25 at 08:04 -0400, Jasper St. Pierre wrote: > I still think the Calendar should be a separate tab on the overview > that does all that and more, and that clicking on the date/time would > bring you into the overview and take you to that tab. > > But I'm not a designer. You don't n

Re: new calendar idea for gnome-shell

2011-03-25 Thread Federico Mena Quintero
On Fri, 2011-03-25 at 13:49 +0200, Pierre Benz wrote: > I know that some work is going into the use of Zeitgeist wrt > searching, but I was thinking there must be a nice way of using the > idea behind the Activity Journal and incorporating it directly into > the shell. This is actually happening!

Re: NetworkMenu patches (part one)

2011-03-25 Thread Dan Winship
>+GObject.prototype.disconnect.call(this.device, this._carrierChangedId); should be GObject.Object.prototype... (in two places) Otherwise looks fine and seems to work. Note that this is both a code freeze break and a string freeze break. -- Dan __

Re: more NM patches

2011-03-25 Thread Dan Winship
On 03/25/2011 02:31 PM, Giovanni Campagna wrote: > 0001: Isn't this calling _reposition for every frame? Every call to > _reposition queues a relayout, which in turns result in _allocate, and > then to queue a _reposition. No, because if nothing changed, then _reposition will set actor.x and actor

Re: patches we're shipping in fedora

2011-03-25 Thread Giovanni Campagna
Il giorno ven, 25/03/2011 alle 13.57 -0400, Ray Strode ha scritto: > Since bugzilla is down i'll post a couple patches here that make > gnome-shell work better with latest network manager. > > adapt to api changes: > > http://pkgs.fedoraproject.org/gitweb/?p=gnome-shell.git;a=blob;f=0001-Account-

Re: more NM patches

2011-03-25 Thread Giovanni Campagna
Il giorno ven, 25/03/2011 alle 14.15 -0400, Dan Winship ha scritto: > ___ > gnome-shell-list mailing list > gnome-shell-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gnome-shell-list Reviews: 0001: Isn't this calling _reposition for every frame

Re: UI Changes

2011-03-25 Thread Robert Park
2011/3/25 Rui Tiago Cação Matos : > On 25 March 2011 16:49, Robert Park wrote: >> If Gnome is truly moving towards client-side window decorations, then >> there's going to have to be some kind of "titlebar" widget included in >> applications, which dragging initiates window movements. Once that's

NetworkMenu patches (part one)

2011-03-25 Thread Giovanni Campagna
Given that bugzilla is down, attaching fixes for two bugs to the Network Menu, as discussed in IRC. Giovanni From 181470314e5c696aef5c14407d9ef4b5f2bb2c54 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 25 Mar 2011 17:10:38 +0100 Subject: [PATCH 1/2] NetworkStatus: show "firmware miss

more NM patches

2011-03-25 Thread Dan Winship
>From 187e28c9f094c02db5f820f134d2328dc602db53 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 25 Mar 2011 10:04:28 -0400 Subject: [PATCH 1/4] boxpointer: reposition after a size change If the BoxPointer changes size (eg, when opening the "More" section of the network menu), reposition it t

Re: UI Changes

2011-03-25 Thread Rui Tiago Cação Matos
On 25 March 2011 16:49, Robert Park wrote: > I like how in OSX you can grab the dead space within a toolbar and > drag the window from there. I always thought that was a nice touch, > especially for apps like iTunes that don't have much of a titlebar. > > If Gnome is truly moving towards client-si

patches we're shipping in fedora

2011-03-25 Thread Ray Strode
Since bugzilla is down i'll post a couple patches here that make gnome-shell work better with latest network manager. adapt to api changes: http://pkgs.fedoraproject.org/gitweb/?p=gnome-shell.git;a=blob;f=0001-Account-for-nm_client_activate_connection-API-change.patch;h=b520ab9a2aaed78386910c456e

Re: new calendar idea for gnome-shell

2011-03-25 Thread Sriram Ramkrishna
On Fri, Mar 25, 2011 at 4:49 AM, Pierre Benz wrote: > > Like I said before, the calendar is great as it is, but I do think > that it would be nice to extend the calendar into more than just a > task-lister. > If this idea sounds like crack, please feel free to ignore it. > However, I do feel that

Re: UI Changes

2011-03-25 Thread Robert Park
On Thu, Mar 24, 2011 at 10:48 PM, Alexandre Kaspar wrote: > The current UI changes I would like to see : > 1. Move the window menubar somewhere else, either the firefox 4 way, or > merging menubar and titlebar in some other way. I'm a huge fan of FF4's new menu that's a single button at left of t

[PATCH] GNOME Tweak Tool: enable icon theme selection

2011-03-25 Thread Michel Alexandre Salim
Hi John, Here's a patch that enables selection of icon themes. It applies to the current master, and also to the 2.91.93 tarball. Thanks, -- Michel Alexandre Salim µblog: http://identi.ca/hircus http://twitter.com/hircus GPG key ID: 78884778 () ascii ribbon campaign - against

Re: new calendar idea for gnome-shell

2011-03-25 Thread Jasper St. Pierre
I still think the Calendar should be a separate tab on the overview that does all that and more, and that clicking on the date/time would bring you into the overview and take you to that tab. But I'm not a designer. Additionally, the designers don't really subscribe to this list because design by

new calendar idea for gnome-shell

2011-03-25 Thread Pierre Benz
Hi all First off, let me say that the current state of shell is great! In fact, I have already formed ingrained habits due to using the shell, that I now find using other environments quite frustrating (like throwing my mouse to the top-left corner and not seeing the overview come up). This too me

Re: UI Changes

2011-03-25 Thread Jasper St. Pierre
On Fri, Mar 25, 2011 at 12:48 AM, Alexandre Kaspar wrote: > +1, I don't like the point of having menus everywhere. > > I've heard there will be a new "application" menu at the place where we > have the application name / icon. What about using the remaining free > area for the current window menu