~trebelnik-stefina/cinnamon-test/+git/cinnamontest:csd-multiprocess

Last commit made on 2017-04-18
Get this branch:
git clone -b csd-multiprocess https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Branch merges

Branch information

Name:
csd-multiprocess
Repository:
lp:~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Recent commits

930fbcf... by Clement Lefebvre <email address hidden>

Adapt Cinnamon to multi-process CSD

- cinnamon-settings-daemon no longer exists as an executable
- dbus names are now unique for each plugin

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

Merge pull request #6430 from Cobinja/fix-panel-spinbuttons-2

[cs_panel.py] Better fix for jumping spinbuttons

06d5249... by Michael Webster

utils: add check-js, to scan for runtime-breaking javascript syntax
errors.

e83778c... by Lars Mueller

[cs_panel.py] Better fix for jumping spinbuttons
This fixes it, avoiding excessive disk writing

ecce880... by Lars Mueller

[cs_panel.py] Remove unused methods

358594b... by Lars Mueller

Revert "Fix panel timeout spinbuttons jumping around"

This reverts commit 0b7d9787aed5e5c08afca8635185b00890a0dc05.

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

Merge pull request #6118 from Odyseus/odyseus-fix-applet-name-translation

Fix for non translated applet names on Remove context menu items.

5d5c32a... by Clement Lefebvre <email address hidden>

Merge pull request #6139 from jaszhix/menu-applet-optimization

Menu applet: Pull functions out of loops in _refreshPlaces, _refreshApps...

416b093... by Clement Lefebvre <email address hidden>

Merge pull request #6402 from Cobinja/default-file-manager-app

[cinnamon-settings, "Preferred Applications"] Add a chooser for File Manager

a309e31... by Odyseus

Fix for non translated applet names on Remove context menu items.

Currently, the applet name of the **Remove** context menu items of third party
applets aren't translated. This is because the translated string is currently
fetched from Cinnamon's domain and not the third party applet's domain.
Default Cinnamon applets doesn't have this problem.

This commit uses a mechanism similar to the used by the **SpicesAboutDialog**
prototype to try to fetch the correct translated string.

Also, some trailing spaces were removed and some missing semicolons were added.