UbuntuUpdates.org

Package "libgldi-dev"

This package belongs to a PPA: Cairo-dock-team

Name: libgldi-dev

Description:

Light and eye-candy dock to launch your programs (dev package)

Latest version: 3.4.0-0ubuntu0~precise
Release: precise (12.04)
Level: base
Repository: main
Head package: cairo-dock

Links


Download "libgldi-dev"


Other versions of "libgldi-dev" in Precise

Repository Area Version
base universe 3.0.0.1-0ubuntu1
updates universe 3.0.0.1-0ubuntu1.1

Changelog

Version: 3.2.0-0ubuntu0~precise 2013-03-24 14:10:11 UTC

 cairo-dock (3.2.0-0ubuntu0~precise) precise; urgency=low
 .
   * New version: GLX-Dock 3.2!
     - Multi-screen support has been improved
     - New applet : Screenshot
     - New plug-in: Sound-Effects
     - Added Gnome-Shell support
     - Added GDM support for user switching
     - Added Systemd support for the session management (Fedora, Arch, ...)
     - Added support for all the Unity indicators
     - Countless bug-fixes and improvements
     - If you like the project, please donate :-)

Source diff to previous version

Version: 3.1.2-0ubuntu0~precise 2012-12-02 23:08:39 UTC

 cairo-dock (3.1.2-0ubuntu0~precise) precise; urgency=low
 .
   * New Upstream Version (3.1.1 - bug-fix).
    - Core
      - Dialogues Mgr:
        - cairo_dock_set_dialog_message (used by Help): used markup if it's needed
        - Fixed 2 bugs when an icon holding a modal dialog is destroyed
      - GUI:
        - Search for an icon path if the module gives us only the name of its icon (e.g. Deluge, Transmission, Menus)
        - Simple: Behavior: Position of the taskbar: 'After a given icon' choise was missing
      - Icon Mgr: removed a now useless static mutex
      - Init:
        - Initialised threads on new versions of GLib (>= 2.24)
        - This should finally fix a crash when opening Logout menu
      - Help: Used markup for the dialogues
      - Menu: Quit with a Cairo-Dock session: check if it's really the shift key which is used to unlock the quit menu entry
    - Plug-ins
      - Clock: If seconds are not shown, redrawn the applet each time at 00 second (before the timer wasn't started with a delay and the applet was redrawn between 00 and 60 seconds)
      - GMenu: Editor: also check if 'menulibre' is available
      - RSSreader:
        - Make the text selectable in the dialog
        - Fixed incorrect duration of the dialog when no URL/connection
      - MusicPlayer: if the music player has given a wrong .desktop filename, check if it's a valid name before doing something more
      - Status-Notifier:
        - When the icon theme changes, remove the previous one first
        - Position of the Menu: e.g. with Dropbox: the menu is out of the screen every time something has changed in this menu (it displays 'connecting', free space available, etc.) -> we need to reposition it.
        - Fixed lots of corner cases (mainly for Skype)
        - Added full support of the Ubuntu indicator application API, for program that only use this one (and not the standard Status-Notifier API), like Skype
        - Implemented an horrible hack for Skype (it only creates its item when the host appears, not if the host already exists)
        - Updated the property HasStatusNotifierHostRegistered to IsStatusNotifierHostRegistered
        - Check for item unicity on creation (fixes the Skype double item)
        - E.g. with Dropbox, the menu is firstly drawn out of the screen and then it's ok
      - Misc.:
        - CMakeLists.txt: DBusMenu GLib and GTK are needed for Indicator-Applet

Source diff to previous version

Version: 3.1.1-0ubuntu0~precise 2012-11-06 13:08:27 UTC

 cairo-dock (3.1.1-0ubuntu0~precise) precise; urgency=low
 .
   * New Upstream Version (3.1.1 - bug-fix).
    - Core
     - Dialogues Mgr: Rewrite blocking dialog to avoid bug with 'terminal' applet
     - GUI
      - Simple:
       - Used the right translation for titles of all main categories and description of views
       - With old versions of GTK2 (< 2.22): this config panel had tabs but without widget inside
      - Advanced:
       - Widget Items: Unvisible modules: displayed the title (which is translated)
     - Icon Mgr:
      - Fixed a crash with the icons theme when it is reloaded
      - Icon was invisible for launchers that are pinned to a given desktop
      - Icons were not correctly sorted (it impacted Shortcuts)
     - Init: Used dbus_g_thread_init before 'gtk_init' in order to be called before the first use of DBus
      - It should fixed a 'random' crash when clicking on logout applet.
     - Help: always check the composite on startup, until the user choose not to
     - Theme: Panel:
      - Added Printers-Menu.conf file (needed to place this applet at the right position)
      - Dnd2share: used the new 'busy' animation
     - Misc.:
      - Compilation libdir: some distro (e.g. Gentoo) use LIB_SUFFIX flag: used a specific case for that
      - Updated translations
    - Plug-ins
     - Application Menu:
      - Recent-Menu was on a wrong section after an update of the menu (e.g. when a program was added/removed)
      - Menu: file name: firstly checked with XDG_MENU_PREFIX env variable (e.g. to use 'xfce-applications.menu' instead of 'applications.menu' in XFCE)
     - Clock: we need to include 'gdk/gdkkeysyms.h' for older versions of Gtk2
     - Dialogues: avoid using blocking dialogues (except if it's needed)
     - Dock-rendering: clean the dock correctly when switching from a 'Panel' view to another one.
     - Keyboard:
      - Forgot to replace the old (and temporally) emblems for CapsLock/NumLock (thanks to Freb ;) )
      - Gtk3: Used GDK functions to get the num/caps lock states because it seems it doesn't work very well with xKlavier functions with recent versions...
      - Clean old code
     - MusicPlayer:
      - Songs dropped on the icon were not enqueued
      - Mpris2: some players are not able to give a 'int64' value for 'mpris:length'
      - If the music player gives us a '.desktop' filename, check first if it's a valid name before doing something more (e.g. Amarok give us a wrong name and then, it was not possible to re-launch Amarok from this applet)
     - Shortcuts:
      - Fixed a possible crash if the removed icon was at the beginning of the list
      - Allowed shortcuts like 'Browse Network', 'Browse recent files', and 'Open Trash' to quickly open the corresponding URI
     - Sound Control:
      - Alsa backend: Handled this case: the default card is not the card that we want to control
      - When setting the volume while the output is mute, unmute it
     - Status-Notifier:
      - Fixed a typo with the version of its .conf file
      - Don't add an empty icon path to the icons theme
     - Third-party applet: Store the icon name in order to use a new icon if the icon theme changes
     - Misc.:
      - Compilation: Status-Notifier: fixed a compilation error if 'indicator' is not found.
      - Updated translations
    - Third-Party applets:
     - Calendar: used 'ncal' instead of 'cal' because it uses the locale to know if the week has to starts with Monday or Sunday
     - Screensaver_inhibitor: check for xscreensaver before the dbus services
     - Misc.:
      - Uniformed some common labels in the conf files
      - Updated translations

Source diff to previous version

Version: 3.1.0-0ubuntu1~precise 2012-10-20 13:08:16 UTC

 cairo-dock (3.1.0-0ubuntu1~precise) precise; urgency=low
 .
   * New Upstream Version (3.1.0).
    - Better integration of Unity: support of the Launcher API
       and better support of indicators
    - All configuration windows have been merged into a single one.
    - Added progress bars in several applets and in the Dbus API
    - The Music Player applet can control players in the systray.
    - Icons of the taskbar can be separated from launchers or not
    - And as always ... various bug fixes and improvements :-)

