jesus
|
12c475e8ed
|
LCL, fix selection after changing fixed cols/rows, issue #20607
git-svn-id: trunk@33313 -
|
2011-11-04 21:22:04 +00:00 |
|
sekelsenmat
|
d19fefdef5
|
customdrawn: Many fixes and improvements to the caret, selection and mouse selection in TCDEdit
git-svn-id: trunk@33312 -
|
2011-11-04 20:53:39 +00:00 |
|
martin
|
328267f217
|
SynEdit: fixed some cases where none moving cursor key (e.g. end-key at line end) would not unset the selection. Happened if caret was not moved to set selection (copy word on copy none)
git-svn-id: trunk@33310 -
|
2011-11-04 19:58:17 +00:00 |
|
zeljko
|
15e82e2123
|
Qt: now we keep track of fonts changing and respect ParentFont property.fixes issue #19695
git-svn-id: trunk@33309 -
|
2011-11-04 18:16:04 +00:00 |
|
maxim
|
46b87ff94d
|
regenerated translations; updated Russian translation
git-svn-id: trunk@33304 -
|
2011-11-04 17:12:29 +00:00 |
|
sekelsenmat
|
34d9164fb9
|
customdrawn test: Adds a wince build mode
git-svn-id: trunk@33303 -
|
2011-11-04 16:51:43 +00:00 |
|
sekelsenmat
|
3e420731a5
|
customdrawn: Many small fixes
git-svn-id: trunk@33302 -
|
2011-11-04 16:50:37 +00:00 |
|
sekelsenmat
|
e2ab4a0218
|
Customdrawn: Adds support to color palettes
git-svn-id: trunk@33301 -
|
2011-11-04 16:24:21 +00:00 |
|
zeljko
|
ff5bcd9fee
|
Qt: added TODO for QEventFontChange. Related to issue #19695
git-svn-id: trunk@33300 -
|
2011-11-04 15:35:34 +00:00 |
|
zeljko
|
c156e119ce
|
Qt: added property WidgetState:TQtWidgetStates (set of TQtWidgetState) to track when lcl called font or color change (needed because of QEventFontChanged and others)
git-svn-id: trunk@33299 -
|
2011-11-04 15:31:51 +00:00 |
|
sekelsenmat
|
9cb076b33b
|
customdrawn: Adds a look for the winxp edit
git-svn-id: trunk@33298 -
|
2011-11-04 14:57:42 +00:00 |
|
sekelsenmat
|
dcca4262d4
|
customdrawn: Many improvements to the TCDEdit drawing
git-svn-id: trunk@33297 -
|
2011-11-04 14:24:25 +00:00 |
|
juha
|
020db7a666
|
Revert keymapping refactoring. It caused shortcuts being empty initially, before selecting from options.
git-svn-id: trunk@33296 -
|
2011-11-04 12:37:03 +00:00 |
|
juha
|
35777f6aee
|
LCL: formatting
git-svn-id: trunk@33295 -
|
2011-11-04 10:56:51 +00:00 |
|
juha
|
f9005be726
|
IDE+LCL: Generate shortcut string correctly for comma and some other chars. Issue #20621
git-svn-id: trunk@33294 -
|
2011-11-04 10:56:22 +00:00 |
|
zeljko
|
29b9330b98
|
Qt: renamed TQtRegion Widget: QRegionH to FHandle: QRegionH
git-svn-id: trunk@33293 -
|
2011-11-04 10:53:48 +00:00 |
|
sekelsenmat
|
bb10bb7f27
|
Better docs for TWindowState
git-svn-id: trunk@33292 -
|
2011-11-04 10:49:10 +00:00 |
|
zeljko
|
f1c68cf775
|
Qt: renamed TQtBrush Widget: QBrushH to FHandle: QBrushH, also TQtPen Widget:QPenH to FHandle: QPenH
git-svn-id: trunk@33291 -
|
2011-11-04 10:45:39 +00:00 |
|
sekelsenmat
|
f8c0ac6366
|
Documents wsFullScreen
git-svn-id: trunk@33290 -
|
2011-11-04 10:40:03 +00:00 |
|
zeljko
|
7a3d27f62c
|
Qt: renamed TQtFont Widget: QFontH to FHandle: QFontH, also TQtFontMetrics Widget: QFontMetricsH to FHandle: QFontMetricsH
git-svn-id: trunk@33289 -
|
2011-11-04 10:31:30 +00:00 |
|
sekelsenmat
|
121b0d4e52
|
Renames some utf8strings to strings as a temporary workaround for fpc 2.7 until the Unicode RTL encoding is decided
git-svn-id: trunk@33288 -
|
2011-11-04 10:26:09 +00:00 |
|
zeljko
|
da01ce8458
|
Qt: renamed TQtImage Handle: QImageH to FHandle: QImageH.
git-svn-id: trunk@33287 -
|
2011-11-04 10:22:59 +00:00 |
|
zeljko
|
4217128215
|
Qt: renamed TQtAction Handle:QActionH to FHandle:QActionH
git-svn-id: trunk@33286 -
|
2011-11-04 10:13:42 +00:00 |
|
sekelsenmat
|
dac0d383f5
|
Documents GetColorResolvingParent
git-svn-id: trunk@33285 -
|
2011-11-04 10:10:19 +00:00 |
|
zeljko
|
7b046c31bc
|
Qt: introduced new class TQtFontInfo (QFontInfo) to keep informations about font when qt changes font of widget (and LCL does not want that).Related to issue #19695
git-svn-id: trunk@33284 -
|
2011-11-04 09:59:24 +00:00 |
|
juha
|
c4cee0e6dd
|
IDE+LCL: Combine PropEdits.KeyAndShiftStateToKeyString and TWidgetSet.GetAcceleratorString, move to lclproc. Remove unused constants.
git-svn-id: trunk@33283 -
|
2011-11-04 09:50:46 +00:00 |
|
zeljko
|
a54eb80b2f
|
LCL: added IsParentFont:Boolean and IsParentColor: Boolean to read protected ParentFont and ParentColor from TControl.Needed by widgetsets.
git-svn-id: trunk@33282 -
|
2011-11-04 09:30:36 +00:00 |
|
sekelsenmat
|
d381754c91
|
customdrawn: Fixes the checked states in buttons and fixes focus by mouse in all controls
git-svn-id: trunk@33281 -
|
2011-11-04 09:08:32 +00:00 |
|
sekelsenmat
|
943326f458
|
Renames GetRGBBackgroundColor to GetRGBColorResolvingParent because the previous name was wrong. It has not necessarily to be a background color, it is really just the Color.
git-svn-id: trunk@33280 -
|
2011-11-04 08:54:55 +00:00 |
|
sekelsenmat
|
66cff6df33
|
Documents TControl.Parent* properties
git-svn-id: trunk@33279 -
|
2011-11-04 07:45:45 +00:00 |
|
sekelsenmat
|
9e673aa6cf
|
customdrawn test: Adds OnClick handler and logger
git-svn-id: trunk@33278 -
|
2011-11-04 07:38:22 +00:00 |
|
sekelsenmat
|
563fb0dda7
|
customdrawn: Fixes pressing buttons with the keyboard
git-svn-id: trunk@33277 -
|
2011-11-04 07:37:48 +00:00 |
|
juha
|
e0ca93c10d
|
IDE: Format the code setting keymappings so it is easier for the eye.
git-svn-id: trunk@33276 -
|
2011-11-04 07:29:34 +00:00 |
|
juha
|
07863cc560
|
IDE: refactoring keymapping code. Changed global funcs to object methods and removed duplicate code. No functional changes
git-svn-id: trunk@33275 -
|
2011-11-04 07:29:24 +00:00 |
|
zeljko
|
6fe6fe4ef9
|
Gtk2: workaround for gtk2 bug.SpinEdit doesnt change values when readonly and clicked up/down.Patch by August Klein.issue #20601
git-svn-id: trunk@33274 -
|
2011-11-04 07:14:35 +00:00 |
|
sekelsenmat
|
d1616cf968
|
customdrawn: UTF-8 fixes for TCDEdit
git-svn-id: trunk@33273 -
|
2011-11-04 06:04:59 +00:00 |
|
jesus
|
038fb195c1
|
LazReport, allow leading and trailing spaces in barcode expressions, make sure EAN-13 barcode allways get valid input string, implemented a way to get the real code used and show it
git-svn-id: trunk@33272 -
|
2011-11-04 05:42:47 +00:00 |
|
sekelsenmat
|
936b420ba8
|
customdrawn: Adds a client area getter
git-svn-id: trunk@33271 -
|
2011-11-03 21:00:52 +00:00 |
|
martin
|
ed780f4ced
|
DBG: Store/Restore column size (debug dialogs). issue #0018035
git-svn-id: trunk@33270 -
|
2011-11-03 17:53:46 +00:00 |
|
sekelsenmat
|
6ec44d6b2c
|
customdrawn: Small test fixes
git-svn-id: trunk@33269 -
|
2011-11-03 16:34:33 +00:00 |
|
sekelsenmat
|
4cb152f986
|
customdrawn: Small fixes
git-svn-id: trunk@33268 -
|
2011-11-03 16:34:16 +00:00 |
|
sekelsenmat
|
7affaf002f
|
customdrawn: Brings back the winxp button
git-svn-id: trunk@33267 -
|
2011-11-03 14:41:11 +00:00 |
|
sekelsenmat
|
492de3197f
|
customdrawn: More tests
git-svn-id: trunk@33266 -
|
2011-11-03 14:31:09 +00:00 |
|
sekelsenmat
|
78da9b52f1
|
customdrawn: The common button is now win2k
git-svn-id: trunk@33265 -
|
2011-11-03 14:22:06 +00:00 |
|
sekelsenmat
|
30fd618333
|
customdrawn: TCDPageControl final fixes from the rewrite
git-svn-id: trunk@33264 -
|
2011-11-03 13:53:06 +00:00 |
|
sekelsenmat
|
9a0bc7076f
|
customdrawn: Many small pagecontrol fixes
git-svn-id: trunk@33263 -
|
2011-11-03 13:44:24 +00:00 |
|
sekelsenmat
|
0abff19f7a
|
customdrawn: Many small fixes, mostly for design time and controls impacted by the rewrite
git-svn-id: trunk@33262 -
|
2011-11-03 13:26:50 +00:00 |
|
sekelsenmat
|
574de4ecfd
|
customdrawn: More tests
git-svn-id: trunk@33261 -
|
2011-11-03 13:06:31 +00:00 |
|
mattias
|
2f56a3d603
|
codetools: fixed repairing file case for include files and uses section
git-svn-id: trunk@33260 -
|
2011-11-03 12:38:25 +00:00 |
|
mattias
|
8920e57911
|
cody: clean up
git-svn-id: trunk@33259 -
|
2011-11-03 12:37:52 +00:00 |
|