Florian Müllner
e304854fa5
Bump version to 3.5.5
...
Update NEWS
2012-08-07 21:26:18 +02:00
Giovanni Campagna
d7f54213f1
ScreenShield: when explicitly locking, tween the shield from the top
...
The curtain should appear to be an overlay on top of the system,
and since it is lifted by dragging up, it makes sense to slide it
down on lock.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-07 21:26:17 +02:00
Daniel Mustieles
12a71be076
Updated Spanish translation
2012-08-07 21:05:25 +02:00
Giovanni Campagna
855f0dbcad
UnlockDialog: place the prompt above the entry, rather than on the side
...
As indicated in the mockups
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-07 20:35:54 +02:00
Giovanni Campagna
03db0d630e
UnlockDialog: Move "Login as another user" at the bottom
...
The Unlock button is more logically related to the entry than
this link, and having the latter in the middle breaks the workflow.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-07 20:35:29 +02:00
Giovanni Campagna
5a35c57866
ModalDialog: make dialogLayout public
...
ModalDialog subclasses may want to add content outside contentLayout
(in particular, UnlockDialog wants to have it after the buttons)
2012-08-07 20:35:29 +02:00
Jasper St. Pierre
d11027e8c8
util: Don't pass too many arguments to GLib.spawn_async
2012-08-07 15:09:28 -03:00
Giovanni Campagna
aa733b5e53
Only show new notifications in the screen shield
...
Rework the count system in Source, to distinguish between the
normal notification count and the count of unseen/unacknowledged
notification. (A notification is considered unacknowledged until
shown, as a banner or inside the summary box pointer).
Includes some code cleanups and a test for multiple notifications
in the same source.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-07 18:10:49 +02:00
Giovanni Campagna
355ec9ceca
UserMenu: fix disconnecting a signal that was never connected
...
If a disabled account is removed, we receive account-removed without
ever seeing account-enabled, and thus _changingId is undefined.
https://bugzilla.gnome.org/show_bug.cgi?id=681382
2012-08-07 17:44:17 +02:00
Jasper St. Pierre
aa30c6a323
loginDialog: Remove manual insensitive tracking
...
StWidget does this for us now
2012-08-07 11:51:12 -03:00
Jasper St. Pierre
ad5572f275
tests: Remove JHBUILD_TYPELIBDIR
...
It's unused and crufty, and potentially security leak.
2012-08-07 11:51:12 -03:00
Alban Browaeys
9082b4df48
keyboard: _showLayoutItem is only defined if allowSettings.
...
Check Main.sessionMode.allowSettings is true before accessing the
actor item of _showLayoutItem.
https://bugzilla.gnome.org/show_bug.cgi?id=681101
2012-08-07 16:50:07 +02:00
Nilamdyuti Goswami
c3179583c3
Assamese translation updated
2012-08-07 15:03:43 +05:30
Sweta Kothari
4db87839a6
Updated gujarati file
2012-08-07 15:02:59 +05:30
Matej Urbančič
b018d49dc3
Updated Slovenian translation
2012-08-07 08:44:36 +02:00
Мирослав Николић
83362226cf
Updated Serbian translation
2012-08-07 00:24:59 +02:00
Giovanni Campagna
1e3796967e
NotificationDaemon: don't override the title for app notifications
...
If a source is associated with an app, ignore the app name provided
by libnotify, as that is often garbage.
This fixes the "XChat-GNOME OSD" problem.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-06 23:07:11 +02:00
Giovanni Campagna
8d7fa54af4
ScreenShield: fix spacing of notifications and sources
...
Reduce padding around persistent sources, and ensure that spacing
around resident notifications is only applied once.
Also, add some padding to the clock.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-06 23:02:34 +02:00
Giovanni Campagna
59cd9b4220
ScreenSheild: make notification view scrollable
...
Place a maximum height on the notification view, and show scrollbars
if the list of persistent sources would overflow.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-06 23:02:34 +02:00
Giovanni Campagna
59dfb5866d
ScreenShield: update the displayed title when the source changes
...
Notifications in the lock screen need to watch signals on source
and react accordingly.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-06 23:02:31 +02:00
Giovanni Campagna
a29ceaa8ec
ScreenShield: lower the autodrag threshold to 10%
...
The threshold is there just to ensure that the user is opening
the curtain on purpose. Requiring 40% is too much for that.
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-06 21:43:54 +02:00
Matthias Clasen
782e11b96c
Remove markup from translated strings
...
Including the markup in the string makes the translators job
unnecessarily harder.
https://bugzilla.gnome.org/show_bug.cgi?id=681270
2012-08-06 11:59:14 -04:00
Florian Müllner
fd3be5b7de
build: Fix distcheck
...
I knew it had to be something simple ...
2012-08-06 16:13:54 +02:00
Florian Müllner
0b9a5c3441
build: Add noise-texture.png
2012-08-06 16:13:37 +02:00
Alejandro Piñeiro
7431c4d611
magnifier: Using properly 'color-saturation'
...
As description of the setting says, color-saturation ranges from
0.0 (grayscale) to 1.0 (full color), but the real outcome was the
opposite. The reason is that clutter provides a desaturation effect,
and color-saturation was passed directly to that effect. This patch
renames the effect and compute the desaturation value.
2012-08-06 13:02:42 +02:00
Alejandro Piñeiro
ec78dd60fc
magnifier: 'color-saturation' is a double not a boolean
2012-08-06 13:02:42 +02:00
Arash Mousavi
b479eec758
Updated Persian translations
2012-08-05 00:12:35 +04:30
Giovanni Campagna
413ace2eb1
UnlockDialog: allow going back to the lock screen by pressing escape
...
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-03 19:54:48 +02:00
Jasper St. Pierre
d8390ef77f
autorunManager: Remove line that sets summary icon
...
MessageTray does this automatically for us now.
https://bugzilla.gnome.org/show_bug.cgi?id=680426
2012-08-03 14:26:31 -03:00
Jasper St. Pierre
e7e56e175a
boxpointer: Cope with a missing -arrow-border-color when we have no border
...
https://bugzilla.gnome.org/show_bug.cgi?id=680426
2012-08-03 14:26:24 -03:00
Jasper St. Pierre
e875b9cdca
status: Clean up imports
...
https://bugzilla.gnome.org/show_bug.cgi?id=680426
2012-08-03 14:25:35 -03:00
Jasper St. Pierre
66197b18b6
lookingGlass: Don't pass too many arguments to Clutter.ungrab_*
...
https://bugzilla.gnome.org/show_bug.cgi?id=680426
2012-08-03 14:25:35 -03:00
Jasper St. Pierre
ed991f79b1
theme: Use the noise texture for the background of the screen shield
...
https://bugzilla.gnome.org/show_bug.cgi?id=681143
2012-08-03 14:00:48 -03:00
Giovanni Campagna
48b70f358d
GdmUtil: don't call GetUserVerifier from the user session
...
GetUserVerifier can only be called from the greeter session,
and fails with AccessDenied in all other cases. Also, calling it
hides the real error from OpenReauthenticationChannel, which
instead should be logged.
https://bugzilla.gnome.org/show_bug.cgi?id=680750
2012-08-03 18:06:10 +02:00
Florian Müllner
56adbda2dc
build: Add missing file to Makefile
2012-08-03 17:41:56 +02:00
Jasper St. Pierre
7dbc78c95f
st-theme-node: Add repeating backgrounds
...
Add support for the CSS "background-repeat" property. Currently, this
only supports on/off, rather than allowing tiling in each individual
dimension. It is supported for both the cogl and cairo rendering paths.
https://bugzilla.gnome.org/show_bug.cgi?id=680801
2012-08-03 12:27:20 -03:00
Jasper St. Pierre
3ffa1e35e8
st-theme-node: Clean up
...
Replace some faulty indentation, group some booleans to reduce
a bit of memory usage
https://bugzilla.gnome.org/show_bug.cgi?id=680801
2012-08-03 12:27:20 -03:00
Jasper St. Pierre
114fb4219b
tests: Fix borders test
...
Bad merge
https://bugzilla.gnome.org/show_bug.cgi?id=680801
2012-08-03 12:27:20 -03:00
Jasper St. Pierre
4d7d66bc1f
polkit: Improve styling in polkit dialog
...
Center the "Password:" label, and add a bit more spacing
2012-08-03 12:22:32 -03:00
Jasper St. Pierre
e134d2e5a5
theme: Reformat
...
Put braces on the same lines as the selectors
2012-08-03 12:22:32 -03:00
Allan Day
cca84761a5
theme: Improve legibility of date and time in the lock screen
...
Adjust the drop shadow to make the date and time easier to read.
2012-08-03 12:22:22 -03:00
Allan Day
c2a5d6f61b
theme: Update the look of scrollbars
...
Make the scrollbars consistent with those in Gtk.
2012-08-03 12:22:12 -03:00
Allan Day
4449007bb4
theme: Common style for entries
...
This improves the style of the password entry fields and makes them
consistent with entry fields in the overview and chat notifications.
2012-08-03 12:22:08 -03:00
Allan Day
30cd1e84bc
theme: Fix unlock button colors
...
The colors for the new button were far too brash. This makes them
consistent with the mockups.
2012-08-03 12:22:04 -03:00
Jasper St. Pierre
dcf872b485
js: Remove StatusIconDispatcher
...
With IBus in the top panel, we don't need it any more
https://bugzilla.gnome.org/show_bug.cgi?id=680800
2012-08-03 11:51:53 -03:00
Nilamdyuti Goswami
c9d51ca775
Assamese translation updated
2012-08-03 15:20:28 +05:30
Florian Müllner
96c9f8058b
loginDialog: Indicate whether users are logged in
...
Unlike the fallback gdm UI, we do not indicate in the user list
whether a user already has an open session or not. This information
is useful, so use a spotlight effect similar to the running-app
indicator to mark logged in users.
https://bugzilla.gnome.org/show_bug.cgi?id=658185
2012-08-01 22:20:35 +02:00
Florian Müllner
a3f4bca14e
loginDialog: Add an :expanded pseudo class to the user list
...
We want to style user list items differently depending on whether
the list is expanded or shrunk; instead of manually updating the
items' style, we can just expose the :expanded style on the list
itself and use that in the CSS.
https://bugzilla.gnome.org/show_bug.cgi?id=658185
2012-08-01 22:20:35 +02:00
Aleksej Kabanov
e55f2dd3b9
Updated Russian translation
2012-08-01 23:58:25 +04:00
Florian Müllner
247566ca1d
st-scroll-bar: Fix build warnings
...
Introduced by commit aa120e0902
2012-08-01 17:38:45 +02:00