Commit Graph

427 Commits

Author SHA1 Message Date
Tom Beckmann
4464446d9f Add cache cleaning 2013-02-10 13:38:07 +01:00
Tom Beckmann
f3eefe7582 Add icon size handling 2013-02-08 19:30:00 +01:00
Tom Beckmann
c6e094f7b9 Update to latest trunk 2013-02-08 19:22:33 +01:00
Rico Tzschichholz
45c3d6ffdc windowswitcher: pass the correct plank theme
Needed after the recent changes in plank
2013-02-04 16:40:41 +01:00
Rico Tzschichholz
23bc07175e Some structure changes
Still need to distinguish between different icon-sizes
2013-02-03 18:24:34 +01:00
Rico Tzschichholz
5e8b5d4d80 Make Utils a class instead of just a namespace
No changes here besides making all methods static
2013-02-02 17:41:40 +01:00
Tom Beckmann
5344a9c630 Add a cache for xid:app and app:icon pairs 2013-02-02 16:26:50 +01:00
Sergey Shnatsel Davidoff
6ce9eacefa split all keybinding-related keys into a new GSettings schema "org.pantheon.desktop.gala.keybindings" as per bug 1110568 2013-02-01 19:08:27 +04:00
Sergey Shnatsel Davidoff
efb772b494 split keybindings in a separate GSettings schema 2013-01-31 21:12:19 +04:00
Tom Beckmann
03983dea1f plugin: fix located-on-workspace crash by no longer manually handling focusing after window move across workspaces 2013-01-30 23:05:32 +01:00
Tom Beckmann
7bd6014483 Raise the container, not the window 2013-01-30 15:38:57 +01:00
Tom Beckmann
01a1c64502 Destroy container for the moving window 2013-01-30 15:32:00 +01:00
Tom Beckmann
7222941d12 gschema: change switch-to-first/last to move-to-first/last to match mutter's naming 2013-01-30 15:02:59 +01:00
Rico Tzschichholz
730176a6b4 Add 'docky' to the list of supported docks 2013-01-30 13:41:04 +01:00
Sergey Shnatsel Davidoff
065fa69ad8 consider both 'Docky' and 'docky' supported 2013-01-30 15:46:43 +04:00
Sergey Shnatsel Davidoff
e394f384ee change 'Docky' to 'docky' in list of supported docks, as per bug 1082996; the proper fix would be turning it into a GSettings key 2013-01-30 14:05:00 +04:00
Sergey Shnatsel Davidoff
c3f96300c1 renamed custom move-to-workspace-* keys to switch-to-workspace-* 2013-01-30 13:58:59 +04:00
Rico Tzschichholz
c7e727bf66 Minor clean up 2013-01-28 19:26:07 +01:00
Tom Beckmann
826a6f72cd gschema: remove theme key 2013-01-24 22:24:39 +01:00
Tom Beckmann
203b36903a workspaceview: change order of opening to prevent lockup when coming from windowoverview 2013-01-23 17:25:26 +01:00
Tom Beckmann
d7e9c79330 Remove the theme key, this time correctly 2013-01-23 16:54:26 +01:00
Tom Beckmann
12fa2963f3 Fix moving window being offseted while moving it in workspaceview 2013-01-20 15:07:28 +01:00
Tom Beckmann
9dd27b762e Fix the window_located_on_workspace crashes by giving the focus handling for window moving to mutter 2013-01-20 14:36:29 +01:00
Tom Beckmann
38b1445a25 windowthumb: use button_release event on close button in order to prevent the view closing by a late button release (which would then be emitted on the background) 2013-01-20 11:11:51 +01:00
Tom Beckmann
ae4926b10f windowthumb: drop the animation for closing the window. Apparently it relied on the fact that most windows are on the current workspace, those which are not don't get a closing animation and are instantly deleted causing a crash if we continue to use the close 2013-01-20 10:26:21 +01:00
Tom Beckmann
449c1d4174 windowswitcher: fix an if-condition causing meta_window_appears_focused crashes whenever a window closes while switching windows 2013-01-19 20:07:59 +01:00
Rico Tzschichholz
9f084f940c vapi: update bamf, mutter bindings 2013-01-10 20:17:09 +01:00
Tom Beckmann
291355ad6e Cleanup some unused variables 2012-12-26 13:31:30 +01:00
Tom Beckmann
2be9fc0ae5 workspaceview: fix duplicate call to hide() and thus also plugin.end_modal caused by key focus loss 2012-12-26 13:30:21 +01:00
Tom Beckmann
cf7c6fa378 Add support for disabling dynamic workspaces 2012-12-26 01:05:42 +01:00
Tom Beckmann
49c6e4d7f5 Fix a typo 2012-12-25 22:55:57 +01:00
Rico Tzschichholz
59ef3c108d build: work around vala-macro deficiency 2012-12-25 16:46:27 +01:00
Tom Beckmann
827c401e77 Changes for coding style 2012-12-24 22:39:16 +01:00
Rico Tzschichholz
b2656b9aa7 utils: Don't count sticky windows 2012-12-24 22:31:12 +01:00
Rico Tzschichholz
0ffde231cf vapi: update mutter bindings 2012-12-24 22:25:40 +01:00
Tom Beckmann
f1aedb9e88 appicon: Check whether we really got a BamfApplication associated with the icon, before we use it 2012-12-24 21:48:39 +01:00
Tom Beckmann
374a254a00 Fix crash resulting from missing removal of workspaces when their number changes 2012-12-24 17:43:00 +01:00
Tom Beckmann
813ab28e25 Use consistent checks for dynamic workspaces 2012-12-24 12:54:19 +01:00
Tom Beckmann
a2eef34594 Update to latest trunk rev267 2012-12-24 12:34:41 +01:00
Tom Beckmann
cf1bed7e69 plugin: no more manual activation handling on map 2012-12-22 21:32:01 +01:00
Tom Beckmann
2e07c53b4e workspacethumb: wait for window to be ready before attemping to add it 2012-12-16 11:21:22 +01:00
Rico Tzschichholz
4b4ff5b6df vapi: update mutter bindings 2012-11-30 16:34:38 +01:00
Rico Tzschichholz
315de2dfa4 windowoverview: avoid multiple calls of "reposition" and properly remove thumb
Give signals and methods related to thumb adding/removing some proper names
2012-11-28 22:48:16 +01:00
Tom Beckmann
f6fe5814fc windowoverview: Include 'standalone' dialog windows 2012-11-17 14:27:46 +01:00
Rico Tzschichholz
720634b151 vapi: Really fix user_data position 2012-11-16 21:28:25 +01:00
Rico Tzschichholz
09eef89387 vapi: update mutter bindings to 3.7.1+ 2012-11-16 21:06:31 +01:00
Rico Tzschichholz
f01667c4ed build: Look for plank.pc instead of libplank.pc 2012-11-12 18:02:15 +01:00
Tom Beckmann
5113239a87 windowswitcher: Calculate window size based on estimated item count to solve problems coming with plank's static window 2012-11-10 17:40:21 +01:00
Tom Beckmann
9bbfa9b058 Use Plank.Services.Paths.AppConfigFolder 2012-11-10 16:26:20 +01:00
Tom Beckmann
48b981f0ba windowswitcher: Calculate window size based on estimated item count to solve problems coming with plank's static window 2012-11-10 16:02:04 +01:00