~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to NEWS

Tags: upstream-3.3.90
Import upstream version 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
3.2.2.1
2
 
=======
3
 
* Fix several regressions with tray icons introduced in 3.2.2 [Owen; #664138]
4
 
 
5
 
Contributors:
6
 
 Owen Taylor
7
 
 
8
 
3.2.2
9
 
=====
10
 
* Fix crash when searching in the shell caused by .desktop files
11
 
  without Exec= lines (commonly, nautilus-pastebin) [Ray; #663815]
12
 
* Message Tray:
13
 
 - Fix bug that would cause confusion between notifications from different
14
 
   services running in the gnome-settings-daemon process
15
 
  [Marina, Jasper; #664138]
16
 
 - Don't steal the focus when popping up beneath the pointer [Rui; #661358]
17
 
 - Only pop up the message tray from a hot corner, rather than trapping
18
 
   clicks on the entire bottom row. [Rui; #663366]
19
 
* Browser plugin and extension.gnome.org integration
20
 
  - Fix multiple bugs that kept the plugin from working in WebKit-based browsers
21
 
    [Jasper, #663823, #666444]
22
 
  - Fix plugin crash when the shell is installed but not running [Jürg]
23
 
  - Fix problem that kept plugin uninstallation from working [Jasper]
24
 
* gnome-shell-extension-tool
25
 
  - Fix error that was printed after creating an extension [Jasper; #661623]
26
 
  - Use xdg-open rather than the deprecated gnome-open [Jasper]
27
 
* Don't recreate dash icons unnecessarily - this hopefully fixes various
28
 
  crashes. [Owen, Giovanni; #648450]
29
 
* Fix several bugs that caused errors and slowdowns when updating the
30
 
  network menu. [Giovanni; #651378, #659277, #663278]
31
 
* Fix several crashers related to updating workspace thumbnails
32
 
  [Owen; #667652]
 
1
3.3.90
 
2
======
 
3
 
 
4
* All other applications to implement search providers via D-Bus
 
5
  [Florian; #663125, #670148]
 
6
* Remove "Recent Items" search, as replaced by Documents search
 
7
  [Florian; #663125]
 
8
* Allow NetworkManager VPN plugins to use a shell-themed dialog
 
9
  [Giovanni; #658484]
 
10
* Port away from deprecated Clutter API [Jasper, Florian, Adel; #670034]
 
11
  - StTooltip is removed
 
12
  - StWidget is now a concrete class and can be instantiated
 
13
  - st_container_destroy_children(), st_box_layout_insert_actor(),
 
14
    and other functions removed in favor of new replacements in Clutter.
 
15
* Use systemd for console/session handling when available [Lennart]
 
16
* Visual improvements to contact search, padding, top panel, checkboxes
 
17
  [Allan, Florian, Jakub; #669489, #669811, #669993]
 
18
* Add a include_cursor parameter to Screenshot and ScreenshotWindow
 
19
  D-Bus methods [Adel; #670086]
 
20
* Add a "FlashArea" D-Bus method to do the screenshot flash without a
 
21
  screenshot [Adel; #669660]
 
22
* Build fixes [Adel, Giovanni, Jasper; #658484, #669637]
 
23
* Misc bug fixes [Adel, Florian, Giovanni, Guillaume, Jasper, Jeff,
 
24
  Marc-Antoine, Stef, Stefano, Will; #642135, #658484, #658908, #667694,
 
25
  #669098, #669921, #669662, #669694, #669776, #669887, #669921, #670005,
 
26
  #670006, #670319, #670418, #670489]
 
27
 
 
28
Contributors:
 
29
 Giovanni Campagna, Cosimo Cecchi, Allan Day, Guillaume Desmottes, Jeff Epler,
 
30
 Stefano Facchini, Adel Gadllah, Florian Müllner, Marc-Antoine Perennou,
 
31
 Jasper St. Pierre, Lennart Poettering, Jakub Steiner, Jasper St. Pierre,
 
32
 Will Thompson, Stef Walter
 
33
 
 
34
Translations:
 
35
 Ihar Hrachyshka [be], Marek Černocký, Adam Matoušek [cz],
 
36
 Kenneth Nielsen [dk], Daniel Mustieles [es], Mattias Põldaru [et],
 
37
 Fran Diéguez [gl], Yaron Shahrabani [he], Luca Ferretti [it],
 
38
 Baurzhan Muftakhidinov [kk], Aurimas Černius [lt], Kjartan Maraas [nb],
 
39
 A S Alam [pa], Matej Urbančič [sl], Miroslav Nikolić [sr],
 
40
 Praveen Illa [te], Chao-Hsiung Liao [zh_HK, zh_TW]
 
41
 
 
42
3.3.5
 
43
=====
 
44
 
 
45
* Extension system: [Jasper; #668429]
 
46
  http://blog.mecheye.net/2012/02/more-extension-api-breaks/
 
47
 - Add a 'gnome-shell-extension-prefs' application for displaying extension
 
48
   preferences as provided by the extension in a prefs.js file.
 
49
 - Allow launching gnome-shell-extension-prefs from extensions.gnome.org
 
50
   throuhg the browser plugin.
 
51
 - Add ExtensionUtils.getCurrentExtension() for an extension to get a
 
52
   handle to an extension object, to get local imports or paths.
 
53
 - Add an onshellrestart callback to the browser plugin [Jasper; #668517]
 
54
* Screenshots:
 
55
  - Move the screenshot "flash" to the shell [Cosimo; #668618]
 
56
  - Move saving screenshots to a thread [Adel; #652952]
 
57
  - Correctly screenshot rounded decorations [Jasper; #662486]
 
58
* Screen recorder:
 
59
  - Change the default pipeline to favor speed over quality [Owen; #669066]
 
60
  - Drop frames to keep from running the user out of memory [Owen; #669066]
 
61
* Work around a slow implementation of glReadPixels() in the Intel drivers,
 
62
  improving performance for screenshots and the screen recorder.
 
63
  [Owen; #669065]
 
64
* Use Keywords: field in desktop files when search for applications
 
65
  [Florian; #609702]
 
66
* Strip debian- when matching desktop file names [Jasper; #665647]
 
67
* Fix up various problems from CSS background size-addition
 
68
  [Florian, Jasper; #668430, #633462]
 
69
* UI tweaks and behavior fixes
 
70
  [Florian, Giovanni, Stefano; #643867, #666197, #664622]
 
71
* Some improvements to exported accessibility information  [Alejando; #667376]
 
72
* Don't show contacts without IM information as offline [Florian; #662685]
 
73
* Don't change status from hidden to extended_away when going idle
 
74
  [Florian; #642408]
 
75
* Cleanups [Emmanuele, Jasper; #662152, #669239]
 
76
* Misc bug fixes [Cosimo, Dan, Florian, Jasper, Rui, Stefano;
 
77
  #633462, #643867, #662213, #662386, #662747, #665000, #665017, #665322,
 
78
  #667371, #667860, #668020, #668517, #668541, #669236]
 
79
 
 
80
Contributors:
 
81
 Emmanuele Bassi, Giovanni Campagna, Cosimo Cecchi, Stefano Facchini,
 
82
 Adel Gadllah, Rui Matos, Florian Müllner, Alejandro Piñeiro,
 
83
 Jasper St. Pierre, Owen Taylor, Dan Winship
 
84
 
 
85
Translations:
 
86
 Daniel Mustieles [es], Timo Jyrinki [fi], Seán de Búrca [ga],
 
87
 Fran Diéguez [gl], Kjartan Maraas [nb], Wouter Bolsterlee [nl],
 
88
 Danishka Navin [si], Yaron Shahrabani [he], Matej Urbančič [sl],
 
89
 Chao-Hsiung Liao [zh_HK, zh_TW]
 
90
 
 
91
3.3.4
 
92
=====
 
93
* https://live.gnome.org/EveryDetailMatters
 
94
  - Add "browse" for labels for dash items - once a tooltip is
 
95
    showing, switch to other items without a delay [Seif; #666170]
 
96
  - Always scale down windows in the overview at least to 70% [Vit; #646704]
 
97
  - Fix the new-workspace drop indicator sometimes getting stuck
 
98
    [Stefano; #664201]
 
99
  - Delay rearranging windows in the overview as long as the pointer
 
100
    is over a window [Vit; #645325]
 
101
* Add a GConf => DConf migration file for overriden Mutter settings
 
102
  [Florian; #667636]
 
103
* When a VPN connection is active, show that as the network icon
 
104
  [Giovanni; #665115]
 
105
* Handle the "ExtendedAway" IM status as away, not offline [Guillaume; #667813]
 
106
* Improve the appearance of the labels in "Applications" [Alex; #642392]
 
107
* Adjust for GTK+ and Mutter API changes for application menu [Ryan; #668118]
 
108
* Add section label support to the application menu [Giovanni; #666681]
 
109
* Fix screenshot methods to work again [Cosimo; #667662]
 
110
* Fix several crashers related to updating workspace thumbnails [Owen; #667652]
33
111
* Fix memory management error causing gnome-shell-hotplug-sniffer to crash
34
112
  [Owen; #667378]
35
 
* Fix crash and misdrawing with shadowed elements [Owen; #668048, #668050]
36
 
* Fix several small memory leaks. [Jasper, Florian]
37
 
 
38
 
Contributors:
39
 
 Jürg Billeter, Rui Matos, Florian Müllner, Jasper St. Pierre, Ray Strode,
40
 
 Owen Taylor, Marina Zhurakhinskaya
41
 
 
42
 
Translations:
43
 
 Alexander Shopov [bg], Gil Forcada [ca], Carles Ferrando [ca@valencia],
44
 
 Marek Černocký [cz], Kris Thomsen [dk], Bruce Cowan [en_GB],
45
 
 Kristjan Schmidt [eo], Daniel Mustieles [es], Arash Mousavi [fa],
46
 
 Ville-Pekka Vainio [fi], Bruno Brouard [fr], Hideki Yamane [ja],
47
 
 Žygimantas Beručka, Aurimas Černius [lt], Kjartan Maraas [nb],
48
 
 "Andreas N" [nn], Djavan Fagundes, Antonio Fernandes C. Neto [pt_BR],
49
 
 Daniel Nylander [se], Matej Urbančič [sl], Praveen Illa [te],
50
 
 Nguyễn Thái Ngọc Duy [vi]
 
113
* Build fixes [Emmanuele, Rico; #667864]
 
114
* Code cleanups [Adel; #668087]
 
115
* Misc bug fixes [Colin, Florian, Giovanni, Owen, Xavier; #633028, #658817,
 
116
  #664138, #667881, #668048, #668050]
 
117
 
 
118
Contributors:
 
119
 Emmanuele Bassi, Giovanni Campagna, Cosimo Cecchi, Xavier Claessens,
 
120
 Guillaume Desmottes, Stefano Facchini, Adel Gadllah, Alex Hultman,
 
121
 Ryan Lortie, Seif Lotfy, Florian Müllner, Vit Stanislav, Owen Taylor,
 
122
 Rico Tzschichholz, Colin Walters
 
123
 
 
124
Translations:
 
125
 Ihar Hrachyshka [be], Alexander Shopov [bg], Arash Mousavi [fa],
 
126
 Jiri Grönroos, Timo Jyrinki [fi], Fran Diéguez [gl], Kjartan Maraas [nb],
 
127
 Yuri Myasoedov [ru], Matej Urbančič [sl], Nguyễn Thái Ngọc Duy [vi]
 
128
 
 
129
3.3.3
 
130
=====
 
131
* https://live.gnome.org/EveryDetailMatters
 
132
  - Stop flashing the window labels on actions in overview [Zan; #644861]
 
133
  - Improve the look of window captions in the overview [Marc; #664487]
 
134
  - Move dash tooltips beside the icon [Seif, Stefano; #666166]
 
135
* Support application menus exported from applications via new GLib API
 
136
   and D-Bus protocol. [Giovanni, Colin, Matthias, Cosimo]
 
137
* For removable device prompts, show "Open with Rhythmbox], rather
 
138
  than "Open with Rhythmbox Music Player' [Florian; #664561]
 
139
* Switch to activating the message tray only with a hot corner rather
 
140
  than a full row of pixels, allowing mouse events to apps [Rui; #663366]
 
141
* Fully handle the case where the workspaces-only-on-primary
 
142
  GSetting is set to false [Florian; #652580]
 
143
* Add support for background-size CSS property to St [Quentin; #633462]
 
144
* Port to new GJS Lang.Class framework [Giovanni; #664436]
 
145
* Finish port to GDBus [Giovanni; #664436]
 
146
* Stop using the deprecated Clutter default stage [Florian, Jasper; #664052]
 
147
* Fix bugs that kept browser plugin from working in WebKit-based browser
 
148
  [Jasper; #666444]
 
149
* Fix typo that made uninstalling extensions not work [Jasper]
 
150
* Fix crash in browser plugin if shell is not run [Jürg]
 
151
* Reintroduce piscine paschal ovum [Giovanni; #666606]
 
152
* Network menu bug fixes
 
153
  Giovanni; #664124, #665194, #665680, #666429, #666614]
 
154
* Misc bug fixes [Florian, Jasper, Jonny, Marina, Ron; #647587, #659272,
 
155
  #664138, #665261, #666020, #666243]
 
156
* Build fixes [Owen]
 
157
 
 
158
Contributors:
 
159
 Jürg Billeter, Giovanni Campagna, Stefano Candori, Cosimo Cecchi,
 
160
 Matthias Clasen, Zan Dobersek, Quentin Glidic, Jonny Lamb, Ryan Lortie,
 
161
 Seif Lotfy, Rui Matos, Florian Müllner, Bastien Nocera, Jasper St. Pierre,
 
162
 Marc Plano-Lesay, Owen Taylor, Colin Walters, Ron Yorsten,
 
163
 Marina Zhurakhinskaya
 
164
 
 
165
Translations:
 
166
 Petr Kovar [cz], Kris Thomsen [dk], Daniel Mustieles [es],
 
167
 Ville-Pekka Vainio [fi], Yaron Shahrabani [he], Luca Ferretti [it],
 
168
 Hideki Yamane [ja], Žygimantas Beručka [lt], Jovan Naumovski [mk],
 
169
 Kjartan Maraas [nb], "Andreas N" [nn], Lucian Adrian Grijincu [ro],
 
170
 Matej Urbančič [sl], Praveen Illa [te], Muhammet Kara [tr],
 
171
 Daniel Korostil [uk], Aron Xu [zh_CN]
 
172
 
 
173
3.3.2
 
174
=====
 
175
* Port D-Bus usage in the shell to GDBus [Giovanni, Marc-Antoine, Florian,
 
176
  Jasper, Matthias; #648651, #658078, #663902, #663941]
 
177
* Message tray
 
178
  - Add right-click option to chats to mute the conversation [Ana; #659962]
 
179
  - Don't steal the focus when popping up under the pointer [Rui; #661358]
 
180
* Looking Glass
 
181
  - Add alt-Tab completion [Jason; #661054]
 
182
  - Show errors from extensions in the extensions tab [Jasper; #660546]
 
183
  - Allow switching tabs with <Control>PageUp/PageDown
 
184
  - Theme consistently with the rest of the shell [Jason; 650900]
 
185
* Extension system
 
186
  - Don't try to load disabled extensions at all [Jasper; #661815, #662704]
 
187
  - Enable and disable plugins in a consistent order [Jasper; #661815, #662704]
 
188
  - Add options to enable/disable extensions to gnome-shell-extension-tool
 
189
    [Jasper; #661815]
 
190
* Adapt to Mutter change to GSettings [Florian, Matthias; #663429]
 
191
* Allow creating a new workspace by dragging a window or launcher in the
 
192
  middle of two existing ones [Jasper; #646409]
 
193
* Allow using Alt-Tab while during drag-and-drop and other operations
 
194
  that grab the pointer [Adel; #660457]
 
195
* Do a better job of finding the right user to authenticate
 
196
  as when showing a PolKit dialog [Matthias; #651547]
 
197
* Control the D-Bus Eval() method by the developer-tools GSetting which
 
198
  is used for looking glass and screen recorder. [Jasper; #662891]
 
199
* Fix browser plugin to work under WebKit-based browser [Jasper; #663823]
 
200
* Fix certain stacking issues with alt-Tab [Jasper; #660650]
 
201
* Fixes for GLib deprecations [Jasper; #662011]p
 
202
* Fixes for GTK+ deprecations [Florian, Rico; #662245]p
 
203
* Fixes for Clutter deprecations [Jasper; #662627]
 
204
* Visual improvements and UI tweaks [Florian, Jakub, Jasper;
 
205
  #662800, #658096, #662226]
 
206
* Hard-code "Home" as the name for the home dir, rather than looking
 
207
  it up via GSettings; avoids schema dependency [Cosimo; #559895]
 
208
* Don't show "Switch User" on single user machines [Florian; #657011]
 
209
* Generate documentation for St toolkit [Florian]
 
210
* Improve marking of strings for translation [Matthias, Piotr; #658664]
 
211
* Networking menu bug fixes [Giovanni; #650007, #651378, #659277, #663278]
 
212
* Code cleanups and leak fixes to StTextureCache
 
213
  [Jasper, Florian; #660968, #662998]
 
214
* Code cleanups [Adel, Florian, Jasper; #662238, #663584]
 
215
* Build fixes [Adel, Colin, Florian, Ming Han]
 
216
* Misc bug fixes [Adel, Florian, "Fry", Jasper, Giovanni, Ray, Rui, Stefan;
 
217
  #660520, #661029, #661231, #661623, #661921, #662235, #662236, #662502,
 
218
  #662394, #662799, #662969, #663175, #663277, #663815, #663891, #662967]
 
219
 
 
220
Contributors:
 
221
 Giovanni Campagna, Cosimo Cecchi, Matthias Clasen, Piotr Drąg, Adel Gadllah,
 
222
 Rui Matos, Florian Müllner, Marc-Antoine Perennou, Ana Risteska,
 
223
 Jason Siefken, Jakub Steiner, Ray Strode, Jasper St. Pierre, Ming Han Teh,
 
224
 Rico Tzschichholz, Colin Walters, Stefan Zwanenburg
 
225
 
 
226
Translation:
 
227
 Alexander Shopov [bg], Marek Černocký [cs], Mario Blättermann [de],
 
228
 Kostas Papadimas [el], Bruce Cowan [en_GB], Kristjan Schmidt [eo],
 
229
 Jorge González, Daniel Mustieles, Benjamín Valero Espinosa [es],
 
230
 Mattias Põldaru [et], Arash Mousavi [fa], Ville-Pekka Vainio [fi],
 
231
 Fran Diéguez [gl], Yaron Shahrabani [he], Hideki Yamane [ja],
 
232
 Algimantas Margevičius [lt], Kjartan Maraas [nb], Daniel Nylander [se],
 
233
 Matej Urbančič [sl], Praveen Illa [te], Muhammet Kara [tr],
 
234
 Nguyễn Thái Ngọc Duy [vi], Cheng-Chia Tseng [zh_HK, zh_TW]
51
235
 
52
236
3.2.1
53
237
=====