Commit Graph

1073 Commits

Author SHA1 Message Date
Florian Müllner 6062284ac4 window-list: Don't consider skip-taskbar windows for app sorting
It is odd to consider windows that are not shown in the window list
for app sorting, in particular when switching between grouped and
ungrouped mode, and when a long-lived window like the DESKTOP is
present.

https://bugzilla.gnome.org/show_bug.cgi?id=753055
2015-07-30 18:24:19 +02:00
Florian Müllner 8f2ebafa75 Bump version to 3.17.4
To go along GNOME Shell 3.17.4.
3.17.4
2015-07-23 12:57:27 +02:00
Fabio Tomat 8390eadb0c Updated Friulian translation 2015-07-05 12:58:04 +00:00
Florian Müllner f45c672245 Bump version to 3.17.3
To go along GNOME Shell 3.17.3
3.17.3
2015-07-02 14:30:52 +02:00
Pedro Albuquerque 2d75090848 Updated Portuguese translation 2015-06-29 22:27:02 +00:00
Daniel Șerbănescu af090a99ea Updated Romanian Translation 2015-06-26 17:36:41 +02:00
Florian Müllner 85b7049376 window-list: Use font-relative sizes for width/height
Just like the top bar, the window list should scale according to
the font scaling factor, so convert the existing pixel sizes into
font-relative ones.

https://bugzilla.gnome.org/show_bug.cgi?id=703585
2015-06-19 23:49:01 +02:00
Florian Müllner 61ec98f504 window-list: Reposition on height changes
The window list position depends on both the monitor geometry and the
list height, however changes to the latter are currently ignored. For
the time being this doesn't matter due to the list's fixed height, but
we are about to scale the list with the text, so reposition the list
on height changes.

https://bugzilla.gnome.org/show_bug.cgi?id=703585
2015-06-19 23:49:01 +02:00
Florian Müllner b97c111bde window-list: Expand window buttons vertically
The window-list's fixed height currently allows us to get away without
expanding buttons, however this won't be the case anymore once we start
adapting the list with the text scaling. So fix up the code to do what
was always the intention anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=703585
2015-06-19 23:49:01 +02:00
Florian Müllner 8b89840e2b apps-menu: Remove some obsolete code
The hot corner code has been modifying the existing hot corner rather
than replacing it with a custom one for quite a while now ...
2015-06-19 18:22:47 +02:00
Siteshwar Vashisht dd620df620 apps-menu: Fix call to open_new_window()
The function never had a timestamp parameter, the parameter that was
added at some point is a workspace index. Ouch, this has gone unspotted
since the original AxeMenu extension was adapted for the apps-menu ...
2015-06-12 15:29:32 +02:00
Jakub Steiner 0d0eff2ea2 scrollbars, expanders and spinner invisible in classic
- sync scrollbar colors with gtk
- don't hide expanders in popovers
- use a custom spinner for classic

https://bugzilla.gnome.org/show_bug.cgi?id=750072
2015-05-29 11:42:57 +02:00
Florian Müllner 271102be8d Bump version to 3.17.2
To go along GNOME Shell 3.17.2
3.17.2
2015-05-27 10:50:02 +02:00
Cédric Valmary 70f195da7a Updated Occitan translation 2015-05-18 14:36:58 +00:00
Bruno Ramalhete 9bca5c32da Updated Portuguese translation 2015-05-17 16:02:41 +00:00
sun b492b06228 update zh_CN translation 2015-05-03 10:39:55 +08:00
Florian Müllner a1583deed2 Update doap file 2015-04-30 19:18:49 +02:00
Florian Müllner e022c1671d Bump version to 3.17.1
Update NEWS.
3.17.1
2015-04-30 19:02:02 +02:00
Florian Müllner 1dd5343ff4 Update style 2015-04-30 19:00:57 +02:00
laurent Soleil 7750774c85 Added Occitan translation 2015-04-28 13:20:42 +00:00
Florian Müllner e80d667b44 Bump version to 3.16.1
To go along GNOME Shell 3.16.1
3.16.1
2015-04-14 23:38:15 +02:00
Mattias Põldaru 6297839106 [l10n] Updated Estonian translation 2015-04-08 20:25:23 +03:00
Rūdolfs Mazurs deae4392ab Updated Latvian translation 2015-04-03 20:41:18 +03:00
Florian Müllner bea06a7589 Update style 2015-03-30 17:41:47 +02:00
Hajime Taira c56805dea6 l10n: Update Japanese translation 2015-03-30 21:56:01 +09:00
Florian Müllner 0a5e5ee93c apps-menu: Take over shortcuts again on startup-complete
For a while now, gnome-shell has initialized extensions before
setting up its own keybinding handling. As a result, our taking
over of the panel-main-menu shortcut will be overwritten when
the extension is enabled at startup - work around this by setting
up the keybinding again on LayoutManager::startup-complete.

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Florian Müllner 8f4cecc8e5 apps-menu: Move panel-main-menu handling into AppsMenuButton
This is really where it belongs, and will make an upcoming fix slightly
less ugly ...

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Florian Müllner 487c089e86 apps-menu: Clean up signal code
Setting up signal handlers inside a class and rely on outside code
to disconnect them via global variables is utterly weird. Just
disconnect everything inside the class when the corresponding actor
is destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Rui Matos 903a3b25cb window-list: Fix WorkspaceIndicator's popup menu position
By default, PanelMenu.Button creates a popup menu with arrow side TOP
which is wrong in our case and can mess up BoxPointer's positioning.

