lp:~cairo-dock-team/cairo-dock-core/cairo-dock

Created by Matthieu Baerts and last modified
Get this branch:
bzr branch lp:~cairo-dock-team/cairo-dock-core/cairo-dock
Members of Cairo-Dock Devs can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cairo-Dock Devs
Project:
Cairo-Dock Core
Status:
Development

Recent revisions

1838. By Matthieu Baerts

We just switched from BZR to Git.
Follow us on Github: https://github.com/Cairo-Dock

Note: we will only use Github to manage our source code and all pull requests.
Please continue to report your bugs/ideas/messages on our forum or Launchpad!

1837. By Matthieu Baerts

3.4.0: New stable release!

New version: GLX-Dock 3.4
 * Menus: added the possibility to customise them
 * Style: unified the style of all components of the dock
 * Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon
 * Applications Menu and Logout applets will wait the end of an update before displaying notifications
 * Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets
 * Start working on EGL and Wayland support
 * And as always ... various bug fixes and improvements!

If you like the project, please donate and/or contribute :-)

Note: We're switching from Bzr to Git on Github, feel free to fork! https://github.com/Cairo-Dock

More details will follow later on our website: http://glx-dock.org

Enjoy this new version :-)

1836. By Matthieu Baerts

.desktop: updated translations

1835. By Matthieu Baerts

Third Party and Themes: used 3.4 folders

1834. By Matthieu Baerts

Menu: workaround for a crash with GTK 3.14

with GTK 3.14, we receive two 'popup' signals and for the
second one, a 'destroy' signal has already been sent! Then, 'pParams'
will not be correct... https://bugzilla.gnome.org/738537

1833. By Matthieu Baerts

X Mgr: a WM class can contain whitespaces (when devs don't respect rules...)

If there are whitespaces in the class, it will no longer be possible to find a dash char and then this code will cause a crash:

    id_end = strrchr (str, '-');
    *id_end = '\0';

Fixed by adding a if check and also by not end the string when there is a whitespace

1832. By Matthieu Baerts

po: imported translations from Launchpad

Thanks to all contributors ;-)

1831. By Matthieu Baerts

Module Inst Mgr: translate Fr comments -> English

1830. By Matthieu Baerts

Module Inst Mgr: removed unused variable

1829. By Helene Verhaeghe

dock-facility: removing the if condition because both branch of if condition are doing the same things

@fabounet: can you check this one? :-)

Merge rev 1831 from lp:~helene-verhaeghe27/cairo-dock-core/bugfix

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.