Commit Graph

56458 Commits

Author SHA1 Message Date
juha
e2a4c97011 Docs: Updated documentation for LazUtils and LCL. Issue #35079, patch from Don Siders.
git-svn-id: trunk@60422 -
2019-02-14 15:06:13 +00:00
juha
1cade139bf LCL: Inline some functions in LCLProc. Issue #35076.
git-svn-id: trunk@60421 -
2019-02-14 15:06:07 +00:00
wp
2ff24ec235 TAChart: Avoid multiple painting of series labels and error bars in case of multi-y-valued line series. Issue #35077.
git-svn-id: trunk@60420 -
2019-02-14 11:07:44 +00:00
martin
2acdb72734 LazDebugger(Fp)Lldb: fix select correct thread at breakpoint
git-svn-id: trunk@60419 -
2019-02-14 02:49:50 +00:00
wp
783b8c86cf TAChart: Some entries in the xml help file for TLineSeries.
git-svn-id: trunk@60418 -
2019-02-13 23:51:56 +00:00
maxim
d2bd729d29 LCLTranslator: adapted search procedure to the fact that master files now have .pot extension
git-svn-id: trunk@60417 -
2019-02-13 22:30:24 +00:00
wp
7b111e1c0a TAChart: add tadrawutils.xml (plus: fix some typos)
git-svn-id: trunk@60416 -
2019-02-13 18:54:49 +00:00
wp
438cc7c2ac TAChart: Some more xml help texts
git-svn-id: trunk@60415 -
2019-02-13 18:44:40 +00:00
wp
c2da4f6865 TAChart: Some more additions to the xml help files.
git-svn-id: trunk@60414 -
2019-02-12 23:22:29 +00:00
martin
dff24e8451 LazDebugger(Fp)Lldb: fix stackframe when switching between threads
git-svn-id: trunk@60413 -
2019-02-12 21:41:47 +00:00
martin
2de7b11832 LazDebugger(Fp)Lldb: fix thread/frame for watch eval.
git-svn-id: trunk@60412 -
2019-02-12 19:40:38 +00:00
maxim
7e998b13d9 LazUtils, Translations unit: when reading resource string files, do not escape TAB character with its code representation ('#9'), it is handled just fine both by our translation system and Poedit
git-svn-id: trunk@60411 -
2019-02-12 18:59:48 +00:00
maxim
cdbf14375f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@60410 -
2019-02-12 16:37:21 +00:00
maxim
26bce31b43 IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@60409 -
2019-02-12 16:35:59 +00:00
wp
5ed9b1096b TAChart: Some more additions to xml help files.
git-svn-id: trunk@60408 -
2019-02-11 23:38:30 +00:00
wp
8f58e27315 TAChart: Fix infinite loop caused by r60403 #f5f55eaf16
git-svn-id: trunk@60407 -
2019-02-11 18:55:44 +00:00
juha
6921b150ee IDE: Add checkbox to show/hide property filter in object inspector. Issue #35043, patch from ptvs.
git-svn-id: trunk@60406 -
2019-02-11 16:35:11 +00:00
wp
8375daf906 TAChart: Beginning to update the xml help files.
git-svn-id: trunk@60405 -
2019-02-11 16:13:37 +00:00
martin
4bb5c5ff41 LazDebuggerLldb: Add default lldb exe path (*nix)
git-svn-id: trunk@60404 -
2019-02-11 15:40:21 +00:00
wp
f5f55eaf16 TAChart: Fix positioning of series labels for stacked series and axis transformations.
git-svn-id: trunk@60403 -
2019-02-10 23:35:27 +00:00
wp
08360d70cd TAChart: Improved painting of stacked area and line series having missing values. New property StackedNaN.
git-svn-id: trunk@60402 -
2019-02-10 20:48:52 +00:00
martin
f0856e5ac3 Debugger: Callstack-Dlg, hide captions, small buttons, new image. Issue #0035044
git-svn-id: trunk@60401 -
2019-02-10 20:26:15 +00:00
michael
5b8a3e61e2 * Small clarification
git-svn-id: trunk@60400 -
2019-02-10 11:17:21 +00:00
michael
3135b1c8ca * Some fixes so everything compiles again with FPC 3.0.4. Added instructions to README.txt to work with 3.0.4
git-svn-id: trunk@60399 -
2019-02-10 11:16:01 +00:00
mattias
5541a7162a docs: lazutils: fixed xml, spelling and links, issues #35051, #35052, from Don Siders
git-svn-id: trunk@60398 -
2019-02-10 08:30:26 +00:00
mattias
0b690b2302 docs: lazutils: fixed xml, spelling and links, issues #35053, #35054, #35055, from Don Siders
git-svn-id: trunk@60397 -
2019-02-10 08:29:12 +00:00
wp
3a87732559 TAChart: Improved painting of stacked area series with missing values
git-svn-id: trunk@60396 -
2019-02-09 21:58:47 +00:00
michael
3a9e213f0c * Fix registering custom forms
git-svn-id: trunk@60395 -
2019-02-09 18:39:16 +00:00
michael
da14fc4435 * Revert last patch, additional files committed by accident
git-svn-id: trunk@60394 -
2019-02-09 18:38:37 +00:00
michael
85e16c046f * Fix registering custom formscomponents/customform/custforms.pp
git-svn-id: trunk@60393 -
2019-02-09 18:37:18 +00:00
maxim
c1e3ea24a0 LazUtils, Translations unit: when reading PO file, '\t' sequences are converted to TABs (code #9). Now for symmetry TABs are converted back to '\t' when writing PO files.
git-svn-id: trunk@60369 -
2019-02-08 23:45:45 +00:00
maxim
c91b1321e0 Translations: French translation update by Gilles Vasseur, bug #35034
git-svn-id: trunk@60368 -
2019-02-08 23:14:55 +00:00
wp
47c255ced3 TAChart: Speed-up in positioning of series marks (Issue #35031, modified patch by Marcin Wiazowski). Fix their position in case of rotated axes.
git-svn-id: trunk@60367 -
2019-02-08 22:00:46 +00:00
wp
f186bca54a TAChart: Small improvements in series code.
git-svn-id: trunk@60366 -
2019-02-08 21:30:54 +00:00
michl
6ec5e93dea IDE: SourceEditor: Assigning icons to four items of source editor menu. Issue #34987. Patch from FTurtle
git-svn-id: trunk@60365 -
2019-02-08 17:46:43 +00:00
michl
c323c396de LCL: Make IntfGraphics DisableLCLTIFF aware. Issue #35038. Patch from Alexey T.
git-svn-id: trunk@60364 -
2019-02-08 17:18:07 +00:00
michl
a85a3d9e59 LazUtils: Missing TFPImageFreeTypeDrawer.DrawGlyph added. Issue #35032. Patch from Ondrej Pokorny
git-svn-id: trunk@60363 -
2019-02-07 22:41:12 +00:00
michl
2035539759 LazUtils: Fixed wrong offsets in free type font subclips. Issue #35036. Patch from Ondrej Pokorny
git-svn-id: trunk@60362 -
2019-02-07 22:30:29 +00:00
michl
05aa1b08f9 LCL: TLazIntfImage: After revision 60360 #71e6fd3e59 it isn't needed to call CreateData when Create is called with size and description flags.
git-svn-id: trunk@60361 -
2019-02-07 22:00:54 +00:00
michl
71e6fd3e59 LCL: TLazIntfImage: Create data with defined size and flags. Issue #35035. Patch from Ondrej Pokorny
git-svn-id: trunk@60360 -
2019-02-07 21:46:47 +00:00
martin
99e95a0721 FpDebug: Test, fix asm compilation
git-svn-id: trunk@60359 -
2019-02-07 17:41:00 +00:00
martin
2fe7c631b4 FpDebug: Fix context for register on higher/non-existing stack frames (count vs index) / refactor
git-svn-id: trunk@60358 -
2019-02-07 17:40:20 +00:00
martin
616069b6b2 LazDebuggerFp: Fix context for evaluate on none existing stackframe
git-svn-id: trunk@60357 -
2019-02-07 17:39:06 +00:00
martin
e838d16727 LazDebuggerFp: Fix context for evaluate on higher stack frames (count vs index)
git-svn-id: trunk@60356 -
2019-02-07 17:06:10 +00:00
wp
7ea6dda14a TAChart: Fix stacked bar series containing missing values (NaN).
git-svn-id: trunk@60355 -
2019-02-07 15:38:55 +00:00
balazs
0a38c2bc83 Opkman: Rebuild IDE when needed.
git-svn-id: trunk@60354 -
2019-02-07 08:23:01 +00:00
wp
b96d9feffb TAChart: Improved determination of series marks' direction. Issue #35025. Modified patch by Marcin Wiazowski.
git-svn-id: trunk@60352 -
2019-02-06 23:07:41 +00:00
wp
ed41e9594f TAChart: Add property UseZeroLevel to TBarSeries in order to make it behave like TAreaSeries on linear and logarithmic axes (Issue #34863).
git-svn-id: trunk@60351 -
2019-02-06 22:43:31 +00:00
mattias
f2e8f61a82 docs: added Don Siders to contributors
git-svn-id: trunk@60350 -
2019-02-06 09:53:02 +00:00
mattias
1cb3217732 lcl: docs: calendar, issue #35009, from Don Siders
git-svn-id: trunk@60349 -
2019-02-06 08:28:19 +00:00