~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.4.0-1

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-packages.h

  • Committer: Matthieu Baerts
  • Date: 2011-09-26 20:15:17 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: matttbe@gmail.com-20110926201517-3tuzanj09afdaf60
* New upstream bug fix release. (LP: #859982)
* Upstream (short) ChangeLog (2.4.0~0beta2 -> 2.4.0~1):
 - Improved support of the new Gnome 3 session
    (to avoid conflicts with the new Gnome-Panel).
 - Code cleaned and re-organised a few functions
    (e.g. with cairo-dock-overlay, cairo-dock.c, etc.)
 - Updating translations
 - Improved the support of XFCE and LXDE environments
 - Removed invalid launcher desktop files
 - Used a default icon if the path set by the user is wrong
 - Fixed the possibility to sticky a desklet (bug due to a Xorg update)
 - GUI: fixed the list-entry widget
 - Fixed support of the Widget Layer in Compiz >= 0.9
 - Compiz type filter: replaced type=utility by type=Utility
 - Fixed a small refresh bug in cairo mode
    (with icons that are always visible)
 - Improved the placement of icons when avoiding the mouse
    (when something is being dropped onto the dock)
 - Updated the default theme in order to use new applications
 - Gauge implementation: Rewritten to use CairoDockImageBuffer
    and fixed the problem with png images
 - Graphs: Improved the drawing and added more precisions
 - Improved the 'lock' option description
 - GUI simple: fixed a bad update of the parameters
    when switching back to the previous value
 - Fixed the path of the preview for the default view
 - Help: Fixed the problem with tips
 - Default-theme: .conf files: fixed lintian warnings
 - Fixed a few warnings at the compilation
 - Removed a few useless output messages
 - Fixed these LP bugs:
  + Cairo-dock corrupts Kdenlive monitor display LP: #729970
  + Can't play videos in kaffeine LP: #475375
 - And fixed a lot of tiny bugs, please have a look to bzr logs.
* debian/patches:
 - Removed 01-musicPlayer_with_banshee: now in upstream
* debian/copyright: Updated
* debian/rules and debian/cairo-dock-data.install:
 - Added support of the new Gnome 3 session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        gint iRating;
103
103
        /// sobriety/simplicity of the package.
104
104
        gint iSobriety;
105
 
        /// category of the package.
106
 
        gint iCategory;
 
105
        /// hint of the package, for instance "sound" or "battery" for a gauge, "internet" or "desktop" for a third-party applet.
 
106
        gchar *cHint;
107
107
        /// date of creation of the package.
108
108
        gint iCreationDate;
109
109
        /// date of latest changes in the package.
220
220
CairoDockPackageType cairo_dock_extract_package_type_from_name (const gchar *cPackageName);
221
221
 
222
222
 
223
 
void cairo_dock_init_package_manager (gchar *cPackageServerAdress);
 
223
void cairo_dock_set_packages_server (gchar *cPackageServerAdress);
224
224
 
225
225
 
226
226
void gldi_register_connection_manager (void);