mattias
23822a8e52
codetools: parse fpc output: keep FULLVERSION value
...
git-svn-id: branches/fixes_2_0@60662 -
2019-03-13 07:11:44 +00:00
maxim
9f7ebc76de
Merged revision(s) 60635 #eb0c8c9342 from trunk:
...
Packager: Prevent Access Violation when creating a new component. Dependency was wrongly created. Issue #35145 .
........
git-svn-id: branches/fixes_2_0@60654 -
2019-03-11 22:00:43 +00:00
maxim
c708a1d3ad
Merged revision(s) 60577 #99c565049a from trunk:
...
startlazarus: fixed regression starting lazarus, issue #35184 , Cyrax
........
git-svn-id: branches/fixes_2_0@60653 -
2019-03-11 21:59:21 +00:00
martin
257da8738a
Merged revision(s) 60642 #6d0a2c7637 from trunk:
...
LazDebugger(Fp)Lldb: terminate debugger, when entering error state
........
git-svn-id: branches/fixes_2_0@60647 -
2019-03-10 13:08:03 +00:00
mattias
ed4d93ac02
IDE: default extension for target browser and nodejs is .js
...
git-svn-id: branches/fixes_2_0@60613 -
2019-03-07 11:27:26 +00:00
maxim
f506c67695
Merged revision(s) 60599 #8b7014dbb0 from trunk:
...
LldbDebugger: Detect if the external exe is wrongly set to gdb.
........
git-svn-id: branches/fixes_2_0@60608 -
2019-03-06 23:09:36 +00:00
maxim
f0b6c788ff
Merged revision(s) 60571 #730fb31994, 60578 #094543b6cb from trunk:
...
LCL/Grids: Add OnUserCheckboxImage event to TStringGrid, TDrawGrid and TDBGrid. Patch by Zoran Vučenović, issue #35097 .
........
LCL/Grids: Undo part of r60571 #730fb31994. What is left fixes drawing of user-provided checkboxes for TDBGrid and can be back-ported to Fixes (issue #35085 )
........
git-svn-id: branches/fixes_2_0@60607 -
2019-03-06 23:08:47 +00:00
maxim
d029bc93ad
Merged revision(s) 60540 #adc7b0575c, 60544 #d4a8763c35 from trunk:
...
lazutils: fixed PrepareCmdLineOption quote if needed
........
lazutils: fixed SplitCmdLine escape chars
........
git-svn-id: branches/fixes_2_0@60606 -
2019-03-06 23:07:28 +00:00
maxim
416f1ffb80
Merged revision(s) 60538 #acedbb1bcd from trunk:
...
codetools: IsCompilerExec: error if neither fpc nor pas2js
........
git-svn-id: branches/fixes_2_0@60605 -
2019-03-06 23:06:32 +00:00
maxim
b72dacab07
Merged revision(s) 60539 #74f40164bd, 60541 #4f1d217a02, 60543 #33c555282c, 60551-60552 #70529aa22d-#70529aa22d from trunk:
...
IDE: compile package: quote src if needed
........
IDE: fixed compiler kind if project/package compiler is set
........
IDE: use project compiler for codetools even if disabled
........
IDE/codetools: unified compiler check, fixed testing compiler twice
........
IDE: fixed fpc version check for resources
........
git-svn-id: branches/fixes_2_0@60604 -
2019-03-06 23:04:39 +00:00
maxim
7c745991a7
Merged revision(s) 60535-60537 #ad2827a4e5-#ad2827a4e5 from trunk:
...
IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling
........
IDE: rescan compiler defines: show default compiler error
........
IDE: show compiler options: quote compiler filename
........
git-svn-id: branches/fixes_2_0@60603 -
2019-03-06 23:02:00 +00:00
maxim
32ed2c232d
Merged revision(s) 60601 #b4aa5c80f3 from trunk:
...
Installer, Win: added Chinese translation by robsean, bug #35193
........
git-svn-id: branches/fixes_2_0@60602 -
2019-03-06 22:38:10 +00:00
mattias
e94fd0d7de
IDE: fixed run project without debugger
...
git-svn-id: branches/fixes_2_0@60582 -
2019-03-04 13:03:48 +00:00
mattias
9fa0532313
LazDebuggerFp: Prevent crash for unimplemented dwarf-tags (e.g. tag_interface). See issue #35129
...
git-svn-id: branches/fixes_2_0@60486 -
2019-02-24 14:02:04 +00:00
mattias
9c00526c9e
LazDebuggerGdbmi: Detect internal gdb errors, while waiting for run/step to end.
...
git-svn-id: branches/fixes_2_0@60485 -
2019-02-24 14:01:43 +00:00
mattias
90fe9a21f7
LazDebuggerGdbmi: refactor detection of gdb internal error. Move code to main debugger class.
...
git-svn-id: branches/fixes_2_0@60484 -
2019-02-24 14:01:26 +00:00
mattias
28b52d5179
LazDebugger(Fp)Lldb: Option to force open a terminal when debugging
...
git-svn-id: branches/fixes_2_0@60483 -
2019-02-24 14:01:07 +00:00
mattias
6501a40493
Debugger: PseudoTerminal, do not close the handle while app is still debugged.
...
git-svn-id: branches/fixes_2_0@60482 -
2019-02-24 14:00:49 +00:00
mattias
3abb9d6f67
IDE: Parse and update compilation tool commands correctly. Issue #35059
...
git-svn-id: branches/fixes_2_0@60481 -
2019-02-24 14:00:29 +00:00
mattias
d0cf844401
codetools: fixed parsing generic class function and generic function after type section
...
git-svn-id: branches/fixes_2_0@60480 -
2019-02-24 13:59:10 +00:00
martin
66fbacb8da
Merged revision(s) 60412-60413 #2de7b11832-#2de7b11832, 60419 #2acdb72734, 60431 #9c1b94fd8f from trunk:
...
LazDebugger(Fp)Lldb: fix thread/frame for watch eval.
........
LazDebugger(Fp)Lldb: fix stackframe when switching between threads
........
LazDebugger(Fp)Lldb: fix select correct thread at breakpoint
........
LazDebuggerFpLldb: fix correct context for eval in thread.
........
git-svn-id: branches/fixes_2_0@60436 -
2019-02-15 21:47:31 +00:00
martin
11c586d249
Merged revision(s) 60404 #4bb5c5ff41 from trunk:
...
LazDebuggerLldb: Add default lldb exe path (*nix)
........
git-svn-id: branches/fixes_2_0@60435 -
2019-02-15 21:45:51 +00:00
mattias
2d82aed265
TAChart: Fix compilation by FPC trunk after r40785 #9d12401342
...
git-svn-id: branches/fixes_2_0@60392 -
2019-02-09 16:34:56 +00:00
mattias
c00f24a331
IDE: SourceEditor: Assigning icons to four items of source editor menu. Issue #34987 . Patch from FTurtle
...
git-svn-id: branches/fixes_2_0@60391 -
2019-02-09 08:49:57 +00:00
mattias
f1696468bc
LCL: Make IntfGraphics DisableLCLTIFF aware. Issue #35038 . Patch from Alexey T.
...
git-svn-id: branches/fixes_2_0@60390 -
2019-02-09 08:49:38 +00:00
mattias
c3d904cd87
LazUtils: Missing TFPImageFreeTypeDrawer.DrawGlyph added. Issue #35032 . Patch from Ondrej Pokorny
...
git-svn-id: branches/fixes_2_0@60389 -
2019-02-09 08:49:18 +00:00
mattias
5fba012ef1
LazUtils: Fixed wrong offsets in free type font subclips. Issue #35036 . Patch from Ondrej Pokorny
...
git-svn-id: branches/fixes_2_0@60388 -
2019-02-09 08:48:59 +00:00
mattias
621e9c876f
TAChart: Improved determination of series marks direction. Issue #35025 . Modified patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60387 -
2019-02-09 08:48:34 +00:00
mattias
7b22ce1935
TAChart: Add property UseZeroLevel to TBarSeries in order to make it behave like TAreaSeries on linear and logarithmic axes Issue #34863
...
git-svn-id: branches/fixes_2_0@60386 -
2019-02-09 08:48:01 +00:00
mattias
8caa81b321
IDE: project version info: fixed CharSetCompare, issue #35021
...
git-svn-id: branches/fixes_2_0@60385 -
2019-02-09 08:47:37 +00:00
mattias
ae80e4f62a
Debugger: Register Window, fix updating register values. Broken in some cases since r60049 #52e85d555e
...
git-svn-id: branches/fixes_2_0@60384 -
2019-02-09 08:47:19 +00:00
mattias
e87f8e4c61
LCL: TCheckBox: Fixed application crashes before the form is showing. Issue #35018
...
git-svn-id: branches/fixes_2_0@60383 -
2019-02-09 08:47:02 +00:00
mattias
0df37d6866
LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976
...
git-svn-id: branches/fixes_2_0@60382 -
2019-02-09 08:46:44 +00:00
mattias
0af111a5fc
TAChart: Publish standard property Constraints Issue #35010
...
git-svn-id: branches/fixes_2_0@60381 -
2019-02-09 08:46:26 +00:00
mattias
a6c0d8a0a7
TAChart: Improved initialization of scaling transformation. Issue #34896 , patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60380 -
2019-02-09 08:46:07 +00:00
mattias
aa6c8ecdfc
synedit: fixed CompareBinary for Length(s2) > l
...
git-svn-id: branches/fixes_2_0@60379 -
2019-02-09 08:45:48 +00:00
mattias
511744bfa6
TAChart: Fix bar series not showing bars with values < 1 Issue #34863
...
git-svn-id: branches/fixes_2_0@60378 -
2019-02-09 08:45:25 +00:00
mattias
bb9ed36afa
TAChart: Prioritize Chart.MinDataSpace when plot size is too small. Issue #34896 . Patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60377 -
2019-02-09 08:45:06 +00:00
mattias
e24077d44b
TAChart: Fix font scaling of CanvasDrawer.
...
git-svn-id: branches/fixes_2_0@60376 -
2019-02-09 08:44:46 +00:00
mattias
35469e962b
LCL: Grids, Fix crashes if rows/cols are reduced and editor was active in removed grid area. Hide the Editor if cell no longer exists (same as in DeleteRow). Issue #0034930
...
git-svn-id: branches/fixes_2_0@60375 -
2019-02-09 08:44:25 +00:00
mattias
1243196875
TAChart: Improvements in TChartAxis.EnsureGuaranteedSpace(). Issue #34896 . Patch by Marcin Wiazowski.
...
git-svn-id: branches/fixes_2_0@60374 -
2019-02-09 08:42:54 +00:00
mattias
d758d73029
TAChart: Combine {$hints on} and {$warnings on} with {$push} and {$pop}
...
git-svn-id: branches/fixes_2_0@60373 -
2019-02-09 08:42:33 +00:00
mattias
4278dfd644
LCL: fixed regression from r59186 #8d0fe522bb. Issue #34870
...
git-svn-id: branches/fixes_2_0@60372 -
2019-02-09 08:38:36 +00:00
mattias
e4a665fb81
LCL-GTK2: Prevent Clipboard.AsText crashing. Issue #34795
...
git-svn-id: branches/fixes_2_0@60371 -
2019-02-09 08:38:15 +00:00
mattias
4baa965337
LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
...
git-svn-id: branches/fixes_2_0@60370 -
2019-02-09 08:35:13 +00:00
martin
c165297ef9
Merged revision(s) 60338 #f72819e5bd from trunk:
...
FpDebug, LazDebuggerFpLldb: prevent reading invalid memory (int overflow of Addr+Size) / this fixes crashes due to incorrect cache matches
........
git-svn-id: branches/fixes_2_0@60353 -
2019-02-07 00:25:17 +00:00
martin
b24424528c
Merged revision(s) 60325 #10824e43e6 from trunk:
...
LazDebugger(Fp)Lldb: Fix stepping in the correct thread
........
git-svn-id: branches/fixes_2_0@60339 -
2019-02-05 17:46:27 +00:00
mattias
13c8d5eb29
set fixes version to 2.0.1
...
git-svn-id: branches/fixes_2_0@60306 -
2019-02-02 20:03:29 +00:00
mattias
5205899c43
set fixes version to 2.0.0.4
...
git-svn-id: branches/fixes_2_0@60304 -
2019-02-02 19:58:07 +00:00
mattias
1800cc1c5e
docs: fixed xml
...
git-svn-id: branches/fixes_2_0@60303 -
2019-02-02 19:51:12 +00:00