Source diff to previous version

Version: 3.0.2-1ubuntu0~precise 2012-06-15 23:20:25 UTC

 cairo-dock (3.0.2-1ubuntu0~precise) precise; urgency=low
 .
   * New Upstream Version (3.0.2).
    - Main GUI: Fixed a crash when hovering group buttons too quickly
    - Main GUI: The dialog and preview didn t appear when hovering the button
    - Accelerators: On recent distro, Control key is now called Primary
    - Icon Mgr: Added a mutex because of occasional crashes with gtk_icon_theme_lookup_icon
    - Icon Mgr: Don t call a change-icon callback when clicking or scrolling on an icon,
       and trigger an unneeded animation on the icon
    - Dock Mgr: Avoid emitting an enter event when not needed
    - Class Mgr: Fixed 2 typos (special case for kdesu and not kdes)
    - Class Mgr: Remove launching options (%U) in quick-list Exec command
    - Dialogues: Prevent closing the dialog unexpectedly when clicking on it,
       if the click is actually inside the interactive widget
    - Background: When set to always visible , applets background couldn t be turned off
    - Added a workaround for the Unity-panel which has a wrong window type
    - po: Updated translations: thanks to all contributors ;)
    - It s possible to donate to support the project!




About   -   Send Feedback to @ubuntu_updates