Commit Graph

48683 Commits

Author SHA1 Message Date
ondrej
44161ce987 sparta: fix designer not receiving key events. Issue #29044
git-svn-id: trunk@51145 -
2016-01-03 12:07:22 +00:00
ondrej
cdfb590aee ideintf, designer: add MouseDown and MouseUp event handlers for designer
git-svn-id: trunk@51144 -
2016-01-03 12:06:07 +00:00
ondrej
3fb93ad0bf packagetabs: prevent AV
git-svn-id: trunk@51143 -
2016-01-03 12:00:12 +00:00
ondrej
bd5f13d1e9 anchordocking: prevent AV
git-svn-id: trunk@51142 -
2016-01-03 11:55:27 +00:00
ondrej
3a6b0c9da3 sparta: paint fake mainmenu
git-svn-id: trunk@51141 -
2016-01-03 10:24:20 +00:00
ondrej
90b92def4e codetools: pascalreadertool: support TGenericClass<TypeReference,TypeReference>.TNestedClass (delphi mode)
git-svn-id: trunk@51140 -
2016-01-02 22:14:28 +00:00
ondrej
e0dca9c427 codetools: fix TDirectiveSequenceItem.FindValue
git-svn-id: trunk@51139 -
2016-01-02 21:44:37 +00:00
ondrej
d8163c8187 codetools: prevent AV for incomplete generic types
git-svn-id: trunk@51138 -
2016-01-02 21:07:28 +00:00
ondrej
41e85d83a6 sparta: set focus to form so that it receives key messages. Issue #29044
git-svn-id: trunk@51137 -
2016-01-02 20:32:51 +00:00
ondrej
00c6de89c7 designer: fix TJITForms.IsJITForm
git-svn-id: trunk@51136 -
2016-01-02 20:16:39 +00:00
wp
1220d1bec2 fpvectorial: Fix filling of multiple polygons in the same path. Fix svgreader to default to clear pen and brush styles.
git-svn-id: trunk@51135 -
2016-01-02 18:51:57 +00:00
ondrej
25ae0bc62e sparta: fix docked form preventing IDE from activating. Issue #29042
git-svn-id: trunk@51134 -
2016-01-02 18:22:39 +00:00
ondrej
0ba709770d lcl, designer: add and use GetDesignerForm
git-svn-id: trunk@51133 -
2016-01-02 18:20:54 +00:00
michael
9b43183ae9 * Start with dialog if no recent items were found
git-svn-id: trunk@51132 -
2016-01-02 17:02:31 +00:00
michael
8b9aa80ed6 * Add initial support for MS-SQL Server
git-svn-id: trunk@51131 -
2016-01-02 16:35:52 +00:00
ondrej
c57471ea31 sparta: fix USE_POPUP_PARENT_DESIGNER compilation
git-svn-id: trunk@51130 -
2016-01-02 15:43:49 +00:00
michael
cd9d17e858 * Better caption driver info
git-svn-id: trunk@51129 -
2016-01-02 15:27:15 +00:00
michael
3b120a5864 * "Test Connection" button in new SQL connection dialog.
git-svn-id: trunk@51128 -
2016-01-02 15:23:24 +00:00
ondrej
f3e9a5ddce sparta: fix USE_POPUP_PARENT_DESIGNER compilation
git-svn-id: trunk@51127 -
2016-01-02 15:15:18 +00:00
bart
49b92bd91e TFloatSpinEdit: don't "eat" Undo keyboard shortcut (Ctrl+Z)
git-svn-id: trunk@51126 -
2016-01-02 15:11:53 +00:00
michael
4b5747f9d1 * Delete connection/datadict removes items from tree/LV, depending on view
git-svn-id: trunk@51125 -
2016-01-02 14:30:54 +00:00
ondrej
14cc0fc3b7 anchordocking: fix wrong PercentValue from r51099 #47649a5b56
git-svn-id: trunk@51124 -
2016-01-02 14:29:06 +00:00
michael
0ef7c72e99 * Context menu for treeview. Adapt some action update handlers to treeview
git-svn-id: trunk@51123 -
2016-01-02 13:58:27 +00:00
michael
d72933eb26 * Connections tab first
git-svn-id: trunk@51122 -
2016-01-02 13:37:19 +00:00
ondrej
dd5a0c7dd9 anchordocking: do not draw disabled splitters
anchordockingdsgn: disable and make MainIDEBar splitter smaller if AdjustHeight is enabled

