~ubuntu-branches/ubuntu/utopic/cairo-dock/utopic

« back to all changes in this revision

Viewing changes to data/default-theme/plug-ins/rendering/rendering.conf

  • Committer: Daniel Holbach
  • Date: 2012-04-17 06:57:26 UTC
  • mfrom: (24.1.1 cairo-dock)
  • Revision ID: daniel.holbach@canonical.com-20120417065726-a52wit52v7ycwvag
Tags: 3.0.0.1-0ubuntu1
* New upstream release. (LP: #983288)
* Upstream ChangeLog:
 - Updated translations
 - Themes: Renamed the default theme and move it to the new 'themes' directory
 - Included here our default-panel theme from our server in order to use this
    theme without an Internet connexion
    (this theme is highly recommended for the Cairo-Dock' session)
 - Moved 'battery' to cairo-dock-plug-ins
 - Theme manager: fixed the preview made when the current theme is saved
 - Fixed a bug with icons that are always visible
    (their alpha was not reseted correctly)
 - Fixed a bug that prevented the dock from hiding when leaving
    and re-entering quickly
 - Containers: set opacity to 0 on creation, so that we don't get grey
    rectangles on loading (before we receive the first X Expose event)
    + increase the size of default windows to avoid invisible icons LP: #960282
 - When destroying a flying container, don't forget to detach the icon
 - Removed prints
 - Pango: only used the logical rectangle in order to avoid any deplacements
 - Draw: Icons always visible: limit the background margin to 1px, avoid
    icons to stick togather
 - Menu: disabled the Quit menu entry for all Cairo-Dock sessions
    (not only 'cairo-dock')
 - cairo-dock-session: only modify Compiz settings if '--replace' paramater
    is given
 - don't launch 'cairo-dock' if Cairo-Dock is already use only by current user
 - Session: Used shorter names
    (was too long for DM and we were not able to read the full name)
 - Used IsRunnableHelper to check if compiz can be launched or we have to
    use metacity (on Ubuntu)
 - The latest version of unity-2d-panel is now supported
    (it's no longer needed to modify config file with root rights or to kill
    a processus to have unity-2d-panel and Cairo-Dock)
 - cairo-dock.conf: fixed a typo (a wrong icon name)
 - initial-setup: no longer modify gconf keys of gnome settings (LP: #981092)
 - cairo-dock.c: initialised gettext before getopt in order to translate
    the output of 'cairo-dock -h'
 - Used the new name of the default theme
 - fixed the retrieval of the desktop background (was broken since the switch
    to GTK3)
 - Use the right web address of the themes' directory on our server.
 - Help.conf: removed lines which only contain 'TODO' and bump Help's version
 - fixed the drawing of multi-lines dialogs (sometime the text was invisible)
 - X manager: when receiving a NetDesktopGeometry signal from X
    notify everybody every time, and also update the number of viewports
 - Welcome message: replaced 'Cairo-Dock2' by 'Cairo-Dock'
* This 3.0 series (and previous series) also fixes these bugs:
 - "glx-dock does not work with kde 4.8.1" (LP: #961048)
 - "the dock position is wrong when multiple monitor's resolution is different"
    (LP: #905912)
 - "GLX-Dock Hardware acc. UNDO!" (LP: #875975)
 - "Can't disable zoom" (LP: #702800)
 - "all button tips visible if icons 'maximum zoom' set to 1.0" (LP: #618336)
 - "create new sud-dock icon that looking like flat." (LP: #614686)
 - "Add custom launchers or sub-docks, can't modify name." (LP: #612617)
 - "no option in config file to set GL/Cairo mode" (LP: #612355)
 - "if I click on an icon a piece of plane disappears" (LP: #640398)
 - "icon labels go off-screen" (LP: #611733)
 - "Quick-Hide hides the dock forever" (LP: #580596)
 - "Hide when a window is maximized doesn't work if the taskbar is turned off"
    (LP: #580284)
 - "Incorrect Explanation in Help" (LP: #576069)
 - "xinerama:doc in one screen, subdocs in another" (LP: #540979)
 - "Click at the position where icon label was, the icon and dock still
     receive the event" (LP: #537115)
 - "ugly notifications with dialog boxes" (LP: #535083)
 - "Icons are being stacked" (LP: #526466)
 - "Separator not removed when closing grouped windows" (LP: #521369)
 - "dock appears under all windows after a full screen app is run" (LP: #518453)
 - "Icons aren't updated properly on configuring" (LP: #513212)
 - "xsession-errors log" (LP: #500677)
 - "Can't play videos in kaffeine, dragon player, gwenview and smplayer using
    the 'xv' driver after running cairo-dock" (LP: #475375)
 - "A little detail with the magnifier (hard to explain)" (LP: #420417)
* debian/control:
 - Bump Standards-Version
 - cairo-dock-core: added 'compiz-plugins' as recommended (Compiz's DBus plugin
    can be used to have a better integration with the WM)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#1.5.9
2
 
 
3
 
#[;3D plane]
4
 
[Inclinated Plane]
5
 
 
6
 
#I+[100;1000] Height of the vanishing point:
7
 
#{The lower the value, the lower the point of view on the plane.}
8
 
vanishing point y = 300
9
 
 
10
 
 
11
 
[Curve]
12
 
 
13
 
#I+[0;100] Curvature of the curve in percent:
14
 
#{The lower the value, the flatter the curve will appear.}
15
 
curvature = 70
16
 
 
17
 
#i+[0;50] Amplitude of the curve:
18
 
#{in pixels.}
19
 
amplitude=20
20
 
 
21
 
[Panel]
22
 
 
23
 
#e+[0.5;1.;smaller icons;normal icons] Ratio to apply on icons' size :
24
 
#{At 1, the icons will have the same size as in other views.}
25
 
ratio=0.75
26
 
 
27
 
 
28
 
[Slide]
29
 
 
30
 
#F[Grid]
31
 
frame_grid=
32
 
 
33
 
#i+[30;100] Space between columns:
34
 
simple_iconGapX = 50
35
 
 
36
 
#i+[30;100] Space between rows:
37
 
simple_iconGapY = 50
38
 
 
39
 
#e+[.5;1;Small;Full screen] Maximum size of the dock:
40
 
#{Only for sub-docks.}
41
 
simple_max_size = .7
42
 
 
43
 
#e+[1;3;normal;big] Zoom when mouse hovers an icon:
44
 
simple_fScaleMax = 1.5
45
 
 
46
 
#i+[50;500] Sinusoidal wave radius:
47
 
simple_sinW = 100
48
 
 
49
 
#b+ Use a linear wave rather than a sinusoidal wave?
50
 
simple_lineaire = false
51
 
 
52
 
#v
53
 
sep_icon=
54
 
 
55
 
#b Display text for all icons?
56
 
simple_display_all_labels=true
57
 
 
58
 
#F[Frame]
59
 
frame_frame=
60
 
 
61
 
#b+ Draw a background?
62
 
simple_draw_background=true
63
 
 
64
 
#C+ First gradient colour :
65
 
simple_color_frame_start=0;0;0;0.9137254901960784;
66
 
 
67
 
#C+ Second gradient colour :
68
 
simple_color_frame_stop=0.21431296253910123;0.21431296253910123;0.21431296253910123;0.77254901960784317;
69
 
 
70
 
#b+ Top to bottom gradient?
71
 
simple_fade2bottom=true
72
 
 
73
 
#b+ Left to right gradient?
74
 
simple_fade2right=true
75
 
 
76
 
#v
77
 
sep_border=
78
 
 
79
 
#i+[0;30] Corner radius:
80
 
simple_radius=15
81
 
 
82
 
#i+[0;10] Border line width :
83
 
simple_lineWidth=2
84
 
 
85
 
#C+ Border line colour :
86
 
simple_color_border_line=0.16935988403143359;0.16935988403143359;0.16935988403143359;0.49999237048905165;
87
 
 
88
 
#v
89
 
sep_arrow=
90
 
 
91
 
#i+[10;100] Arrow width :
92
 
simple_arrowWidth = 30
93
 
 
94
 
#i+[0;50] Arrow height:
95
 
simple_arrowHeight = 15
96
 
 
97
 
#F[Scroll bar]
98
 
frame_scroll=
99
 
 
100
 
#C+ Color of the scroll bar's outline:
101
 
scrollbar_color=0.16935988403143359;0.16935988403143359;0.16935988403143359;1;
102
 
 
103
 
#C+ Color of the scroll bar's inside:
104
 
scrollbar_color_inside=0.90000000000000002;0.90000000000000002;0.90000000000000002;0.29999999999999999;
105
 
 
106
 
#C+ Color of the scroll grip:
107
 
scroll_grip_color=1;1;1;0.90000000000000002;
108
 
 
109
 
 
110
 
[Parabolic]
111
 
 
112
 
#e+[0.1;.8] Curvature:
113
 
#{The higher this value, the sooner the parabola will be curved.}
114
 
curvature = .3
115
 
 
116
 
#e+[1.2;10] Height/width ratio:
117
 
#{The parabola will be restricted to a rectangle of this proportion.}
118
 
ratio = 5
119
 
 
120
 
#e+[0;1] Magnitude of the wave:
121
 
#{0 represents a flat wave, 1 represents maximum wave curvature.}
122
 
wave magnitude=0.20000000000000001
123
 
 
124
 
#b+ Curve towards the outside?
125
 
curve outside=true
126
 
 
127
 
#i+[0;20] Space between icons and their captions:
128
 
#{in pixels.}
129
 
text gap=3
130
 
 
131
 
#b+ Draw captions while unfolding?
132
 
#{This may recquire more CPU during the unfolding animation, except if you launch Cairo-Dock with OpenGL.}
133
 
draw text=true
134
 
 
135
 
[Rainbow]
136
 
 
137
 
#i+[0;40] Space between rows:
138
 
space between rows=10
139
 
 
140
 
#i+[0;40] Space between icons:
141
 
space between icons=8
142
 
 
143
 
#e+[0;1] Magnitude of the wave:
144
 
#{0 represents a flat wave, 1 means the wave is identical to other views.}
145
 
wave magnitude=0.29999999999999999
146
 
 
147
 
#i+[1;20] Number of icons on the first row:
148
 
nb icons min=1
149
 
 
150
 
#e+[60;180] Cone width:
151
 
#{in degrees. The lower the value, the narrower the cone. 180° represents a wide open cone.}
152
 
cone=150
153
 
 
154
 
#C+ Bow colour:
155
 
#{Set transparency to 0 to not use it. This is quite slow with cairo.}
156
 
bow color=0.69999237048905161;0.89999237048905167;1;0.49999237048905165;
157
 
 
158
 
#C+ Line colour:
159
 
line color=0.49999237048905165;1;0.89999237048905167;0.59999999999999998;