paul
c3564e26d8
lcl: TTrackBar.OnChange should be called after Position change in code, add Changed method for VCL compatibility, fix qt, gtk2 to skip message sending in case of position change through code to prevent double calling of the message (issue #0014545 )
...
git-svn-id: trunk@25161 -
2010-05-04 04:29:27 +00:00
paul
d4d220476d
win32: change var to out argument modifier for PrepareCreateWindow
...
git-svn-id: trunk@25160 -
2010-05-04 03:31:30 +00:00
paul
dbc453d485
lcl: add TDBRadioGroup.TabStop (issue #0015839 )
...
git-svn-id: trunk@25159 -
2010-05-04 02:05:37 +00:00
paul
c83026097e
win32: initialize LMNotify result with 0 (fixes bug #0013932 )
...
git-svn-id: trunk@25158 -
2010-05-04 01:56:47 +00:00
paul
a943bcacd5
win32: don't pass WM_PAINT and friends of TScrollBar to the WindowProc - scrollbar does not require paint handler running and using own handler conflicts with windows vista fading (issue #0013161 )
...
git-svn-id: trunk@25157 -
2010-05-04 01:12:50 +00:00
marc
8509dda53a
* LCL: Replaced some overloaded GetPart funtions with ones with default arguments. (patch #16175 by Flavio Etrusco)
...
git-svn-id: trunk@25156 -
2010-05-04 00:04:05 +00:00
maxim
8d800c5656
LCL: update Spanish translation from Lucas Martín, bug #16397
...
git-svn-id: trunk@25155 -
2010-05-03 21:18:19 +00:00
maxim
982d69b476
regenerated translations; updated Russian translation
...
git-svn-id: trunk@25154 -
2010-05-03 15:27:01 +00:00
mattias
6d4f0a5165
LCL: debugging
...
git-svn-id: trunk@25153 -
2010-05-03 13:05:08 +00:00
paul
908323d504
win32: cleanup
...
git-svn-id: trunk@25152 -
2010-05-03 09:56:47 +00:00
mattias
c0d26772da
LCL: clean up
...
git-svn-id: trunk@25151 -
2010-05-03 09:53:00 +00:00
paul
79ede06390
synedit: comment CreateParams body - it conflicts with LCL at moment
...
git-svn-id: trunk@25150 -
2010-05-03 09:40:51 +00:00
paul
0cc6be3008
lcl: correctly fill TCreateParams structure in CreateParams method
...
win32: use CreateParams styles, exstyle, parent, caption and geometry instead of own calculated (issue #0014288 )
git-svn-id: trunk@25149 -
2010-05-03 09:39:52 +00:00
mattias
a9499f1de3
IDE: compiler options: show options with target file name
...
git-svn-id: trunk@25148 -
2010-05-03 09:14:12 +00:00
mattias
aa3bf01500
IDE: fixed anchors in show compiler options
...
git-svn-id: trunk@25147 -
2010-05-03 08:43:46 +00:00
zeljko
db2c2f2cbc
Qt: reduce amount of calls when QEventApplicationPaletteChange triggers
...
git-svn-id: trunk@25146 -
2010-05-03 08:31:43 +00:00
paul
a5061d130a
wince: add GetSysColorBrush
...
git-svn-id: trunk@25145 -
2010-05-03 08:25:27 +00:00
dmitry
3c74e15e08
ide: cleanup line-ending popup menu settings. bug #16378
...
git-svn-id: trunk@25144 -
2010-05-03 08:11:56 +00:00
zeljko
3e2306b2fd
Qt: simplified itemview theme drawing, added workaround for motif theme itemview text drawing.
...
git-svn-id: trunk@25143 -
2010-05-03 07:14:36 +00:00
zeljko
88501c3d2c
Qt: fixed bug (wrong cast) in TQtListWidget.getItemVisible()
...
git-svn-id: trunk@25142 -
2010-05-02 17:35:45 +00:00
zeljko
6b838b045f
Qt: cleanup
...
git-svn-id: trunk@25141 -
2010-05-02 17:21:31 +00:00
zeljko
c56405fef4
Qt: reinit current palette color if palette really changed.
...
git-svn-id: trunk@25140 -
2010-05-02 17:17:13 +00:00
zeljko
0103468420
Qt: reinitialize widget palette on QEventPaletteChange, cleanups
...
git-svn-id: trunk@25139 -
2010-05-02 17:01:26 +00:00
paul
6cbcdb2b75
win32: fix modal form showing when stay on top forms are visible (bug #0015636 )
...
git-svn-id: trunk@25138 -
2010-05-02 16:59:54 +00:00
paul
db1ba90fac
formatting
...
git-svn-id: trunk@25137 -
2010-05-02 16:50:58 +00:00
zeljko
8d37468fe5
Qt: invalidate only handles of syscolor brushes when style is dynamically changed, otherwise we have segfault, because brush can be in saveddc data.
...
git-svn-id: trunk@25136 -
2010-05-02 15:25:31 +00:00
zeljko
e76087acbe
Qt: getSysColorBrush(), we must use copy of brush, fixed sigabrt
...
git-svn-id: trunk@25135 -
2010-05-02 14:41:02 +00:00
marc
1ad1d06743
* Graphics: Added TTiffImage
...
git-svn-id: trunk@25134 -
2010-05-02 14:36:41 +00:00
zeljko
66b938bd38
Qt: clear allocated syscolorbrushes on style change.
...
git-svn-id: trunk@25133 -
2010-05-02 14:17:11 +00:00
paul
cab0b73317
qt: implement GetSysColorBrush through qt brushes instead of solid colors, simplify GetSysColor
...
git-svn-id: trunk@25132 -
2010-05-02 11:52:06 +00:00
paul
ecccf982ed
qt: initial implementation for GetSysColorBrush + various cleanup and bug fixes
...
git-svn-id: trunk@25131 -
2010-05-02 11:26:52 +00:00
paul
0ec1f90c0e
gtk, gtk2: implement GetSysColorBrush (non context-related)
...
git-svn-id: trunk@25130 -
2010-05-02 11:01:05 +00:00
mattias
083a214ec4
codetools: started caching fpc defines
...
git-svn-id: trunk@25129 -
2010-05-02 10:23:21 +00:00
paul
9e2134c1a2
lcl: use GetSysColorBrush if solid brush needs to be created with system color
...
win32: call Windows.GetSysColorBrush for lclintf.GetSysColorBrush
git-svn-id: trunk@25128 -
2010-05-02 09:25:41 +00:00
paul
dec729b223
examples: update imgviewer example
...
git-svn-id: trunk@25127 -
2010-05-02 08:07:48 +00:00
paul
8e3c6c7bda
lcl: don't directly destroy the page on deletion, use release component to postpone control death (issue #0014365 )
...
git-svn-id: trunk@25126 -
2010-05-02 08:02:21 +00:00
paul
37bdc6873b
lcl: formatting
...
git-svn-id: trunk@25125 -
2010-05-02 07:00:16 +00:00
paul
fa0ab5a8ad
lcl: allow to request true column width during listview destruction (based on patch of José Mejuto)
...
win32: use stored width while setting column width in interface
gtk2: use true column width, not the requested one
fixes issue #0014371
git-svn-id: trunk@25124 -
2010-05-02 06:45:23 +00:00
paul
0b8c73b16e
win32: allow interception of LM_SYSCOMMAND (issue #0013442 )
...
git-svn-id: trunk@25123 -
2010-05-02 06:16:38 +00:00
paul
340c30848d
win32: invalidate pagecontrol client rectangle after the page removing (fixes issue #0014625 )
...
git-svn-id: trunk@25122 -
2010-05-02 04:22:33 +00:00
paul
538910a1bd
lcl: formatting
...
git-svn-id: trunk@25121 -
2010-05-02 04:05:05 +00:00
maxim
09e5110d32
regenerated translations; updated Russian translation
...
git-svn-id: trunk@25120 -
2010-05-01 22:08:57 +00:00
maxim
1b449374e4
IDE: fixed minor typos in translation constants
...
git-svn-id: trunk@25119 -
2010-05-01 22:08:36 +00:00
maxim
472e074354
Portuguese translation updates and improvements from Marcelo B Paula, bug #16384
...
git-svn-id: trunk@25118 -
2010-05-01 21:38:18 +00:00
mattias
f6dfa6e457
codetools: function to report fpc source duplicates and missing units
...
git-svn-id: trunk@25117 -
2010-05-01 19:40:35 +00:00
zeljko
a90fae7c56
Qt: overrided preferredSize() for TQtComboBox, fixes autosizes with some themes.
...
git-svn-id: trunk@25116 -
2010-05-01 19:39:43 +00:00
zeljko
a6b0d1af5e
Qt: fixed compilation, simplified TQtPushButton.preferredSize
...
git-svn-id: trunk@25115 -
2010-05-01 19:22:40 +00:00
zeljko
6139f21717
Qt: overrided preferredSize() for QLineEdit, now it have correct autosize values in design and runtime (was bad with some themes).
...
git-svn-id: trunk@25114 -
2010-05-01 19:16:03 +00:00
mattias
872f2090ec
codetools: fixed FindLineEndOrCodeInFrontOfPosition
...
git-svn-id: trunk@25113 -
2010-05-01 18:49:16 +00:00
mattias
9a54275b4e
codetools: started fpc source checking
...
git-svn-id: trunk@25112 -
2010-05-01 18:27:38 +00:00