vincents
|
1391cd2108
|
LCL: published TDBImage.OnDblClick, probably works, because it is already published for TImage.
Fixes issue #15858.
git-svn-id: trunk@28579 -
|
2010-12-01 10:15:05 +00:00 |
|
vincents
|
eb2ba60ae1
|
LCL: Added TPageControl.MultiLine and TTabControl.MultiLine as unsupported properties on carbon, gtk, gtk2 and qt (issue #8928)
git-svn-id: trunk@28573 -
|
2010-11-30 15:56:21 +00:00 |
|
paul
|
a8e325c064
|
carbon: fix black bg and font color for TMemo and other edits (fixes bug #0018100)
git-svn-id: trunk@28569 -
|
2010-11-30 12:51:57 +00:00 |
|
jesus
|
935f55fab1
|
LCL, fix dbgrid entering dataset edit state when selecting a different field and dgAlwaysShowEditor is on
git-svn-id: trunk@28562 -
|
2010-11-30 05:58:57 +00:00 |
|
paul
|
ab77d54fec
|
lcl: add OnEditingEnd event for TTreeView by mmvisual (feature #0017313)
git-svn-id: trunk@28561 -
|
2010-11-30 05:58:15 +00:00 |
|
paul
|
70fdb2d0ee
|
lcl: don't check for TMenuItem.Owner during streaming to be able to write TMenuItem with children to custom streams by patch of Anton Kavalenka (issue #0018106)
git-svn-id: trunk@28560 -
|
2010-11-30 03:27:59 +00:00 |
|
zeljko
|
1c57de5343
|
Qt: report correct codes when Shift or Shift + Ctrl pressed. Fixes issue #18102
git-svn-id: trunk@28557 -
|
2010-11-29 13:02:17 +00:00 |
|
mattias
|
52060dfa52
|
LCL: clean up
git-svn-id: trunk@28553 -
|
2010-11-29 09:14:55 +00:00 |
|
zeljko
|
799a9ade18
|
Gtk2: implemented AskUser(). Fixes issue #18081
git-svn-id: trunk@28552 -
|
2010-11-29 08:07:30 +00:00 |
|
zeljko
|
1fd463a2dc
|
Qt: intercept deadlock when resizing TQtCustomControl, also reduced num of calls to DoAdjustClientRect() from TQtCustomControl.Fixes issue #18074
git-svn-id: trunk@28520 -
|
2010-11-28 11:28:55 +00:00 |
|
zeljko
|
0206d775d7
|
Qt: fixed trailing lines when setting text of TMemo.Patch from Vladimir Zhirov with my changes to TQtMemoStrings.Assign.Fixes issue #18067
git-svn-id: trunk@28516 -
|
2010-11-28 08:55:16 +00:00 |
|
zeljko
|
28822fe6e8
|
Qt: rewritten most of TQtMemoStrings, simplified TQtWSCustomMemo.Fixes issues #17933,#18063,#18067
git-svn-id: trunk@28509 -
|
2010-11-27 15:27:40 +00:00 |
|
jesus
|
e677aae348
|
LCL, fix dbgrid index out of bounds (-1) when the selected record is not the first and the dataset is closed and opened
git-svn-id: trunk@28484 -
|
2010-11-25 20:25:17 +00:00 |
|
mattias
|
68c1ae807f
|
LCL: clean up
git-svn-id: trunk@28476 -
|
2010-11-25 13:24:11 +00:00 |
|
paul
|
9b31564bcb
|
qt: fix wrong button map in QuestionDlg
git-svn-id: trunk@28475 -
|
2010-11-25 09:00:13 +00:00 |
|
paul
|
1ff9019e7a
|
qt: add standard buttons to QuestionDlg, add more buttons to MessageDlg, unify their code a bit
git-svn-id: trunk@28474 -
|
2010-11-25 08:36:22 +00:00 |
|
paul
|
17bb1a6f4c
|
qt: fix messageDlg error
git-svn-id: trunk@28473 -
|
2010-11-25 07:41:17 +00:00 |
|
paul
|
33378ed7ff
|
lcl: formatting
git-svn-id: trunk@28472 -
|
2010-11-25 07:25:32 +00:00 |
|
paul
|
849f303058
|
qt: fix Escape button for MessageDlg
git-svn-id: trunk@28471 -
|
2010-11-25 07:23:06 +00:00 |
|
zeljko
|
04fe47ca23
|
LCL: TCustomHeader: do not draw rects which have width <= 0.fixes issue #17340
git-svn-id: trunk@28465 -
|
2010-11-24 19:36:21 +00:00 |
|
zeljko
|
091d03bee1
|
LCL: Implemented TTreeView.MultiSelectStyle for Delphi compatibility.Implementation is TODO for this property and will be opened as separate issue for 1.0. Fixes issue #8351
git-svn-id: trunk@28464 -
|
2010-11-24 17:51:35 +00:00 |
|
zeljko
|
ac69cf5cee
|
LCL: Implemented TTreeView.SelectionCount and TTreeView.Selections[] for Delphi compatibility.Part of issue #8351
git-svn-id: trunk@28463 -
|
2010-11-24 17:32:47 +00:00 |
|
zeljko
|
e1453ef20a
|
LCL: TTreeView added MultiSelect property for Delphi compatibility.Part of issue #8351
git-svn-id: trunk@28462 -
|
2010-11-24 16:28:11 +00:00 |
|
paul
|
cad7df0fbd
|
lcl: fix MonitorFromPoint after the change in IntersectRect in fpc (issue #0017774)
git-svn-id: trunk@28458 -
|
2010-11-24 14:42:03 +00:00 |
|
vincents
|
89ae509848
|
win32 interface: use same parameter names for Frame3D as other widget sets and TWidgetSet.
git-svn-id: trunk@28457 -
|
2010-11-24 14:33:23 +00:00 |
|
paul
|
b595ad6136
|
wince: fix compilation by Dirk Schiphorst (mantis #0018039)
git-svn-id: trunk@28456 -
|
2010-11-24 14:13:37 +00:00 |
|
paul
|
f65ae8e027
|
qt: implement QuestionDlg on the widgetset side
git-svn-id: trunk@28454 -
|
2010-11-24 13:59:27 +00:00 |
|
paul
|
38deafba9a
|
qt: extend TQtMessageBox implementation
git-svn-id: trunk@28452 -
|
2010-11-24 13:53:40 +00:00 |
|
paul
|
ea2052e5df
|
lcl: cleanup
git-svn-id: trunk@28451 -
|
2010-11-24 13:11:03 +00:00 |
|
paul
|
ab02ee49aa
|
lcl: redo QuestionDialog buttons usage, move buttons to outer class for use in widgetsets
win32: implement QuestionDialog for Vista+ systems
git-svn-id: trunk@28448 -
|
2010-11-24 10:12:28 +00:00 |
|
zeljko
|
d500a9f47b
|
Gtk2: use pango_font_description_set_absolute_size() instead of pango_font_description_set_size().Now font sizes are same like in qt and gtk under linux.
git-svn-id: trunk@28446 -
|
2010-11-24 10:07:46 +00:00 |
|
paul
|
d34e4eb1c0
|
lcl: add a possibility to override QuestionDlg in widgetset
git-svn-id: trunk@28445 -
|
2010-11-24 08:16:34 +00:00 |
|
zeljko
|
da7a65635c
|
Gtk2: Allow font change for TListView. Fixed issue #16964
git-svn-id: trunk@28444 -
|
2010-11-24 08:13:15 +00:00 |
|
paul
|
6ded956938
|
lcl:
- cleanup: remove TQuestionDlg.ButtonKeyDown, simplify PromptDialogKeyDown - LCL do this already perfect itself
- formatting
git-svn-id: trunk@28443 -
|
2010-11-24 07:56:46 +00:00 |
|
paul
|
dd2575c2e0
|
lcl: formatting
git-svn-id: trunk@28442 -
|
2010-11-24 03:54:25 +00:00 |
|
paul
|
7779bd4654
|
lcl: formatting
git-svn-id: trunk@28440 -
|
2010-11-24 02:40:01 +00:00 |
|
vincents
|
c4d4d4f6c3
|
LCL: added TFileNameEdit.OnFolderChange event (issue #17644)
based on patch by Denis Golovan
git-svn-id: trunk@28437 -
|
2010-11-23 14:13:53 +00:00 |
|
paul
|
99073bb864
|
carbon: cleanup
git-svn-id: trunk@28436 -
|
2010-11-23 13:13:49 +00:00 |
|
mattias
|
3fbccdd74b
|
LCL: added dbgs for TMethod
git-svn-id: trunk@28432 -
|
2010-11-23 11:02:58 +00:00 |
|
mattias
|
a9009de33a
|
LCL: added -dEnableActiveControl2 to avoid endless loop for docked forms
git-svn-id: trunk@28429 -
|
2010-11-23 10:23:46 +00:00 |
|
vincents
|
371fcb0928
|
LCL: fixed streaming of doubles on win64 (little endian without type extended), fixes issue #16252
git-svn-id: trunk@28428 -
|
2010-11-23 08:52:07 +00:00 |
|
zeljko
|
b35616c6a3
|
carbon: fixed handling of clDefault for TCustomGroupBox and ancestors
git-svn-id: trunk@28427 -
|
2010-11-23 08:25:04 +00:00 |
|
jesus
|
e9ffe1adc7
|
LCL, patch to publish OnEditingDone event in some dbcontrols, from Silvio Clesio, issue #17433
git-svn-id: trunk@28426 -
|
2010-11-23 07:34:44 +00:00 |
|
jesus
|
2f99320859
|
LCL, patch to support in less hackish way lookupcombobox editor in dbgrid, from Leslie Kaye (with changes and fixes) issue #1090
git-svn-id: trunk@28425 -
|
2010-11-23 06:07:27 +00:00 |
|
zeljko
|
c2e17f304b
|
carbon: fixed clDefault for TGroupBox.Part of issue #17994
git-svn-id: trunk@28411 -
|
2010-11-22 16:19:05 +00:00 |
|
zeljko
|
383b0064f2
|
LCL: TShape: fixed stDiamond cutted Edges, added stTriangle shape.Patch by u-boot. Fixes issue #16285
git-svn-id: trunk@28407 -
|
2010-11-22 15:05:31 +00:00 |
|
zeljko
|
761b8d3048
|
Gtk2: fixed crash when -dDebug enabled. fixes issue #18016
git-svn-id: trunk@28401 -
|
2010-11-22 11:57:11 +00:00 |
|
vincents
|
2fe6c4896e
|
lcl: fixed compilation of TExtMemoryStream with fpc 2.4.3 on 64 bits platforms
git-svn-id: trunk@28399 -
|
2010-11-22 09:39:24 +00:00 |
|
paul
|
6c01fc2949
|
lcl: don't highlight toolbar when modal form is active (partly fixes bug #0017993)
git-svn-id: trunk@28398 -
|
2010-11-22 08:02:10 +00:00 |
|
paul
|
81ca694b8c
|
lcl: remove assertion from imagelist (issue #0017456)
git-svn-id: trunk@28397 -
|
2010-11-22 07:08:22 +00:00 |
|