Commit Graph

16801 Commits

Author SHA1 Message Date
bart
ead7af6ece TabControl: Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)
git-svn-id: trunk@44681 -
2014-04-11 18:56:50 +00:00
bart
9597a13137 EditBtn: implement Validateedit and Reset methods.
git-svn-id: trunk@44680 -
2014-04-11 17:38:37 +00:00
bart
be1a5bc92c EditBtn: fix clearing filter text on entering TCustomControlFilterEdit.
git-svn-id: trunk@44679 -
2014-04-11 17:20:00 +00:00
blikblum
38aa838fa1 lcl: add lookup items between BeginUpdate and EndUpdate calls
git-svn-id: trunk@44678 -
2014-04-11 14:58:03 +00:00
zeljko
5b64b7c624 Qt: cleanup
git-svn-id: trunk@44672 -
2014-04-11 05:13:45 +00:00
bart
58a1d5eef1 TCustomEditBtn: fix loading Color.
git-svn-id: trunk@44669 -
2014-04-10 17:57:13 +00:00
bart
e3aa48ff3e TCustomEditBtn: initialize Color property in constructor.
git-svn-id: trunk@44668 -
2014-04-10 17:06:32 +00:00
zeljko
9718b5cd57 Qt: fixed extra mousewheel events on TQtAbstractControl based widgets.issue #25992
git-svn-id: trunk@44667 -
2014-04-10 14:35:20 +00:00
bart
532b6e1e0f EditBtn: Fix assigning OnKeyDown (issue #0025998).
git-svn-id: trunk@44666 -
2014-04-09 20:31:06 +00:00
bart
3c46241a71 LCL: undo the renaming of TEditButton into TButtonEdit.
TEditButton now has the new implementation of previously introduced TButtonEdit component.

git-svn-id: trunk@44664 -
2014-04-09 15:46:18 +00:00
mattias
2f637d4295 LCL: fixed typo GetChildsRect GetChildrenRect
git-svn-id: trunk@44663 -
2014-04-09 15:12:36 +00:00
bart
204323d3ab TButtonEdit: fix ReadOnly behaviour.
git-svn-id: trunk@44662 -
2014-04-09 14:39:23 +00:00
bart
ada8e45a6d TButtonEdit: AutoSize default True.
git-svn-id: trunk@44661 -
2014-04-09 14:24:24 +00:00
bart
aa10eb3cea TButtonEdit: refactoring.
git-svn-id: trunk@44660 -
2014-04-09 14:17:48 +00:00
bart
88a62d821b TButtonEdit: implement property AutoSelected.
git-svn-id: trunk@44655 -
2014-04-08 21:28:03 +00:00
bart
02efbbf03e TButtonEdit: implement methods Clear, ClearSelection, CopyToClipboard, CutToClipboard, PasteFromClipboard and Undo.
(Issue #0025991)

git-svn-id: trunk@44654 -
2014-04-08 21:18:17 +00:00
bart
b37ea53447 TButtonEdit: make SetFocus set focus to the edit.
git-svn-id: trunk@44653 -
2014-04-08 18:11:48 +00:00
bart
14f297c895 TButtonEdit: implement properties CanUndo, CaretPos, SelText.
git-svn-id: trunk@44652 -
2014-04-08 18:08:16 +00:00
bart
a930223757 TCustomButtonEdit: make some properties public instead of protected (compatibility with TCustomEdit).
git-svn-id: trunk@44651 -
2014-04-08 18:00:31 +00:00
bart
a0ab3ad12d TButtonEdit: implement properties Modified, SelLength, SelStart and method SelectAll (issue #0025975).
git-svn-id: trunk@44650 -
2014-04-08 17:47:41 +00:00
bart
75b4ad1598 TFileNameEdit: fix not updating FileName when setting Text (issue #0025985).
git-svn-id: trunk@44649 -
2014-04-08 17:22:57 +00:00
juha
b618ff3fc2 LCL, ButtonEdit: fix DirectInput default value.
git-svn-id: trunk@44644 -
2014-04-07 21:54:59 +00:00
juha
ae7b0ce9ab LCL, FileNameEdit: replace "inherited RealSetText" with simply setting Text property. Don't know why RealSetText was used. Issue #25976
git-svn-id: trunk@44643 -
2014-04-07 21:41:12 +00:00
juha
3c56c419a5 LCL, ButtonEdit: Change PopupMenu's getter method to non-virtual. TControl.Notification called it when FEdit was not valid.
git-svn-id: trunk@44641 -
2014-04-07 20:26:55 +00:00
juha
72ebe38661 LCL, ButtonEdit: formatting
git-svn-id: trunk@44640 -
2014-04-07 20:26:49 +00:00
juha
0e356292c6 LCL: In ValueListEditor, allow setting keyAdd in KeyOptions before setting keyEdit. Allow setting goAutoAddRows in Options.
git-svn-id: trunk@44629 -
2014-04-07 07:20:39 +00:00
bart
64593db3de ButtonEdit: set AutoSize to True by default.
git-svn-id: trunk@44625 -
2014-04-06 17:45:17 +00:00
bart
bee933f2ab LCL: Start replacing TEditButton with TButtonEdit component.
The old TEditButton implementation is (for the time being) compilable with -dUSEOLDEDITBUTTON

git-svn-id: trunk@44623 -
2014-04-06 15:19:13 +00:00
mattias
46d6c25c33 tests: fixed compilation and 64bit, bug #25967
git-svn-id: trunk@44597 -
2014-04-03 21:29:00 +00:00
bart
6fe5df74c8 ButtonEdit: fix not being able to set Width when AutoSize = True
git-svn-id: trunk@44590 -
2014-04-03 09:18:50 +00:00
bart
f78c905370 ButtonEdit: fix building with USEBUTTONEDIT
git-svn-id: trunk@44589 -
2014-04-02 21:42:37 +00:00
bart
2a7bde6725 Starts implementing TButtonEdit, a repacement for TEditButton.
git-svn-id: trunk@44584 -
2014-04-01 22:34:25 +00:00
bart
d369e9fa44 ValEdit: Fix InsertRow (Issue #0025881)
git-svn-id: trunk@44566 -
2014-03-31 21:19:27 +00:00
mattias
7a5bfb6e30 LCL: fixed calling TApplication.OnShowHint
git-svn-id: trunk@44557 -
2014-03-30 19:09:25 +00:00
zeljko
0b82d8141f Qt: set proper text palette when control is disabled and regular font.color <> clDefault.issue #25922
git-svn-id: trunk@44541 -
2014-03-28 16:37:11 +00:00
zeljko
9f54b421c0 Gtk2: fixed crash because of uninitialized object. issue #25925
git-svn-id: trunk@44528 -
2014-03-27 11:31:50 +00:00
zeljko
2a1f15b8f5 Gtk2: do not report syskey for AltGr+Shift+Key for TCustomControl.Fixes issues #22703,#25874
git-svn-id: trunk@44507 -
2014-03-24 15:35:22 +00:00
blikblum
b6a4657b66 lcl: Reset TFieldDataLink when a key field changes. Issue #25876
git-svn-id: trunk@44505 -
2014-03-24 12:34:52 +00:00
zeljko
97c59105fe Gtk2: fixed TScrollingWinControl positions update.issue #25909
git-svn-id: trunk@44504 -
2014-03-24 11:14:49 +00:00
zeljko
98a3e1a08c Qt: do not scroll scrollable form if scrollbars aren't visible.
git-svn-id: trunk@44503 -
2014-03-24 11:05:49 +00:00
zeljko
5deb6a8715 Qt: Scrollable forms enabled by default.Registered TScrollingWinControl in wsfactory.
git-svn-id: trunk@44502 -
2014-03-24 07:57:01 +00:00
freq
e6f28409e4 Cocoa: Publish CFStringToString procedure
git-svn-id: trunk@44490 -
2014-03-23 06:57:55 +00:00
freq
fae01f23da Cocoa: fix random crash
git-svn-id: trunk@44478 -
2014-03-20 20:06:27 +00:00
martin
401ad24b64 LCL: PageControl, set tab index to widgetset. This was skipped if handle-creation was forced (by other controls) during csLoading. issue #0025555
git-svn-id: trunk@44469 -
2014-03-18 21:37:10 +00:00
zeljko
9c7539e4ee Qt: fixed visibility of TQtTreeWidget.ItemDelegatePaint
git-svn-id: trunk@44460 -
2014-03-17 17:18:21 +00:00
zeljko
ef53b052f0 Qt: fixed bad behaviour of Linux Mint 16 window manager called Mutter.
git-svn-id: trunk@44459 -
2014-03-17 16:20:13 +00:00
juha
0cf581f13c LCL: Fix Sigsegv when assigning images to Tlistview columns. Issue #25844, patch from ocean.
git-svn-id: trunk@44454 -
2014-03-16 23:39:04 +00:00
juha
41f1295739 LCL: GetParentHandle and GetTopParentHandle for TWinControl. Issue #25813, patch from ocean.
git-svn-id: trunk@44453 -
2014-03-16 23:26:56 +00:00
juha
b89396a14d LCL: ScrollingWinControl Resizing. Issue #25859, patch from ocean.
git-svn-id: trunk@44452 -
2014-03-16 23:03:26 +00:00
juha
e5758e1aea LCL: make TCustomButton.Click public. Issue #25870.
git-svn-id: trunk@44451 -
2014-03-16 22:45:52 +00:00