Commit Graph

47147 Commits

Author SHA1 Message Date
juha
8077f55310 LCL-Win: Prevent flicker in TListbox. Issue #28146, patch from wp.
git-svn-id: trunk@49170 -
2015-05-25 22:30:48 +00:00
joost
f97dbf0ab7 LazDebuggerFPDServer: Added basic watches support
git-svn-id: trunk@49169 -
2015-05-25 20:00:05 +00:00
joost
0c5739b43a LazDebuggerFPDServer: Added support for dcEvaluate
git-svn-id: trunk@49168 -
2015-05-25 17:37:06 +00:00
bart
6f07e65533 MaskEdit: implement FormatMaskText function (Issue #0028167).
git-svn-id: trunk@49167 -
2015-05-25 15:24:20 +00:00
joost
8d4b6344c0 FpDebugServer: Added basic "evaluate" command
git-svn-id: trunk@49166 -
2015-05-25 15:22:59 +00:00
bart
81be2b6595 EditButton: fix responding to Shift-Tab (Issue #0028161).
git-svn-id: trunk@49165 -
2015-05-25 14:58:53 +00:00
joost
172dbb56d6 FpDebugServer: Added option to run all debug-commands in a (script) file
git-svn-id: trunk@49164 -
2015-05-25 08:37:43 +00:00
jesus
2d5ab7fba6 LCL, grids: Enable grid editor at IME composition in Windows. from Do-wan Kim, issue #27976
git-svn-id: trunk@49163 -
2015-05-25 05:19:39 +00:00
juha
89e577eda5 Packager: PkgVirtualUnitEditor redone. Issue #28172, patch from Alexey Torgashin.
git-svn-id: trunk@49162 -
2015-05-24 22:05:23 +00:00
juha
7ec897ebf9 IDE: Use new InputQuery in CodeTemplate dialog. Issue #28171, patch from Alexey Torgashin.
git-svn-id: trunk@49161 -
2015-05-24 22:05:22 +00:00
juha
c5529f5cb1 Packager: In PkgGraph dialog, add Close button and fix tab order. Issue #28170, patch from Alexey Torgashin.
git-svn-id: trunk@49160 -
2015-05-24 22:05:21 +00:00
juha
e0a1c63fd9 Packager: Fix tab order etc. in CleanPkgDep dialog. Issue #28168, patch from Alexey Torgashin.
git-svn-id: trunk@49159 -
2015-05-24 22:05:19 +00:00
juha
db9994a7e8 LazUtils: Support Arial and Helvetica font families better on all platforms. Issue #28165, patch from Johann.
git-svn-id: trunk@49158 -
2015-05-24 22:05:14 +00:00
juha
82f35aa13d LCL: InputQuery with "array of string" parameters. Issue #28162, patch from Alexey Torgashin.
git-svn-id: trunk@49157 -
2015-05-24 20:53:29 +00:00
juha
0be07e4e24 IDE: Rename dialog CustomDefines -> DefinesGui.
git-svn-id: trunk@49156 -
2015-05-24 12:01:06 +00:00
juha
ca887263f1 IDE: Rename dialog ConDef -> EncloseIfDef.
git-svn-id: trunk@49155 -
2015-05-24 10:09:20 +00:00
jesus
a16431b3ac LazReport, fix loading of old binary reports (older than version 28), modified patch from Tsvetoslav, issue #27179
git-svn-id: trunk@49154 -
2015-05-23 22:37:52 +00:00
joost
3be8873d05 FpDebugServer: Replaced TThreadList in combination with a sleep with a TLazThreadedQueue to improve performance
git-svn-id: trunk@49153 -
2015-05-23 20:11:42 +00:00
blikblum
9fcceeb930 examples: add masked dbedit linked to a string field
git-svn-id: trunk@49152 -
2015-05-23 18:32:18 +00:00
joost
5338f2a5ad LazDebuggerFPDServer: Fixed compilation
git-svn-id: trunk@49151 -
2015-05-23 17:02:38 +00:00
joost
6d4a9c0cb0 LazDebuggerFPDServer: Start and stop/kill the FPDServer on demand
git-svn-id: trunk@49150 -
2015-05-23 16:51:40 +00:00
juha
f1af3d13cc FpcUnit: Prevent a SIGSEGV in GUITestRunner app. Issue #28166.
git-svn-id: trunk@49149 -
2015-05-23 15:24:36 +00:00
juha
1568077381 LazUtils: Clean UTF8WrapText function in LazUTF8.
git-svn-id: trunk@49148 -
2015-05-23 14:13:04 +00:00
juha
f88dc97367 LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão.
git-svn-id: trunk@49147 -
2015-05-23 14:12:58 +00:00
juha
824f9ac5d9 LazUtils: Call LazFreeType.CheckInstance in GetCharIndex and make it public. Issue #28163, patch from Johann.
git-svn-id: trunk@49146 -
2015-05-23 12:44:54 +00:00
maxim
73d0bc5ed1 Translations: French translation update by Gilles Vasseur, bug #28156
git-svn-id: trunk@49144 -
2015-05-23 00:33:23 +00:00
maxim
978ce448c1 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49143 -
2015-05-23 00:29:25 +00:00
juha
1ab36dad1d IDE: SysVarUserOvr dialog refactoring. Issue #28136, patch from Alexey Torgashin.
git-svn-id: trunk@49142 -
2015-05-22 20:20:46 +00:00
juha
2f09386a24 IDE: Apply editor font in SortSelection dialog. Issue #28138, patch from Alexey Torgashin.
git-svn-id: trunk@49141 -
2015-05-22 20:20:45 +00:00
juha
b7aa4249a9 IDE: Use ButtonPanel in CondDefine dialog. Issue #28139, patch from Alexey Torgashin.
git-svn-id: trunk@49140 -
2015-05-22 20:20:44 +00:00
juha
7792ebea95 IDE: Use TreeView instead of ListBox in NewProject dialog. Issue #28142, patch from Alexey Torgashin.
git-svn-id: trunk@49139 -
2015-05-22 20:20:43 +00:00
juha
2a8cb1723d JCF2: Improve the About dialog. Issue #28143, patch from Alexey Torgashin.
git-svn-id: trunk@49138 -
2015-05-22 20:20:41 +00:00
juha
07ff42276e IDE: Improve MakeResStr dialog, use ButtonPanel. Issue #28147, patch from Alexey Torgashin.
git-svn-id: trunk@49137 -
2015-05-22 20:20:40 +00:00
juha
0fe92eae95 LazUtils: Remove ambiguity from font item listeners. Issue #28137, patch from Johann.
git-svn-id: trunk@49136 -
2015-05-22 20:20:39 +00:00
juha
89b1411c3f LCL: Improve property ColorBox.ColorRectOffset. Issue #28135, patch from Alexey Torgashin.
git-svn-id: trunk@49135 -
2015-05-22 20:20:34 +00:00
joost
8b2acf39c1 FpDebugServer: Added --interactive option to return an easy parseable output with the tcp-port number.
git-svn-id: trunk@49134 -
2015-05-22 19:54:47 +00:00
martin
05aa7ea1ca SynEdit: fixed longest line / revision 49084 #f06680177d
git-svn-id: trunk@49133 -
2015-05-22 15:12:33 +00:00
martin
fe30e47f9b fpdebug: added params to stack (fixed for frames without context)
git-svn-id: trunk@49132 -
2015-05-22 14:48:42 +00:00
mattias
b5f8f80f55 lazbuild: verbose: show compile package ...
git-svn-id: trunk@49131 -
2015-05-22 11:06:39 +00:00
mattias
73c9b15957 IDE: check inter pkg files: verbosity on inconsistency
git-svn-id: trunk@49130 -
2015-05-22 07:13:03 +00:00
mattias
54166afa19 translations: German: updates from Swen Heinig
git-svn-id: trunk@49129 -
2015-05-22 06:24:51 +00:00
maxim
edbff25e1a IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49128 -
2015-05-22 00:37:35 +00:00
maxim
51820289ec Translations: regenerated some translations for sqldb and todolist
git-svn-id: trunk@49127 -
2015-05-21 23:43:59 +00:00
mattias
55c14b303c lazbuild: fixed error message for broken dependency
git-svn-id: trunk@49125 -
2015-05-21 11:36:10 +00:00
mattias
63c77cec07 IDE: write broken dependency path with -> instead of >
git-svn-id: trunk@49124 -
2015-05-21 10:12:06 +00:00
martin
2c1cc645e3 fpdebug: added params to stack
git-svn-id: trunk@49123 -
2015-05-20 21:00:18 +00:00
mattias
43cda43add IDE: check inter pkg sources: add .ppu files to list always as units even if only in include paths
git-svn-id: trunk@49122 -
2015-05-20 20:51:23 +00:00
jesus
336bdda458 LazReport, when formatting numbers check that value is really numeric, issue #28114
git-svn-id: trunk@49121 -
2015-05-20 17:04:07 +00:00
jesus
dc9a9728a6 LCL, grids: allow AutoAjustColumn calc max column width, check for empty cells, from Valdas Jankünas, issue #28144
git-svn-id: trunk@49120 -
2015-05-20 16:36:07 +00:00
mattias
5c4399fd59 IDE: check inter pkg sources: fixed adding ppu files
git-svn-id: trunk@49119 -
2015-05-20 10:53:34 +00:00