git-svn-id: trunk@51121 -
2016-01-02 13:35:36 +00:00
michael
8005aedc44 * Add splitter between recent items and items tab
git-svn-id: trunk@51120 -
2016-01-02 13:29:34 +00:00
ondrej
69da281d6c lcl: splitter: use default cursor if splitter isn't enabled
git-svn-id: trunk@51119 -
2016-01-02 13:20:30 +00:00
michael
5022355897 * New Tree interface
git-svn-id: trunk@51118 -
2016-01-02 12:59:10 +00:00
wp
de4fbfafc7 fpvectorial: Fix svgreader to accept "in" as known length unit
git-svn-id: trunk@51117 -
2016-01-02 12:15:10 +00:00
ondrej
3351cc3c41 ide: revert r51113 as it got solved properly in r51115 #86ee218ac2
git-svn-id: trunk@51116 -
2016-01-02 12:01:42 +00:00
ondrej
86ee218ac2 lcl: TCustomForm: prevent sending Resizing twice. Issue #29310 and #29308
git-svn-id: trunk@51115 -
2016-01-02 11:51:35 +00:00
zeljko
b538c367a2 Qt: do not restore hints which are not visible by lcl.
git-svn-id: trunk@51114 -
2016-01-02 10:36:34 +00:00
ondrej
89d6b735e2 ide: fix flicker when resizing MainIDEBar if AutoAdjustIDEHeight is enabled. Issue #29308
git-svn-id: trunk@51113 -
2016-01-02 09:57:14 +00:00
ondrej
f42e7fcc66 lcl: forms: add TPosition.poWorkAreaCenter
git-svn-id: trunk@51112 -
2016-01-02 09:33:40 +00:00
ondrej
5da5366275 lcl: form's position poScreenCenter doesn't center form in screen. Issue #27771
git-svn-id: trunk@51111 -
2016-01-02 09:12:28 +00:00
ondrej
5a9dd3a6f2 lcl: gtk2: fix GetWindowRect result value (0 for error, 1 for success)
git-svn-id: trunk@51110 -
2016-01-02 09:08:14 +00:00
wp
933d42cfa1 fpvectorial: Fix incorrect exception that paths must begin with a MoveTo command.
git-svn-id: trunk@51109 -
2016-01-01 23:41:11 +00:00
wp
bc906c5514 fpvectorial: Fix smooth bezier paths if previous segment is a relative bezier path
git-svn-id: trunk@51108 -
2016-01-01 22:47:03 +00:00
ondrej
491df20f71 codetools: support helpers for array types
git-svn-id: trunk@51107 -
2016-01-01 22:26:43 +00:00
juha
aff098bce4 LCL: Fix TComboExItems.Insert. Issue #29302.
git-svn-id: trunk@51106 -
2016-01-01 14:17:37 +00:00
juha
476bc7e244 IDE: Remove explicit update of Messages window from TMainIDE.StartIDE. It deserves no special treatment layout-wise.
git-svn-id: trunk@51105 -
2016-01-01 10:08:58 +00:00
juha
d5272145dd Revert r51081 and r51081. The issue got fixed properly in r51097 #bb21c80552.
git-svn-id: trunk@51104 -
2016-01-01 10:08:53 +00:00
wp
871641c688 TurboPower_iPro: Fix bgcolor attribute of tables, rows and cells
git-svn-id: trunk@51100 -
2015-12-31 22:08:35 +00:00
ondrej
47649a5b56 anchordocking: fix height change when dock site width is changed for ScaleOnResize. Issue #29298
git-svn-id: trunk@51099 -
2015-12-31 14:27:03 +00:00
ondrej
824ea1274e lcl: splitter: make MoveSplitter virtual
git-svn-id: trunk@51098 -
2015-12-31 14:25:07 +00:00
ondrej
bb21c80552 anchordocking: fix dock site main menu changes docked windows height. Issue #18538
git-svn-id: trunk@51097 -
2015-12-31 13:28:33 +00:00
wp
13baa543c5 LHelp: Fix incorrect processing of internal links specified by absolute paths (issue #29267)
git-svn-id: trunk@51096 -
2015-12-31 10:18:23 +00:00
ondrej
9effa4e621 lcl: win32: ComboBox ItemWidth support. Issue #29149, patch by Simon Ameis/Janusz Tomczak
git-svn-id: trunk@51094 -
2015-12-31 10:06:02 +00:00
ondrej
0246f8c565 lcl: grids: fix Wrong Alignment in TCustomGrid for Editor. Issue #29243, patch by Michl
git-svn-id: trunk@51092 -
2015-12-31 09:47:35 +00:00
juha
59e349c1ae Bug fix for OnEditorFilter (was not called for sub TPersistent). From Maciej.
git-svn-id: trunk@51090 -
2015-12-31 09:07:51 +00:00