~trebelnik-stefina/cinnamon-test/+git/cinnamontest:3.4-maintenance

Last commit made on 2017-08-09
Get this branch:
git clone -b 3.4-maintenance https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Branch merges

Branch information

Name:
3.4-maintenance
Repository:
lp:~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Recent commits

36d3e47... by Clement Lefebvre <email address hidden>

3.4.6

ba6bca6... by Clement Lefebvre <email address hidden>

Remove strict dependency on libcjs-dbg

Cinnamon 3.4 needs to work in LMDE (with CJS 3.2).

4517604... by Clement Lefebvre <email address hidden>

3.4.5

e91e860... by Michael Webster

debian/control: Add libcjs-dbg to cinnamon-dbg depends.

8867e08... by brownsr <email address hidden>

deskletManager: initialise some variables
and remove the variables that were initialised, probable typo

283ef15... by Jason Hicks

ui/cinnamonDBus: Handle null xlet objects in CinnamonDBus.highlightXlet

(cinnamon:5111): Cjs-WARNING **: JS ERROR: Exception in method call:
highlightXlet: TypeError: obj is null
CinnamonDBus.prototype.highlightXlet@/usr/share/cinnamon/js/ui/cinnamonDBus.js:310:1
_handleMethodCall@resource:///org/cinnamon/cjs/modules/overrides/Gio.js:261:22
_wrapJSObject/<@resource:///org/cinnamon/cjs/modules/overrides/Gio.js:331:16

f0a93ae... by Jason Hicks

ui/environment: Handle undefined actors in containerClass.prototype.add

(cinnamon:5111): Cjs-WARNING **: JS ERROR: Error: Expected type object
for Argument 'actor' but got type 'undefined'
_patchContainerClass/containerClass.prototype.add@/usr/share/cinnamon/js/ui/environment.js:37:9

6dd1e08... by Jason Hicks

Fix reference to undefined actor._delegate warning

Cjs-Message: JS WARNING: [/usr/share/cinnamon/js/ui/popupMenu.js 2025]:
reference to undefined property actor._delegate

9d0a797... by itzexor <email address hidden>

windows-quick-list: fix argument warning

meta_window_unminimize() only takes one argument and it is the meta window object

ffb2e76... by itzexor <email address hidden>

panel-launchers: set PanelAppLaunchers unreactive during panel edit mode

This prevents multiple menus from opening at once.

In this case, during panel edit mode, the event is first handled by the
PanelAppLauncher. This handler opens the item context menu but does not consume
the event and it is propagated down to the applet actor which also opens a
menu. This only happens during edit mode as the applet actor is only set
reactive during that time.