[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ayatana] Pretty mockups with darkly coloured progress dialogs (was: File transfer dialog behaviour)
- To: Frederik Nnaji <frederik.nnaji@xxxxxxxxx>
- Subject: [Ayatana] Pretty mockups with darkly coloured progress dialogs (was: File transfer dialog behaviour)
- From: Dylan McCall <dylanmccall@xxxxxxxxx>
- Date: Fri, 14 May 2010 15:06:26 -0700
- Cc: Ayatana List <ayatana@xxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=gLDvL+Vn9+fs5jRjgvuKrxC5uUlSBKBPViEdeGEbndg=; b=PwihLIQJjzCQInPfkBg9Alzu1Mwm0zL+sEFvvHLHRpYxpT4H7b2bHBPrxKLtLnoUgI ke+Sgmkf/0eW7krb5YneyJb46dIdnWecaacZTZABf4yYnnFqNc61oqJBM9DCtOR21IwA crnDr+EnBrRGKbhPEwBKOVeqcfaT/KqrNkDB4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; b=DNOMeHiXJoiGx5AHoGZqy522wYEmWQ6mDKceb5ZPZP5xVRQwhk+AYPmQ+2zX/R45jn z/IZtiR5UXcyZ0IAF/5se3W7h75hLc7+XxMmUanMmjWby3keZyq5nabDUYLclUHHT6jB vLUOWaQhdjNkqfnv8VX94XO/dui9ROqRp5H3o=
- List-archive: <http://lists.launchpad.net/ayatana>
- List-help: <https://help.launchpad.net/ListHelp>
- List-id: <ayatana.lists.launchpad.net>
- List-owner: <https://launchpad.net/~ayatana>
- List-post: <mailto:ayatana@lists.launchpad.net>
- List-subscribe: <https://launchpad.net/~ayatana>
- List-unsubscribe: <https://launchpad.net/~ayatana>
On Fri, May 14, 2010 at 2:32 PM, Frederik Nnaji
<frederik.nnaji@xxxxxxxxx> wrote:
> Hi David, your mockup looks pretty.. becoming more like a hybrid between our
> notification bubbles and and interactive progress indication dialog..
> i like the visual this is taking!
>
Come to think of it, I recall some recent talk upstream for GTK+ to
have themes provide a light and dark mode. An application could
request the dark version if it needed to provide cleaner colours to
display photos, for example. (Which is nonsensical to me. Am I really
the only one that thinks white makes a more useful backing for a
photo?).
Ubiquity currently uses a dark background for its progress window,
too. If some kind of consistent approach could be adopted where any
quiet informational thing (progress bars, unmounting drive, backing
up, launching Firefox, non-blocking Properties window) was given a
unique style like that, the desktop could be quite spectacular to look
at, and consistent with other notifications (like tooltips, even!), as
Frederik suggests.
Maybe the theme could look at a window's type hint to do it.
Unfortunately, GDK_WINDOW_TYPE_HINT_DIALOG doesn't quite fill the
niche I described since preferences dialogs (and a random seeming
assortment of other things - I wish developers paid more attention to
these!) also set that hint.
To do this one may need to invent a spec extension and patch a lot of
apps, at which point it probably wouldn't be worth it :/
I guess MacOS has dark windows and light windows following some kind
of pattern, too. Anyone know what theirs is?
Thanks!
Dylan