~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric-201106091216

« back to all changes in this revision

Viewing changes to src/cairo-dock-internal-system.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe), Matthieu Baerts (matttbe), Didier Roche
  • Date: 2010-03-01 21:24:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301212400-3a3csog6eonse3in
Tags: 2.1.3-6-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New Upstream Version. (LP: #521534)
* Updated debian/watch and debian/copyright with LP account.
* Removed debian/patches/02-merge-changelog.patch'
 - data/ChangeLog.txt has to respect a syntax and is used by CD.
* debian/cairo-dock.1:
 - Updated with the latest release.
 - The domain name 'cairo-dock.org' has changed to 'glx-dock.org'
* debian/control:
 - Changed the homepage and other links (glx-dock.org)
 - Updated cairo-dock-dev architecture to 'all' (it no longer contains compiled files)
* debian/cairo-dock-dev.install
 - libcairo-dock.a and libcairo-dock.so no longer exist
* debian/rules
 - removed uneeded changelog file
* Updated debian/patches/01-desktop-file-category.patch

[ Didier Roche ]
* Fix debian/watch
* Fix some issue in versionning
* debian/control: clean the packaging and add right -plugins depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
 
1
/*
2
2
* This file is a part of the Cairo-Dock project
3
3
*
4
4
* Copyright : (C) see the 'copyright' file.
35
35
 
36
36
struct _CairoConfigSystem {
37
37
        gboolean bUseFakeTransparency;
38
 
        gboolean bLabelForPointedIconOnly;
39
38
        gdouble fLabelAlphaThreshold;
40
39
        gboolean bTextAlwaysHorizontal;
41
40
        gint iUnfoldingDuration;
51
50
        gint iGLAnimationDeltaT;
52
51
        gint iCairoAnimationDeltaT;
53
52
        gboolean bConfigPanelTransparency;
 
53
        gint iFadeOutNbSteps;
 
54
        gint iConnectionTimeout;
 
55
        gint iConnectiontMaxTime;
 
56
        gint iConnectiontNbRetries;
54
57
        } ;
55
58
 
56
59
DEFINE_PRE_INIT (System);