Giovanni Campagna
484ef5f2f6
MessageTray: simplify image handling
...
Remove duplicate checks before calling unsetImage, and set properties
directly in the constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=692091
2013-01-19 19:41:23 +01:00
Jasper St. Pierre
cdd354739a
configure.ac: Remove deprecated macro
...
AM_PROG_CC_C_O has been deprecated upstream for some time now.
As a side effect, this makes "git grep taskpanel" turn up blank!
https://bugzilla.gnome.org/show_bug.cgi?id=692052
2013-01-19 13:38:04 -05:00
Jasper St. Pierre
420f544bf3
configure.ac: Rearrange pkg-config checks
...
https://bugzilla.gnome.org/show_bug.cgi?id=692052
2013-01-19 13:38:03 -05:00
Jasper St. Pierre
15b33189ae
configure.ac: Remove old introspection infrastructure
...
This hasn't been needed in quite some time.
https://bugzilla.gnome.org/show_bug.cgi?id=692052
2013-01-19 13:37:18 -05:00
Jasper St. Pierre
685a9f36f6
configure.ac: Remove checks for JS_NewGlobalObject
...
The need for this is long gone.
https://bugzilla.gnome.org/show_bug.cgi?id=692052
2013-01-19 13:37:18 -05:00
Jasper St. Pierre
3b57812e29
configure.ac: Use GNOME_COMPILE_WARNINGS
...
This is now implemented as standard in gnome-common.
https://bugzilla.gnome.org/show_bug.cgi?id=692052
2013-01-19 13:37:18 -05:00
Giovanni Campagna
d583c48992
NetworkMenu: don't queue menu updates for destroyed devices
...
It will cause an exception as the work ID is now invalid, and may block
new devices from appearing for example when NM is restarted.
https://bugzilla.gnome.org/show_bug.cgi?id=684279
2013-01-19 03:07:03 +01:00
Giovanni Campagna
0e636ea67e
NetworkMenu: don't clear the section when queuing an update
...
It's the very first thing that queueing does.
https://bugzilla.gnome.org/show_bug.cgi?id=684279
2013-01-19 03:07:03 +01:00
Duarte Loreto
c9ce1bd30f
Updated Portuguese translation and converted to New Spelling (Novo AO)
2013-01-19 00:37:51 +00:00
Rui Matos
f2cbc3192c
switcherPopup: Hide the top level actor on _init
...
destroy() checks if we are visible to decide whether to destroy the
actor immediately or after a fade out animation. Since actors are
visible by default it would always end up destroying only after the
animation time.
https://bugzilla.gnome.org/show_bug.cgi?id=691963
2013-01-19 00:27:36 +01:00
Giovanni Campagna
56d76791f1
PointerWatcher: keep a reference to the idle monitor
...
If nothing references the idle monitor, it can be finalized at GC,
causing it to have no effect. Worse, if the finalization happens at
wrong time, the pointer watcher can be permanently off, disabling the
message tray.
https://bugzilla.gnome.org/show_bug.cgi?id=691976
2013-01-18 21:14:09 +01:00
Giovanni Campagna
df2cab877f
MessageTray: wait until the tray is hidden to switch styles
...
Switching style on Overview::hiding creates a weird effect, as the noise
texture is shown while the overview is still visibile. Instead, wait for
the tray to be fully hidden, then apply the new style.
As now the switch is invisible, there is no need for the transition
(which introduced the same problem on overview showing)
https://bugzilla.gnome.org/show_bug.cgi?id=689091
2013-01-18 21:07:12 +01:00
Giovanni Campagna
27ad8305e5
Overview: apply extra padding to windows in external monitor
...
Add an style class targetting workspaces located outside the overview,
and use it for extra padding around the window clones. Padding is passed
down and applied inside LayoutStrategy, consolidating code that previously
handled the bottom side only.
https://bugzilla.gnome.org/show_bug.cgi?id=690171
2013-01-18 20:58:07 +01:00
Giovanni Campagna
c97b4dd48e
ViewSelector: use Params to pass optional parameters to addPage
...
This allows to introduce new parameters without making the signature
overly complex.
https://bugzilla.gnome.org/show_bug.cgi?id=690171
2013-01-18 20:53:20 +01:00
Giovanni Campagna
59ecd610b1
MessageTray: pass keyboard events to tray icons
...
Synthetize XKeyEvents for clicks emulated by StButton using Return or
Space.
https://bugzilla.gnome.org/show_bug.cgi?id=687425
2013-01-18 20:53:20 +01:00
Jasper St. Pierre
42c1285ead
messageTray: Remove code for ignoring num lock / scroll lock
...
Clutter now ignores these masks, so we can remove code that depends
on this.
https://bugzilla.gnome.org/show_bug.cgi?id=691731
2013-01-18 14:25:32 -05:00
Jasper St. Pierre
622c1c9236
shell-global: Move shell_fonts_init() back to main
...
We do not need any stage-specific code, so let's move
the initialization back to where other components are
initialized.
https://bugzilla.gnome.org/show_bug.cgi?id=691745
2013-01-18 00:25:42 -05:00
Duarte Loreto
2d88508f9d
Updated Portuguese translation and converted to New Spelling (Novo AO)
2013-01-18 00:02:32 +00:00
Florian Müllner
86efba4ecc
Bump version to 3.7.4.1
...
Update NEWS.
3.7.4.1
2013-01-17 13:56:38 +01:00
Jasper St. Pierre
90fae00aa6
screenshot: Immediately show the flash spot
...
The "flash" effect looks awkward when it fades in and out. Real
camera have an immediate flash of light, which then seems to fade
out as our eyes readjust the rapid change in lighting.
https://bugzilla.gnome.org/show_bug.cgi?id=691875
2013-01-16 17:19:16 -05:00
Rico Tzschichholz
d497ed4040
build: Drop obsololete variable from configure.ac
...
LIBEDATASERVERUI_MIN_VERSION is not used
2013-01-16 23:13:20 +01:00
Ihar Hrachyshka
c4a21ae5ad
Updated Belarusian translation.
2013-01-16 16:09:54 +03:00
Mathieu Bridon
5e5798bee9
dateMenu: Add "Open Clocks" entry
...
This is similar to how the dateMenu already allows opening the calendar
application. However, the new entry only appears if GNOME Clocks is
installed, as it is not a core GNOME application.
https://bugzilla.gnome.org/show_bug.cgi?id=644390
2013-01-16 05:06:55 +02:00
Mathieu Bridon
d793077b91
dateMenu: Move the "Open Calendar" entry
...
The design calls for it to be in the left column rather than the right
one.
https://bugzilla.gnome.org/show_bug.cgi?id=644390
2013-01-16 05:06:52 +02:00
Jeremy Bicha
3e826f9249
build: Bump gsettings-desktop-schemas requirement
...
Needed for f7212cf80c4d277b746c
2013-01-15 12:18:53 -05:00
Bastien Nocera
2adfb60dc4
data: Remove unused show-full-name in schema
...
It's now in gsettings-desktop-schemas.
https://bugzilla.gnome.org/show_bug.cgi?id=689561
2013-01-15 09:53:08 +01:00
Bastien Nocera
f7212cf80c
userMenu: Use show-full-name-in-top-bar setting
...
For the non-locked case, from gsettings-desktop-schemas' privacy
schema. For the locked case, from the privacy schema.
https://bugzilla.gnome.org/show_bug.cgi?id=689561
2013-01-15 09:53:08 +01:00
Rico Tzschichholz
69556643bb
Depend on gjs 1.35.4
...
Needed for 9548cd834156447ef8a36a038f0b48eb8992fa8b
2013-01-15 09:25:36 +01:00
Florian Müllner
f0ebc84840
Bump version to 3.7.4
...
Update NEWS.
3.7.4
2013-01-15 02:48:12 +01:00
Florian Müllner
490eb59ea3
build: Add missing file
2013-01-15 02:48:12 +01:00
Cosimo Cecchi
16a9391726
remoteSearch: fix a typo in createIcon
...
428876123579589a228770faab57887169fea343 changed the method to always
create a GIcon, but didn't pass it down to the StIcon constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=691750
2013-01-14 19:43:45 -05:00
Jasper St. Pierre
adf8ba67d2
run-test: Properly set the path for the GVC library
...
We really should get a better testrunner rather than this hacked
together thing.
https://bugzilla.gnome.org/show_bug.cgi?id=691743
2013-01-14 17:53:23 -05:00
Dan Winship
c37b222cbf
network: support NM 0.9.6 again
...
NM 0.9.7 is still not released even as a tarball, so fix this to work
with 0.9.6 again for now (although it doesn't do any device name
disambiguation in this case now).
https://bugzilla.gnome.org/show_bug.cgi?id=691720
2013-01-14 11:25:40 -05:00
Kjartan Maraas
72f8f2beb1
Updated Norwegian bokmål translation
2013-01-14 11:21:19 +01:00
Rui Matos
16bb9c17f5
status/keyboard: Add input source switching per window
...
If the setting is enabled, we record the last activated input source
for the currently focused window and switch to it when focusing back
that window. The Overview is considered a window for this purpose.
https://bugzilla.gnome.org/show_bug.cgi?id=691414
2013-01-14 11:11:00 +01:00
Rui Matos
ca44977d92
status/keyboard: Only change the current source setting if it changed
...
This avoids all the work that goes on in various processes when
switching input sources if the activated source is the currently
configured one.
https://bugzilla.gnome.org/show_bug.cgi?id=691414
2013-01-14 11:11:00 +01:00
Matej Urbančič
bcf294475f
Updated Slovenian translation
2013-01-12 23:03:41 +01:00
Rui Matos
3b31774dd3
Fix remaining uses of transition-duration without time units
...
Commit 8be3c5ed21643369f963e4638a578e32271ce749 changed the CSS parser
to only accept values with explicit time units.
2013-01-12 17:39:08 +01:00
Gheyret Kenji
c106347c59
Updated Uyghur translation
...
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-12 14:30:08 +09:00
Giovanni Campagna
2679be9d97
Telepathy: lookup PATH when launching empathy-accounts
...
It might be installed only in the jhbuild path.
https://bugzilla.gnome.org/show_bug.cgi?id=691553
2013-01-11 16:27:53 +01:00
Matej Urbančič
4d59368c7d
Updated Slovenian translation
2013-01-10 21:37:09 +01:00
Florian Müllner
3f29680fb6
workspace: Use MetaButtonLayout to get side of close button
...
The current code parses the button-layout setting because MetaButtonLayout
was not usable from introspection. With that fixed, we can switch to
using meta_prefs_get_button_layout().
https://bugzilla.gnome.org/show_bug.cgi?id=689263
2013-01-10 00:08:55 +01:00
Piotr Drąg
8f1df14ae7
Revert "Remove non-existing file to make intltool happy"
...
This reverts commit 8410fc38c913cd95dceec0bdfce81b3275392f41.
It very much exists. Do a 'git submodule init && git submodule update'.
2013-01-09 21:02:06 +01:00
Aron Xu
7159e360d9
Update Simplified Chinese translation
2013-01-09 06:40:20 +08:00
Giovanni Campagna
65723bcac5
PowerMenu: increase padding to the left of the percentage
...
This avoids having the percentage and device label in close succession.
https://bugzilla.gnome.org/show_bug.cgi?id=689297
2013-01-08 23:30:02 +01:00
Dušan Kazik
73ae451cb4
Updated slovak translation
2013-01-08 21:41:08 +01:00
Jasper St. Pierre
dc0ea3a248
main: Remove unused 'background' property
2013-01-08 13:24:09 -05:00
Jasper St. Pierre
9548cd8341
js: Explicitly dispose all cairo contexts
...
Due to limitations and bugs in SpiderMonkey's GC, wrapper objects
for cairo contexts and similar may not get cleaned up immediately
after repainting, leading to leaking memory. Explicitly disposing
of such objects after they're not needed can clean up large portions
of memory for cairo surfaces.
https://bugzilla.gnome.org/show_bug.cgi?id=685513
2013-01-08 13:07:51 -05:00
Andre Klapper
8410fc38c9
Remove non-existing file to make intltool happy
2013-01-08 14:40:18 +01:00
Enrico Nicoletto
0c9c2168b3
Updated minor fixes in Brazilian Portuguese translation contributed by F. Neves <florencioneves@gmail.com>
2013-01-08 10:32:34 -02:00