Hugo Pereira Da Costa
|
51849696d1
|
changed variables initialization order to avoid compiler warning
svn path=/trunk/KDE/kdebase/workspace/; revision=1021075
|
2009-09-08 00:48:39 +00:00 |
|
Hugo Pereira Da Costa
|
1de5b831bd
|
initialize titleOutline at startup
svn path=/trunk/KDE/kdebase/workspace/; revision=1021053
|
2009-09-07 22:43:17 +00:00 |
|
Hugo Pereira Da Costa
|
5a2f9d5319
|
moved 'outline title' and 'draw separator' from general to advanced tab (suggested by Lucas, and I think it would make Nuno happy, and I like it). Also moved interlock between 'title highlight' and 'draw separator' from config to nitrogenconfigurationui
svn path=/trunk/KDE/kdebase/workspace/; revision=1020968
|
2009-09-07 18:23:18 +00:00 |
|
Hugo Pereira Da Costa
|
e9de48ff50
|
moved interlock between 'title highlight' and 'draw separator' from config to nitrogenconfigurationui
svn path=/trunk/KDE/kdebase/workspace/; revision=1020967
|
2009-09-07 18:20:17 +00:00 |
|
Hugo Pereira Da Costa
|
fe6b5e2087
|
set size grip visibility immediatly after created, rather than in reset-configuration (was causing a crash with compiz because of not testing 'hasSizeGrip')
svn path=/trunk/KDE/kdebase/workspace/; revision=1020954
|
2009-09-07 17:41:42 +00:00 |
|
Hugo Pereira Da Costa
|
3455dda8d5
|
used inline functions to get decisions that combine multiple options and window state
svn path=/trunk/KDE/kdebase/workspace/; revision=1020951
|
2009-09-07 17:26:56 +00:00 |
|
Hugo Pereira Da Costa
|
8f72704c20
|
Clean-up: removed all code mentionning stripes/scrathces
svn path=/trunk/KDE/kdebase/workspace/; revision=1020945
|
2009-09-07 17:06:20 +00:00 |
|
Hugo Pereira Da Costa
|
fe0f06dfe1
|
added extrap pixel to painter clipRect when no-border is selected. Moved shadow pixmap generation (needed for shadow tileSets) to a different method. Build more complex tileSet in ::shadowTiles, needed to get the corner colors right when compositing is ON + frameBorder is None + title highlight is ON + window is shaded.
svn path=/trunk/KDE/kdebase/workspace/; revision=1020709
|
2009-09-07 06:59:38 +00:00 |
|
Hugo Pereira Da Costa
|
f439166398
|
added separated function to get pixmap needed for the shadow tileSet.
svn path=/trunk/KDE/kdebase/workspace/; revision=1020708
|
2009-09-07 06:53:13 +00:00 |
|
Hugo Pereira Da Costa
|
904dc1341e
|
update size grip visibility depending on window state when resetting configuration
svn path=/trunk/KDE/kdebase/workspace/; revision=1020705
|
2009-09-07 05:50:48 +00:00 |
|
Hugo Pereira Da Costa
|
24bf0526cd
|
.. and removed extra 'new tileset' left-over from previous commit to r1020690
svn path=/trunk/KDE/kdebase/workspace/; revision=1020691
|
2009-09-07 02:32:34 +00:00 |
|
Hugo Pereira Da Costa
|
8c9049e425
|
re-organized ::shadowtiles code to 1/ fix bug on storing created tiles 2/ avoid duplicated code. 3/ handle options properly to store active and inactive shadowTiles.
svn path=/trunk/KDE/kdebase/workspace/; revision=1020690
|
2009-09-07 02:26:37 +00:00 |
|
Hugo Pereira Da Costa
|
6eb3f0ef51
|
removed ugly std::cout
svn path=/trunk/KDE/kdebase/workspace/; revision=1020678
|
2009-09-06 23:33:51 +00:00 |
|
Hugo Pereira Da Costa
|
58babc5c03
|
used KDebug in place of QTextStream for debug output
svn path=/trunk/KDE/kdebase/workspace/; revision=1020676
|
2009-09-06 23:32:41 +00:00 |
|
Hugo Pereira Da Costa
|
191a3dd8db
|
disabled autoFillBackground for central QLabel in preview mode, to have the correct window background painted. Remark: this is a minor (and safe) hack. This should be moved upstream into kwin/lib/kdecoration
svn path=/trunk/KDE/kdebase/workspace/; revision=1020608
|
2009-09-06 18:29:57 +00:00 |
|
Hugo Pereira Da Costa
|
688fe7beff
|
Fixed calls renderWindowBackground so that gradients appear at the right place in decoration preview. Also removed 'const_cast<>' in ::renderWindowBorder
svn path=/trunk/KDE/kdebase/workspace/; revision=1020604
|
2009-09-06 18:04:11 +00:00 |
|
Hugo Pereira Da Costa
|
786a000d49
|
apply additional horizontal button offset only in 'Full' maximized mode, and when maximized window are not move/resizable
svn path=/trunk/KDE/kdebase/workspace/; revision=1020596
|
2009-09-06 17:41:34 +00:00 |
|
Hugo Pereira Da Costa
|
fafaf8bf9e
|
apply additional horizontal button offset only in 'Full' maximized mode, and when maximized window are not move/resizable
svn path=/trunk/KDE/kdebase/workspace/; revision=1020594
|
2009-09-06 17:38:33 +00:00 |
|
Hugo Pereira Da Costa
|
0a894ef032
|
capitalized ::visibleName()
svn path=/trunk/KDE/kdebase/workspace/; revision=1020319
|
2009-09-06 07:21:23 +00:00 |
|
Hugo Pereira Da Costa
|
0d6a13a62f
|
don't show resize 'dots' in shaded mode. Round all four corners in shaded mode, even when 'no border' option is selected
svn path=/trunk/KDE/kdebase/workspace/; revision=1020251
|
2009-09-05 20:04:17 +00:00 |
|
Hugo Pereira Da Costa
|
c4cd3a4153
|
hide size-grip (in no-border mode) when window is maximized
svn path=/trunk/KDE/kdebase/workspace/; revision=1020224
|
2009-09-05 17:17:57 +00:00 |
|
Hugo Pereira Da Costa
|
f5046aef58
|
added spacer in 'advanced' tab in order to pack widgets
svn path=/trunk/KDE/kdebase/workspace/; revision=1020016
|
2009-09-05 03:14:36 +00:00 |
|
Hugo Pereira Da Costa
|
f100fb0537
|
fixed LM_TitleEdgeTop so that it is always zero for maximized windows, in order to respect Fitts law
svn path=/trunk/KDE/kdebase/workspace/; revision=1020015
|
2009-09-05 03:12:26 +00:00 |
|
Hugo Pereira Da Costa
|
8c826845e8
|
restored CMakeList.txt from r1015116, used to compile nitrogen inside kdebase
svn path=/trunk/KDE/kdebase/workspace/; revision=1020013
|
2009-09-05 02:36:32 +00:00 |
|
Hugo Pereira Da Costa
|
a4b45bc7c1
|
use ColorTitleBar for drawing only if window is active and titleOutline is selected. Use oxygen window colors for all other cases.
svn path=/trunk/KDE/kdebase/workspace/; revision=1019984
|
2009-09-04 22:57:37 +00:00 |
|
Hugo Pereira Da Costa
|
b8a3b8801f
|
made size grip smaller, so that it does not collide with the 'apply' button of the systemsettings window, which is the first thing you see when you enable the size grip
svn path=/trunk/KDE/kdebase/workspace/; revision=1019981
|
2009-09-04 22:49:27 +00:00 |
|
Hugo Pereira Da Costa
|
7b43894da0
|
removed 'Always draw sizeGrip' option as it is both buggy and not really needed (no sense having non-zero border + size grip)
svn path=/trunk/KDE/kdebase/workspace/; revision=1019943
|
2009-09-04 20:46:37 +00:00 |
|
Hugo Pereira Da Costa
|
624939fd60
|
moved back drawSeparator option to 'basic' tab since it is interlocked with the 'outline active window title' option
svn path=/trunk/KDE/kdebase/workspace/; revision=1019932
|
2009-09-04 20:01:51 +00:00 |
|
Hugo Pereira Da Costa
|
41d3887d13
|
disable drawSeparator when title outline is selected
svn path=/trunk/KDE/kdebase/workspace/; revision=1019931
|
2009-09-04 19:59:21 +00:00 |
|
Hugo Pereira Da Costa
|
8fc23d30fa
|
fixed top highlight drop-down shadow in no-border mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1019927
|
2009-09-04 19:51:16 +00:00 |
|
Hugo Pereira Da Costa
|
ef584a973a
|
disabled active window border in maximized mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1019925
|
2009-09-04 19:46:39 +00:00 |
|
Hugo Pereira Da Costa
|
06a7b24b8b
|
renamed widgets so that they match nitrogenconfigurationui widget names; changed overwritecolors into titleoutline and changed layout
svn path=/trunk/KDE/kdebase/workspace/; revision=1019909
|
2009-09-04 19:10:47 +00:00 |
|
Hugo Pereira Da Costa
|
d0f3b6251c
|
Redesigned comfiguration window. Removed show-strip options. Renamed 'blend title bar colors ...' into 'outline active window title' (need polish), and moved it to basic configuration; Moved 'draw separator' to advanced tab; and renamed tabs
svn path=/trunk/KDE/kdebase/workspace/; revision=1019908
|
2009-09-04 19:09:23 +00:00 |
|
Hugo Pereira Da Costa
|
098c37d1a5
|
OverwriteColors -> titleOutline; disable the 'draw separator' option when titleOutline is selected
svn path=/trunk/KDE/kdebase/workspace/; revision=1019907
|
2009-09-04 19:05:56 +00:00 |
|
Hugo Pereira Da Costa
|
36c29f5617
|
OverwriteColors -> titleOutline
svn path=/trunk/KDE/kdebase/workspace/; revision=1019906
|
2009-09-04 19:04:14 +00:00 |
|
Hugo Pereira Da Costa
|
702590d3f9
|
added comments, as well as HFRAMESIZE, corresponding to the active window highlighted border width
svn path=/trunk/KDE/kdebase/workspace/; revision=1019905
|
2009-09-04 19:03:32 +00:00 |
|
Hugo Pereira Da Costa
|
d8a32e4930
|
overwritecolors -> drawTitleOutline. Also temporarily disabled the 'draw scratch option'. Will permanently remove it in near future
svn path=/trunk/KDE/kdebase/workspace/; revision=1019904
|
2009-09-04 19:02:20 +00:00 |
|
Hugo Pereira Da Costa
|
f586bf760a
|
OverwriteColors -> TitleOutline; use nitrogenclient::renderWindowBorder as a replacement for the ozone blue border.
svn path=/trunk/KDE/kdebase/workspace/; revision=1019902
|
2009-09-04 19:00:04 +00:00 |
|
Hugo Pereira Da Costa
|
06acf4cc37
|
OverwriteColors -> TitleOutline; added ::renderWindowBorder and ::renderTitleHighlight, as a replacement for the ozone blue border. Changed ShadowTilesOption into a class to initialize variables right, and make comparison operator
svn path=/trunk/KDE/kdebase/workspace/; revision=1019901
|
2009-09-04 18:58:40 +00:00 |
|
Hugo Pereira Da Costa
|
400f627430
|
OverwriteColors -> TitleOutline
svn path=/trunk/KDE/kdebase/workspace/; revision=1019897
|
2009-09-04 18:54:32 +00:00 |
|
Hugo Pereira Da Costa
|
e641ec2cb9
|
re-fixed problem with saving OverwriteColors flag in exceptions
svn path=/trunk/KDE/kdebase/workspace/; revision=1019841
|
2009-09-04 15:41:26 +00:00 |
|
Hugo Pereira Da Costa
|
ec7895d8e4
|
NitrogenHelper -> OxygenHelper
svn path=/trunk/KDE/kdebase/workspace/; revision=1019626
|
2009-09-04 04:22:26 +00:00 |
|
Hugo Pereira Da Costa
|
b4b78b3ba6
|
NitrogenHelper -> OxygenHelper + Use extra height argument for renderWindowBackground
svn path=/trunk/KDE/kdebase/workspace/; revision=1019625
|
2009-09-04 04:20:59 +00:00 |
|
Hugo Pereira Da Costa
|
52d665ae37
|
removed lib to use svn external from 'kdebase/runtime/kstyles/oxygen/lib' instead, to minimize code duplication
svn path=/trunk/KDE/kdebase/workspace/; revision=1019624
|
2009-09-04 04:18:52 +00:00 |
|
Hugo Pereira Da Costa
|
09158d39a4
|
renamed 'Default' button size into 'Normal' button size
svn path=/trunk/KDE/kdebase/workspace/; revision=1019618
|
2009-09-04 03:02:26 +00:00 |
|
Hugo Pereira Da Costa
|
e86a284b5c
|
removed 'button type' option, as recommanded by many people, and because it will allow to use oxygen helper directly rather than rewriting it
svn path=/trunk/KDE/kdebase/workspace/; revision=1019609
|
2009-09-04 01:50:20 +00:00 |
|
Hugo Pereira Da Costa
|
32aeeb070c
|
fixed options grid layout to start at row 0
svn path=/trunk/KDE/kdebase/workspace/; revision=1019580
|
2009-09-03 22:41:06 +00:00 |
|
Hugo Pereira Da Costa
|
290b5a8cc9
|
added tileset initialization in constructor (to NULL), tileset destruction in destructor; and tileset destruction when replaced in ::shadowTiles method. (this was leaking, or did I miss something ?)
svn path=/trunk/KDE/kdebase/workspace/; revision=1019165
|
2009-09-03 03:32:12 +00:00 |
|
Hugo Pereira Da Costa
|
eca2dcabac
|
fixed mask calculation when composite is inactive, for consistency with oxygen, as well as with 'drawFloatFrame'
svn path=/trunk/KDE/kdebase/workspace/; revision=1019089
|
2009-09-02 20:20:18 +00:00 |
|
Hugo Pereira Da Costa
|
b0769ebdb8
|
fixed (again) sizegrip position in preview mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1018676
|
2009-09-02 04:26:59 +00:00 |
|
Hugo Pereira Da Costa
|
1b76934880
|
try clarify the 'what's this' text associated to the extra size grip
svn path=/trunk/KDE/kdebase/workspace/; revision=1018654
|
2009-09-02 02:26:30 +00:00 |
|
Hugo Pereira Da Costa
|
88a559c23b
|
changed size-grip options to have a 'always/when needed/never' behavior, rather than 'yes/no'. The default is 'when needed'. Also set option 'name' to 'extra size grip display'
svn path=/trunk/KDE/kdebase/workspace/; revision=1018652
|
2009-09-02 02:19:26 +00:00 |
|
Hugo Pereira Da Costa
|
8bc71b5b3c
|
changed size-grip options to have a 'always/when needed/never' behavior, rather than 'yes/no'. The default is 'when needed'.
svn path=/trunk/KDE/kdebase/workspace/; revision=1018651
|
2009-09-02 02:18:25 +00:00 |
|
Hugo Pereira Da Costa
|
ccafe11f81
|
changed size-grip options to have a 'always/when needed/never' behavior, rather than 'yes/no'. The default is 'when needed', meaning that the size grip is shown only when 'No-Border' option is selected. This is similar to the 'tab bar display' setting in konsole
svn path=/trunk/KDE/kdebase/workspace/; revision=1018649
|
2009-09-02 02:15:53 +00:00 |
|
Hugo Pereira Da Costa
|
ea09386c42
|
fixed bug on storing 'blend with window contents' exception value
svn path=/trunk/KDE/kdebase/workspace/; revision=1018639
|
2009-09-02 00:49:52 +00:00 |
|
Script Kiddy
|
0c5bddc159
|
SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/workspace/; revision=1018441
|
2009-09-01 17:52:51 +00:00 |
|
Hugo Pereira Da Costa
|
ad7c40d516
|
removed useless (and misleading) ::borderWidth and ::borderHeight methods; update call to nitrogensizegrip::activeChange
svn path=/trunk/KDE/kdebase/workspace/; revision=1018254
|
2009-09-01 14:10:46 +00:00 |
|
Hugo Pereira Da Costa
|
46284060f3
|
removed useless (and misleading) ::borderWidth and ::borderHeight methods
svn path=/trunk/KDE/kdebase/workspace/; revision=1018251
|
2009-09-01 14:09:40 +00:00 |
|
Hugo Pereira Da Costa
|
22bfe6a4b3
|
renamed ::updatebackgroundcolor to ::activeChange, for consistency with client, and removed useless color manipulations from there; fixed window attributes to optimize painting; fixed color manipulation in 'paintevent', and rationalized layout metric manipulation in ::updatePosition
svn path=/trunk/KDE/kdebase/workspace/; revision=1018246
|
2009-09-01 14:05:56 +00:00 |
|
Hugo Pereira Da Costa
|
7e3a920edb
|
::updatebackgroundcolor renamed to ::activeChange, for consistency with client
svn path=/trunk/KDE/kdebase/workspace/; revision=1018242
|
2009-09-01 14:03:51 +00:00 |
|
Hugo Pereira Da Costa
|
de4713e634
|
removed 'cout'
svn path=/trunk/KDE/kdebase/workspace/; revision=1018241
|
2009-09-01 13:59:45 +00:00 |
|
Hugo Pereira Da Costa
|
fbf5d4d438
|
removed 'hackish' checks on running compiz. Assume kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1017618
|
2009-08-31 00:58:10 +00:00 |
|
Hugo Pereira Da Costa
|
cd52e656b5
|
removed 'hackish' checks on running compiz. Assume kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1017617
|
2009-08-31 00:54:44 +00:00 |
|
Hugo Pereira Da Costa
|
7bf1793f32
|
removed 'hackish' checks on running compiz. Assume kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1017616
|
2009-08-31 00:54:04 +00:00 |
|
Hugo Pereira Da Costa
|
91d68e395b
|
changed margin and spacing for consistency with other tabs; changed list size policy to minimize amount of vertical space used for the configuration
svn path=/trunk/KDE/kdebase/workspace/; revision=1017510
|
2009-08-30 19:43:21 +00:00 |
|
Hugo Pereira Da Costa
|
2ac48283c3
|
removed nitrogenexceptionlistdialog.cpp; added nitrogenexceptionlistwidget.cpp for configuration redesign
svn path=/trunk/KDE/kdebase/workspace/; revision=1017460
|
2009-08-30 17:53:51 +00:00 |
|
Hugo Pereira Da Costa
|
fdd6b45ea6
|
changed exception handling so that it is handled in nitrogenconfigurationui directly rather than in a separate dialog
svn path=/trunk/KDE/kdebase/workspace/; revision=1017456
|
2009-08-30 17:42:04 +00:00 |
|
Hugo Pereira Da Costa
|
abbefd0c71
|
redesigned configuration to use 'basic' and 'advanced' tabs. Also moved decoration exception handling to a dedicated tab, rather than in separate dialog
svn path=/trunk/KDE/kdebase/workspace/; revision=1017455
|
2009-08-30 17:39:31 +00:00 |
|
Hugo Pereira Da Costa
|
1b7acbc6bb
|
removed exception list handling from separate dialog. Use a different tab instead
svn path=/trunk/KDE/kdebase/workspace/; revision=1017451
|
2009-08-30 17:37:07 +00:00 |
|
Hugo Pereira Da Costa
|
ffb68de1ac
|
redesign handling of 'checkbox' options in exception dialog to have a more consistent look between various options
svn path=/trunk/KDE/kdebase/workspace/; revision=1017445
|
2009-08-30 17:26:47 +00:00 |
|
Hugo Pereira Da Costa
|
906503c2f2
|
set WA_NoSystemBackground flag and removed (useless) setting of WA_OpaquePaintEvent flag
svn path=/trunk/KDE/kdebase/workspace/; revision=1017186
|
2009-08-29 21:37:08 +00:00 |
|
Hugo Pereira Da Costa
|
2c181abd37
|
fixed button rendering using QPainterPath, as done for kde2 windeco; fixed corner painting in preview mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1017185
|
2009-08-29 21:25:31 +00:00 |
|
Hugo Pereira Da Costa
|
bc78e76281
|
put mask calculation in separate method, to be used in preview mode. In preview mode, set painter clipMask so that it matches widget mask, to fix corner painting
svn path=/trunk/KDE/kdebase/workspace/; revision=1017184
|
2009-08-29 21:24:07 +00:00 |
|
Hugo Pereira Da Costa
|
6d329bb015
|
fixed button rendering using QPainterPath, as done for kde2 windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1017181
|
2009-08-29 20:55:36 +00:00 |
|
Hugo Pereira Da Costa
|
e7c34fb913
|
fixed button rendering using QPainterPath, as done for kde2 windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1017180
|
2009-08-29 20:49:15 +00:00 |
|
Hugo Pereira Da Costa
|
b51ce3fc34
|
fixed button rendering using QPainterPath, as done for kde2 windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1017178
|
2009-08-29 20:38:43 +00:00 |
|
Hugo Pereira Da Costa
|
313bc152f2
|
fixed button rendering using QPainterPath, as done for kde2 windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1017171
|
2009-08-29 20:25:21 +00:00 |
|
Hugo Pereira Da Costa
|
0f9de2a3a8
|
fixed button rendering using QPainterPath, as done for kde2 windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1017168
|
2009-08-29 20:16:46 +00:00 |
|
Hugo Pereira Da Costa
|
bbb66d7a7d
|
Fixed size-grip visibility when shading windows
svn path=/trunk/KDE/kdebase/workspace/; revision=1017165
|
2009-08-29 20:04:24 +00:00 |
|
Hugo Pereira Da Costa
|
a56de50f0d
|
implemented drawing of size-grip (when enabled) in preview mode, and fixed mettrics accordingly. also removed extra pixel in preview mode when 'border none' is selected and compositing is active
svn path=/trunk/KDE/kdebase/workspace/; revision=1017158
|
2009-08-29 19:31:24 +00:00 |
|
Script Kiddy
|
795a45fbc2
|
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=1017136
|
2009-08-29 19:10:42 +00:00 |
|
Hugo Pereira Da Costa
|
6a9212e77d
|
fixed indentation for last commit (r1017015.)
svn path=/trunk/KDE/kdebase/workspace/; revision=1017018
|
2009-08-29 15:27:33 +00:00 |
|
Hugo Pereira Da Costa
|
29fec15b4a
|
filled titlePix with transparent color before painting pattern, to fix title-bar appearance
svn path=/trunk/KDE/kdebase/workspace/; revision=1017016
|
2009-08-29 15:21:33 +00:00 |
|
Hugo Pereira Da Costa
|
a0c0e4f085
|
filled titlePix with transparent color before painting pattern, to fix decoration appearance
svn path=/trunk/KDE/kdebase/workspace/; revision=1017015
|
2009-08-29 15:18:22 +00:00 |
|
Lucas Murray
|
47ef5f02cc
|
Replace Ozone with Nitrogen as the default decoration and remove Ozone.
CCMAIL:kwin@kde.org
svn path=/trunk/KDE/kdebase/workspace/; revision=1016904
|
2009-08-29 10:12:00 +00:00 |
|
Hugo Pereira Da Costa
|
ebc76aa81d
|
changed text for 'tri-state' combobox to 'default/enabled/disabled'; changed option names so that they match exactly the configuration window
svn path=/trunk/KDE/kdebase/workspace/; revision=1016862
|
2009-08-29 06:05:50 +00:00 |
|
Hugo Pereira Da Costa
|
31d8c5d8cc
|
changed 'title bar blending' option name into 'background style'
svn path=/trunk/KDE/kdebase/workspace/; revision=1016861
|
2009-08-29 06:04:04 +00:00 |
|
Hugo Pereira Da Costa
|
bda7734df3
|
rationalized 'button style' and 'title bar blending style' option names
svn path=/trunk/KDE/kdebase/workspace/; revision=1016860
|
2009-08-29 06:03:09 +00:00 |
|
Hugo Pereira Da Costa
|
f825e35471
|
use hard-coded iconscale for menu button, and fixed centering to match oxygen windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1016858
|
2009-08-29 05:39:55 +00:00 |
|
Hugo Pereira Da Costa
|
f17068e815
|
added button-size dependent hard-coded icon scale (for drawing window icon in title bar)
svn path=/trunk/KDE/kdebase/workspace/; revision=1016856
|
2009-08-29 05:38:58 +00:00 |
|
Hugo Pereira Da Costa
|
66c1892947
|
fixed rounding of bottom corners in tiny border mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1016853
|
2009-08-29 05:21:54 +00:00 |
|
Hugo Pereira Da Costa
|
563191f51c
|
set draw_stripes draw_separator on for default configuration, in order to match default oxygen decoration
svn path=/trunk/KDE/kdebase/workspace/; revision=1016851
|
2009-08-29 04:53:13 +00:00 |
|
Huynh Huu Long
|
cf86b3fc65
|
Revert r1009021 and r1009001 (which extend the clickable area of the
window borders), because they interfere with window snapping.
svn path=/trunk/KDE/kdebase/workspace/; revision=1016482
|
2009-08-27 21:46:51 +00:00 |
|
Script Kiddy
|
641accc6eb
|
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=1015779
|
2009-08-26 09:51:51 +00:00 |
|
Hugo Pereira Da Costa
|
470a7fc4b2
|
fixed logic for drawing windeco borders, and size-grip dots. Use 'native' helper::drawFloatFrame from oxygen windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1015648
|
2009-08-26 04:33:45 +00:00 |
|
Hugo Pereira Da Costa
|
cf5b3972a5
|
restored original drawFloatFrame method from oxygen windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1015647
|
2009-08-26 04:30:37 +00:00 |
|
Hugo Pereira Da Costa
|
43df0f4fca
|
fixed 'stripes' so that they look identical to oxygen windeco
svn path=/trunk/KDE/kdebase/workspace/; revision=1015646
|
2009-08-26 03:44:19 +00:00 |
|
Hugo Pereira Da Costa
|
f96dacb336
|
removed useless exception conversion utility -not compiled anyway
svn path=/trunk/KDE/kdebase/workspace/; revision=1015644
|
2009-08-26 03:28:19 +00:00 |
|
Yuri Chornoivan
|
06471e2250
|
Fix typos:
caracteristic->characteristic
Developper->Developer
svn path=/trunk/KDE/kdebase/workspace/; revision=1015523
|
2009-08-25 18:33:51 +00:00 |
|
Script Kiddy
|
399787aa30
|
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=1015337
|
2009-08-25 10:40:48 +00:00 |
|