Commit Graph

47023 Commits

Author SHA1 Message Date
juha
5572c8e982 IDE: Respond to Enter in SearchResultsView when focus on FilterEdit. Issue #28277, patch from Ondrej Pokorny.
git-svn-id: trunk@49317 -
2015-06-12 09:35:06 +00:00
juha
fa041aeae9 AddToPackage Dialog improvements. Issue #28273, patch from Ondrej Pokorny.
git-svn-id: trunk@49316 -
2015-06-12 09:34:57 +00:00
mattias
4f2b3156df cody: fixed compilation
git-svn-id: trunk@49315 -
2015-06-12 08:47:18 +00:00
maxim
2678938c83 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49313 -
2015-06-11 00:01:24 +00:00
maxim
77e7bce2e8 Debugger, CallStack window: localized initial 'Max 10' button caption, shortened 'Goto' button caption and changed source column caption ('Source' -> 'Location')
git-svn-id: trunk@49312 -
2015-06-11 00:00:17 +00:00
juha
40732f021f Wiki component: Support prefix "file:" in wikiget and HTML converter. Issue #28265, patch from wp.
git-svn-id: trunk@49311 -
2015-06-10 14:35:14 +00:00
juha
663e1b5ca2 TabOrder dialog: Prevent an extra item under EditButton. Issue #28191, patch from Ondrej Pokorny.
git-svn-id: trunk@49310 -
2015-06-10 09:02:57 +00:00
juha
5955e92f0c IDE: Minor visual tweaks for ProcedureList and SearchResult dialogs. Issue #28268, patch from Alexey Torgashin.
git-svn-id: trunk@49309 -
2015-06-10 09:02:56 +00:00
juha
04f6320077 Codetools: Support method names escaped with '&' in class completion. Issue #28227, patch from Ondrej Pokorny.
git-svn-id: trunk@49308 -
2015-06-10 09:02:54 +00:00
juha
9dc2acfa82 Codetools: Accept the "&" character. Issue #28221, patch from Ondrej Pokorny.
git-svn-id: trunk@49307 -
2015-06-10 09:02:52 +00:00
juha
8931f18954 IDE: In identifier completion, respect "Add semicolon" option, add '&' when needed. Issue #28226, patch from Ondrej Pokorny.
git-svn-id: trunk@49306 -
2015-06-10 09:02:46 +00:00
maxim
46f71410cb IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49303 -
2015-06-09 21:14:49 +00:00
maxim
6b7321cda8 IDE: improved 'Show files to be deleted' dialog i18n, bug #28251
git-svn-id: trunk@49302 -
2015-06-09 21:12:59 +00:00
zeljko
41459427dc LCL: TCustomMaskEdit, do not set selection if control isn't focused. issue #17942
git-svn-id: trunk@49301 -
2015-06-09 08:22:26 +00:00
juha
6cf8c56cfc LazUtils: Improve UTF8WrapText. Issue #28259, patch from Antônio Galvão.
git-svn-id: trunk@49300 -
2015-06-09 07:56:02 +00:00
zeljko
edabee3db9 Qt: more safe delete of viewport. issue #28264
git-svn-id: trunk@49299 -
2015-06-09 07:23:11 +00:00
maxim
5029e7c477 IDE: fixed Version Info dialog stringgrid title i18n and made some fixes/improvements to Russian translation, bug #28251
git-svn-id: trunk@49295 -
2015-06-08 23:44:23 +00:00
joost
a4c7f8664f LazDebuggerFPDServer: Retrieve disassembled code from the fpdserver
git-svn-id: trunk@49294 -
2015-06-08 19:20:20 +00:00
juha
4897c219cd IDE: ThumbTracking for Scrollbar in ProjectVersioninfoOptions. Issue #28254, patch from Alexey Torgashin.
git-svn-id: trunk@49293 -
2015-06-08 16:11:00 +00:00
juha
d9005edc1c IDE: File filters in ExtTooldialog. Issue #28255, patch from Alexey Torgashin.
git-svn-id: trunk@49292 -
2015-06-08 16:10:58 +00:00
juha
246075816b Converter: ChgEncodingDlg tweak. Issue #28256, patch from Alexey Torgashin.
git-svn-id: trunk@49291 -
2015-06-08 16:10:57 +00:00
juha
fe0e76a920 ChmMaker: Fix a memory leak. Issue #28250, patch from wp.
git-svn-id: trunk@49290 -
2015-06-08 16:10:52 +00:00
juha
6b5589a1c7 IDE: Don't select the first component in ComponentList at startup. Issue #28260, patch from Ondrej Pokorny
git-svn-id: trunk@49289 -
2015-06-08 14:47:55 +00:00
juha
215e8e0e35 IDE: Fix a crash bug with ComponentList when ComponentPalette is hidden. Issue #28261, patch from Ondrej Pokorny.
git-svn-id: trunk@49288 -
2015-06-08 14:47:50 +00:00
joost
a8ae389b6f FpDebugServer: Added disassemble command
git-svn-id: trunk@49287 -
2015-06-07 13:13:58 +00:00
bart
bff355cf81 LCL: publish TLabledEdit TextHint properties.
git-svn-id: trunk@49286 -
2015-06-07 09:50:44 +00:00
bart
0d656c63ff LCL: Make thetype of TextHint TTranslateString instead of String (part of issue #0028129).
git-svn-id: trunk@49285 -
2015-06-07 09:46:32 +00:00
bart
5383338553 LazUtils: Don't raise exceptions in CopyFile function by default. Added a parameter to control this behaviour. Issue #0028236.
git-svn-id: trunk@49284 -
2015-06-07 09:21:24 +00:00
martin
922e30ce7c SynEdit: Fixed overflow error
git-svn-id: trunk@49283 -
2015-06-06 11:38:01 +00:00
juha
f5d76b4807 ChmMaker: Fix a memory leak. Issue #28250, patch from wp.
git-svn-id: trunk@49282 -
2015-06-06 11:19:47 +00:00
juha
d5cad8c9f8 Fix file filter for AddToPackage dialog. Issue #28247, patch from Alexey Torgashin.
git-svn-id: trunk@49281 -
2015-06-06 11:19:45 +00:00
juha
71a92380d4 IDE: Cleanup.
git-svn-id: trunk@49280 -
2015-06-06 11:19:40 +00:00
juha
51d721b429 IDE: Improve ProjectInspect. Issue #28127, patch from Ondrej Pokorny.
git-svn-id: trunk@49279 -
2015-06-05 18:12:49 +00:00
juha
8a2cbf2d8e LCL: Remove arrow from widgetsets.
git-svn-id: trunk@49278 -
2015-06-05 17:11:00 +00:00
juha
7027b12651 LCL: Improve TArrow more. Issue #28228, patch from Alexey Torgashin.
git-svn-id: trunk@49277 -
2015-06-05 17:10:58 +00:00
juha
e9c5a3b795 IDE: Improve CleanDir dialog layout. Issue #28248, patch from Alexey Torgashin.
git-svn-id: trunk@49276 -
2015-06-05 17:10:53 +00:00
maxim
3d94951a6e Translations: Hungarian translation update by Péter Gábor, bug #28244
git-svn-id: trunk@49272 -
2015-06-04 21:26:04 +00:00
maxim
e906ccafd2 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49271 -
2015-06-04 21:10:47 +00:00
jesus
6291d0e126 LazReport, cairoexport: fine tuning of exported object width/height, from Julio Jiménez B.
git-svn-id: trunk@49270 -
2015-06-04 19:29:18 +00:00
joost
d5bcf79820 FpDebugServer: Fixed possible AV on commands that are executed without a process being running
git-svn-id: trunk@49269 -
2015-06-04 19:26:47 +00:00
joost
f504e38ee7 FpDebugServer: Added setconsoletty command.
git-svn-id: trunk@49268 -
2015-06-04 19:20:35 +00:00
joost
c88aaffaa0 FpDebugServer: Add console-message to json-event-messages.
git-svn-id: trunk@49267 -
2015-06-04 19:11:49 +00:00
joost
4c5136dbe7 LazDebuggerFPDServer: Fixed compilation
git-svn-id: trunk@49266 -
2015-06-04 18:11:17 +00:00
joost
defb929545 LazDebuggerFPDServer: Send console-output to the terminal window
git-svn-id: trunk@49265 -
2015-06-04 18:08:31 +00:00
joost
5960d41722 FpDebugServer: Re-direct console output
git-svn-id: trunk@49264 -
2015-06-04 17:47:09 +00:00
juha
3fab105924 Packager: CleanPkgDeps dialog tweak. Issue #28241, patch from Alexey Torgashin.
git-svn-id: trunk@49263 -
2015-06-04 11:17:49 +00:00
juha
a6dbef7f80 Fix dialog file filters in various places. Issue #28242, patch from Alexey Torgashin
git-svn-id: trunk@49262 -
2015-06-04 11:17:44 +00:00
juha
cd60cd81ec LCL: Add ShadowColor for TArrow. Issue #28228, patch from Alexey Torgashin.
git-svn-id: trunk@49261 -
2015-06-04 08:57:48 +00:00
juha
aa88ae22b8 ChmMaker: Fix "lhelp not located" error on Windows. Issue #28239, patch from wp.
git-svn-id: trunk@49260 -
2015-06-04 08:57:39 +00:00
maxim
bfc4c3840c IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49259 -
2015-06-04 00:32:46 +00:00