We can work around that easily by creating the menu ourselves with the
correct arrow side.

https://bugzilla.gnome.org/show_bug.cgi?id=746365
2015-03-24 12:58:07 +01:00
Florian Müllner 697445c823 Bump version to 3.16.0
To go along GNOME Shell 3.16.0.
3.16.0
2015-03-23 20:45:02 +01:00
Jordi Mas 37e38ae692 Update Catalan translation 2015-03-18 04:53:18 -04:00
Florian Müllner 5ed7bf76f9 Bump version to 3.15.92
To go along GNOME Shell 3.15.92.
3.15.92
2015-03-17 19:49:30 +01:00
Florian Müllner 1e8c7a2d8f Update style 2015-03-17 19:46:05 +01:00
Florian Müllner 11b151e5e0 native-window-placement: Update for mutter API changes 2015-03-17 19:46:05 +01:00
Florian Müllner 0b18b15fee screenshot-window-size: Update for mutter API changes 2015-03-17 19:46:05 +01:00
Ask Hjorth Larsen 2c37ac8929 Updated Danish translation 2015-03-15 16:57:48 +01:00
A S Alam 83eb3ef620 Translation pa updated for Gnome 2015-03-13 21:36:20 -05:00
Samir Ribic a7186cb668 Added Bosnian translation 2015-03-13 15:50:06 +00:00
Jakub Steiner 6c58d700aa theme: fix invisible avatar for classic
https://bugzilla.gnome.org/show_bug.cgi?id=745693
2015-03-12 16:07:13 +01:00
Stas Solovey 7189f8586b Updated Russian translation 2015-03-11 21:23:41 +00:00
Florian Müllner f97c2c55a4 theme: Update from submodule 2015-03-11 18:03:33 +01:00
Jiri Grönroos 068eaad840 Finnish translation update 2015-03-11 17:01:43 +02:00
Jakub Steiner 36a51901d8 theme: no top bar border for login screen
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 20:02:36 +01:00
Jakub Steiner 7cfd862e70 theme: panel improvements
- places menu still sports an arrow, must be a custom one

https://bugzilla.gnome.org/show_bug.cgi?id=745909
2015-03-10 19:56:42 +01:00
Florian Müllner 5e9f66f3d1 Use a proper arrows instead of UTF8
All proper shell menus were updated to do that a while ago, we
should do the same for consistency.

https://bugzilla.gnome.org/show_bug.cgi?id=745909
2015-03-10 19:56:41 +01:00
Jakub Steiner c1929e34d1 theme: re-render css 2015-03-10 19:46:31 +01:00
Jakub Steiner fdaecf6c44 theme: re-render to fix modal headings
https://bugzilla.gnome.org/show_bug.cgi?id=745687
2015-03-10 17:55:59 +01:00
Florian Müllner 8bad8a3b63 window-list: Don't use 'panel-menu' class in bottom panel
Menus in the top bar have some margin at the bottom, to prevent
menus to extend all the way to the bottom edge as the expand; we
obviously don't want the same behavior in the window-list at the
bottom, so stop pretending to be a top bar menu.

https://bugzilla.gnome.org/show_bug.cgi?id=745952
2015-03-10 14:27:16 +01:00
Jakub Steiner dae1feb250 theme: more on unlock/login top bar
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 12:23:34 +01:00
Jakub Steiner 3ef2393d14 theme: top bar in login and lock screens
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 11:52:15 +01:00