mattias
|
c2b0e049ef
|
set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
|
2018-09-15 19:41:22 +00:00 |
|
juha
|
b06f6da4af
|
IdeIntf: Add API for ExecuteCommand in CompOptsIntf. Issue #34283, patch from m_burkhard@gmx.ch.
git-svn-id: trunk@59006 -
|
2018-09-15 17:17:22 +00:00 |
|
juha
|
c0f0430c22
|
IdeIntf: A minor refactoring for PropEdits.
git-svn-id: trunk@58988 -
|
2018-09-14 10:26:11 +00:00 |
|
maxim
|
db62862efe
|
LCLTranslator, Translations units: when translating an item, return original value if translation is empty. Idea by Sergey Bulba. Also improved finding master .po file in LCLTranslator. Fixes bug #33095.
git-svn-id: trunk@58976 -
|
2018-09-13 22:03:54 +00:00 |
|
juha
|
4d743ea119
|
IdeIntf: Cleanup for PropEdits.
git-svn-id: trunk@58968 -
|
2018-09-12 18:26:14 +00:00 |
|
juha
|
8e92c0d649
|
IdeIntf: Property editor for MenuItem Caption. Update MenuItem's name when it is turned into a separator.
git-svn-id: trunk@58964 -
|
2018-09-12 13:06:48 +00:00 |
|
martin
|
abb4caa1b0
|
LazDebugger, lldb: more except handling
git-svn-id: trunk@58952 -
|
2018-09-11 12:07:08 +00:00 |
|
martin
|
39bce25a6e
|
LazDebugger, lldb: more except handling
git-svn-id: trunk@58951 -
|
2018-09-11 11:28:57 +00:00 |
|
juha
|
fac99eb1ea
|
Fix compilation of VirtualTreeView after r58939 #508a89d4af. Add a deprecated NewLine(). Issue #34250, patch from Pascal Riekenberg.
git-svn-id: trunk@58946 -
|
2018-09-11 08:22:23 +00:00 |
|
martin
|
28d95f19a0
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
|
2018-09-10 22:52:30 +00:00 |
|
martin
|
6a118ae674
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58943 -
|
2018-09-10 22:48:59 +00:00 |
|
martin
|
abb0c6ee62
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58942 -
|
2018-09-10 22:38:29 +00:00 |
|
martin
|
92a49470c8
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58941 -
|
2018-09-10 22:28:16 +00:00 |
|
juha
|
508a89d4af
|
LCL: Rename function NewLine -> NewLineMI to avoid name clashes and confusion.
git-svn-id: trunk@58939 -
|
2018-09-10 22:27:55 +00:00 |
|
martin
|
df5198c067
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58937 -
|
2018-09-10 22:17:51 +00:00 |
|
maxim
|
de9dc6c952
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34247
git-svn-id: trunk@58936 -
|
2018-09-10 21:47:12 +00:00 |
|
martin
|
39230ec8a5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58935 -
|
2018-09-10 18:51:10 +00:00 |
|
martin
|
2215afacf5
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58934 -
|
2018-09-10 18:47:45 +00:00 |
|
martin
|
d2951e053c
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58933 -
|
2018-09-10 18:36:24 +00:00 |
|
martin
|
1f0e5653f1
|
git-svn-id: trunk@58932 -
|
2018-09-10 18:09:22 +00:00 |
|
martin
|
a588c248ff
|
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58931 -
|
2018-09-10 15:54:21 +00:00 |
|
wp
|
6d06c805d5
|
TurboPower_ipro: Add text alignment support for some more html tags.
git-svn-id: trunk@58914 -
|
2018-09-08 21:39:04 +00:00 |
|
wp
|
92645dcf58
|
TurboPower_ipro: Avoid centering of text for style="text-align:justify"
git-svn-id: trunk@58913 -
|
2018-09-08 20:05:34 +00:00 |
|
wp
|
4572e78d45
|
TurboPower_ipro: Improved font detection. No hardLF around PRE node.
git-svn-id: trunk@58911 -
|
2018-09-08 17:49:38 +00:00 |
|
wp
|
88defc6a48
|
TurboPower_ipro: Add property "LinksUnderlined" to TIpHtmlPanel in order to underline hyperlinks or not.
git-svn-id: trunk@58910 -
|
2018-09-08 16:20:51 +00:00 |
|
wp
|
4c032af54f
|
TurboPower_ipro: Some more improvements in line spacings.
git-svn-id: trunk@58909 -
|
2018-09-08 15:55:42 +00:00 |
|
wp
|
69221ae81d
|
TurboPower_ipro: Improved rendering for consecutive <br> tags.
git-svn-id: trunk@58908 -
|
2018-09-08 11:24:34 +00:00 |
|
wp
|
1dc5b4578f
|
TurboPower_ipro: Fix font selection.
git-svn-id: trunk@58907 -
|
2018-09-08 10:09:38 +00:00 |
|
jesus
|
a4bad60e2c
|
LazReport: check for null in formatfloat function, issue #34213
git-svn-id: trunk@58906 -
|
2018-09-08 06:30:49 +00:00 |
|
wp
|
64b5cbf0b6
|
TurboPower_ipro: Fix line spacings when <br> tag is used.
git-svn-id: trunk@58905 -
|
2018-09-07 18:41:40 +00:00 |
|
wp
|
c51224fbad
|
lhelp: Extend the default count of MRU entries to 10
git-svn-id: trunk@58901 -
|
2018-09-07 10:11:34 +00:00 |
|
wp
|
813b5366b2
|
TAChart: Fix TChartColorMapSeries legend items when BuiltinPalette is used: Add new properties BuiltInPaletteMax and BuildInPaletteMin, remove property AutoMapColors. Update "func" demo.
git-svn-id: trunk@58900 -
|
2018-09-07 09:00:16 +00:00 |
|
martin
|
561246b1f9
|
LazDebugger, lldb: added asm step support / Issue #34227 Patch by David Jenkins
git-svn-id: trunk@58897 -
|
2018-09-06 21:52:19 +00:00 |
|
martin
|
d8030ed0be
|
LazDebugger, fp-lldb: added dis-assembler support / Issue #34228 Patch by David Jenkins
git-svn-id: trunk@58896 -
|
2018-09-06 21:40:21 +00:00 |
|
wp
|
2a57c469be
|
TurboPower_ipro: Fix relative font size.
git-svn-id: trunk@58895 -
|
2018-09-06 13:53:05 +00:00 |
|
martin
|
b65618119a
|
fp-lldb debugger: fix hint evaluation / make sure registers are read first. Issue #034229
git-svn-id: trunk@58894 -
|
2018-09-06 12:15:32 +00:00 |
|
martin
|
7c2ce1cc23
|
fp-lldb, allow none external dbg info on mac 64bit
git-svn-id: trunk@58893 -
|
2018-09-06 11:42:47 +00:00 |
|
martin
|
ae279a0337
|
fpdebug: use TFPGMap instead of TStringList. Included in patch of Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58892 -
|
2018-09-06 11:26:24 +00:00 |
|
martin
|
a44e814975
|
fpdebug / fp-lldb: runtime detection of 32/64bit arch. Issue #34225 Patch by David Jenkins
git-svn-id: trunk@58891 -
|
2018-09-06 11:24:43 +00:00 |
|
mattias
|
687059072b
|
IDEIntf: added TProjectIntf.RemovePackageDependency
git-svn-id: trunk@58890 -
|
2018-09-06 08:31:26 +00:00 |
|
martin
|
d4437e704c
|
LazDebugger, lldb: fix process launch
git-svn-id: trunk@58886 -
|
2018-09-06 01:45:03 +00:00 |
|
martin
|
362a579f9c
|
LazDebugger, lldb: fix settings clear
git-svn-id: trunk@58885 -
|
2018-09-06 01:35:58 +00:00 |
|
martin
|
521b7017a7
|
LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58884 -
|
2018-09-06 01:33:19 +00:00 |
|
martin
|
0ca9912dbf
|
LazDebugger, lldb: fix settings cmd line args
git-svn-id: trunk@58883 -
|
2018-09-06 01:26:53 +00:00 |
|
martin
|
8e9344b351
|
LazDebugger, lldb: improved detecting arch discovery / Issue #34226 Patch by David Jenkins
git-svn-id: trunk@58882 -
|
2018-09-06 01:12:45 +00:00 |
|
martin
|
0d7386a502
|
LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58881 -
|
2018-09-06 00:52:56 +00:00 |
|
wp
|
339ab00c2d
|
TurboPower_ipro: Add css support of table width.
git-svn-id: trunk@58877 -
|
2018-09-05 19:52:16 +00:00 |
|
wp
|
d049fe0df4
|
TurboPower_ipro: Fix background color of table rows
git-svn-id: trunk@58875 -
|
2018-09-05 18:45:22 +00:00 |
|
martin
|
9347bbad86
|
LazDebugger, lldb: added run error handling
git-svn-id: trunk@58872 -
|
2018-09-05 13:54:08 +00:00 |
|
wp
|
a354560ef1
|
TurboPower_ipro: Fix inconsistent case-(in)sensitivity of classIDs. fpc's ref.chm now displays correctly (except for codepage issue).
git-svn-id: trunk@58869 -
|
2018-09-05 08:44:55 +00:00 |
|
wp
|
ebe028346c
|
TurboPower_ipro: More general solution for text alignment.
git-svn-id: trunk@58868 -
|
2018-09-05 08:04:44 +00:00 |
|
balazs
|
72a9b8637e
|
Opkman: Adjust hintwindow position when there is not enough room. Request by forum user @Alextp.
git-svn-id: trunk@58867 -
|
2018-09-05 07:30:38 +00:00 |
|
wp
|
b24aeda3ef
|
TurboPower_ipro: Remove unneeded assignment of node header id.
git-svn-id: trunk@58862 -
|
2018-09-04 21:43:01 +00:00 |
|
wp
|
0673939267
|
TurboPower_ipro: Fix horizontal text alignment by style.
git-svn-id: trunk@58861 -
|
2018-09-04 21:09:51 +00:00 |
|
juha
|
4366247bd3
|
IdeIntf: Enlarge Object inspector's ComboBox / Edit area. Improves visual appearance. Issue #33550, by Anthony Walter.
git-svn-id: trunk@58860 -
|
2018-09-04 20:59:01 +00:00 |
|
wp
|
caf991f0b9
|
TurboPower_ipro: Fix alignment of text in <p> and <div> tags, inside and outside <td> containers, hopefully...
git-svn-id: trunk@58856 -
|
2018-09-04 14:27:16 +00:00 |
|
wp
|
9f3839bc3a
|
TurbopPower_ipro: Fix alignment of simple text in table cells (note: not working any more for div tags within cells)
git-svn-id: trunk@58852 -
|
2018-09-04 10:58:10 +00:00 |
|
martin
|
d7046574ac
|
LazDebugger, lldb: fix process terminated / add environment / add cmd line args
git-svn-id: trunk@58845 -
|
2018-09-03 22:36:24 +00:00 |
|
wp
|
9e430154c4
|
TurboPower_ipro: Improved layout of div tags in TIpHtmlPanel
git-svn-id: trunk@58843 -
|
2018-09-03 17:53:03 +00:00 |
|
martin
|
9fdeb7de5c
|
LazDebugger, lldb: refactor run command / not all lldb support thread stop format
git-svn-id: trunk@58841 -
|
2018-09-03 15:45:42 +00:00 |
|
martin
|
9a1584ac60
|
SynEdit, Markup outline: fix crash after enabling outline (when IDE started with it disabled)
git-svn-id: trunk@58840 -
|
2018-09-03 14:46:23 +00:00 |
|
martin
|
5570f33576
|
LazDebugger, lldb: refactor run command / move break handling to run cmd / hook, auto run thread list
git-svn-id: trunk@58839 -
|
2018-09-03 14:41:33 +00:00 |
|
juha
|
301ca8011f
|
CustomForm: Register new properties also for designer so they remain in a form. Issue #30241, solution from Balázs Székely.
git-svn-id: trunk@58838 -
|
2018-09-03 06:47:57 +00:00 |
|
wp
|
c4ea4bf8e6
|
TurboPower_ipro: Fix hyperlinks defined by id attributes (issue #32526)
git-svn-id: trunk@58831 -
|
2018-09-02 22:38:03 +00:00 |
|
wp
|
81bf5300aa
|
TurboPower_ipro: Fix IpHtmlPanel ignoring linebreak between <p> nodes within a <td> node. Improvements in rendering distance between paragraphs.
git-svn-id: trunk@58817 -
|
2018-09-02 13:10:57 +00:00 |
|
juha
|
226118e3dd
|
IDE: Allow to replace a path in PathEditor if a new path differs only by character case. Issue #33902.
git-svn-id: trunk@58815 -
|
2018-09-01 22:07:59 +00:00 |
|
juha
|
797ad461c4
|
IDE: Use the new restore_defaults icon for some buttons in Options frames.
git-svn-id: trunk@58812 -
|
2018-09-01 20:49:03 +00:00 |
|
maxim
|
3b46adfc4f
|
AnchorDocking: regenerated translations
git-svn-id: trunk@58809 -
|
2018-08-31 22:57:49 +00:00 |
|
juha
|
a124454811
|
AnchorDocking: Cleanup resource strings.
git-svn-id: trunk@58808 -
|
2018-08-31 10:09:10 +00:00 |
|
juha
|
f6dcfb9e4f
|
LazUtils: Add process priority constants for latest FPC. Issue #34184, patch from Do-wan Kim.
git-svn-id: trunk@58806 -
|
2018-08-31 08:15:05 +00:00 |
|
maxim
|
321ad27d9f
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34195
git-svn-id: trunk@58800 -
|
2018-08-29 22:04:31 +00:00 |
|
wp
|
67b989370d
|
TAChart: Fix LCL scaling of TChartCombobox.SymbolWidth
git-svn-id: trunk@58795 -
|
2018-08-28 16:16:36 +00:00 |
|
juha
|
0bb1729bdc
|
Cleanup for utility functions.
git-svn-id: trunk@58786 -
|
2018-08-27 19:03:21 +00:00 |
|
wp
|
46bb34ff6f
|
TAChart: Use THiddenPropertyEditor instead of DefineProperties to hide the deprecated property TConstantLine.AxisIndexX.
git-svn-id: trunk@58775 -
|
2018-08-25 09:10:14 +00:00 |
|
wp
|
4907624f26
|
TAChart: Rename TFuncSeries method SetFitParamBasisFunc to SetFitBasisFunc; restrict its parameter AIndex to be > 0.
git-svn-id: trunk@58770 -
|
2018-08-24 12:54:25 +00:00 |
|
balazs
|
5c2e3bcf94
|
Opkman: Automatically adjust memo height for metapackage description.
git-svn-id: trunk@58769 -
|
2018-08-24 12:02:04 +00:00 |
|
wp
|
63c26a35ae
|
TAChart: Extend TDatapointTool.AffectedSeries to accept also semicolon and pipe ('|') as separators.
git-svn-id: trunk@58768 -
|
2018-08-24 11:11:27 +00:00 |
|
wp
|
75cdabf306
|
TAChart: Rename TConstantLine.AxisIndexX to .AxisIndex
git-svn-id: trunk@58767 -
|
2018-08-24 10:14:42 +00:00 |
|
wp
|
98812def35
|
TAChart: Add feCustom as new TFitEquation element: User-defined basis functions
git-svn-id: trunk@58765 -
|
2018-08-23 14:06:06 +00:00 |
|
maxim
|
ef3849bf8b
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34168
git-svn-id: trunk@58763 -
|
2018-08-22 22:46:17 +00:00 |
|
maxim
|
7ecdc4a43b
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34167
git-svn-id: trunk@58762 -
|
2018-08-22 22:36:22 +00:00 |
|
maxim
|
eb842c1d6e
|
Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@58761 -
|
2018-08-22 22:31:21 +00:00 |
|
maxim
|
d1047d568e
|
TAChart: updated Russian translation
git-svn-id: trunk@58760 -
|
2018-08-22 22:05:32 +00:00 |
|
balazs
|
de1dca667b
|
Opkman: UI tweak + small bugfix.
git-svn-id: trunk@58757 -
|
2018-08-22 09:04:15 +00:00 |
|
balazs
|
ad0354c154
|
Opkman: Show community description in the hint window.
git-svn-id: trunk@58756 -
|
2018-08-22 08:04:06 +00:00 |
|
wp
|
3a70dfe1f1
|
TAChart: Fix x values for TFitSeries' confidence/prediction intervals in case of FitEquation = fePower
git-svn-id: trunk@58755 -
|
2018-08-22 08:02:19 +00:00 |
|
wp
|
20c1203380
|
TAChart: Rename TFitSeries.Statistics to .FitStatistics
git-svn-id: trunk@58754 -
|
2018-08-22 07:51:31 +00:00 |
|
balazs
|
13d5bd13c3
|
Opkman: Add "community description" for each package. This is especially important for packages that are no longer maintained.
git-svn-id: trunk@58753 -
|
2018-08-22 05:31:01 +00:00 |
|
wp
|
f386e5ab6b
|
TAChart: Add support for confidence and prediction limits to TFitSeries.
git-svn-id: trunk@58752 -
|
2018-08-21 22:13:15 +00:00 |
|
wp
|
19b7149384
|
TAChart: Rename TFitStatistics.MSE to .ResidualStandardError.
git-svn-id: trunk@58751 -
|
2018-08-21 19:16:11 +00:00 |
|
jesus
|
6e5743846c
|
LazReport: pdf exporter (lr_e_fclpdf) - add poSubsetFont to options which reduce size of resulting file, patcn from Michal Gawrycki, issue #34165
git-svn-id: trunk@58750 -
|
2018-08-21 16:51:55 +00:00 |
|
wp
|
5e3a683299
|
TAChart: Add fit parameter confidence limits to FitSeries.
git-svn-id: trunk@58747 -
|
2018-08-20 23:01:37 +00:00 |
|
wp
|
ff36f03b93
|
TAChart: More versatile fitting routines in TFitSeries, statistical analysis of fit results.
git-svn-id: trunk@58746 -
|
2018-08-20 21:21:10 +00:00 |
|
martin
|
c825d4842d
|
SynEdit, EditorOpts: fix color for outline
git-svn-id: trunk@58744 -
|
2018-08-20 12:45:46 +00:00 |
|
maxim
|
a351c9f8fe
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34139
git-svn-id: trunk@58742 -
|
2018-08-19 23:08:36 +00:00 |
|
michael
|
bc7f4d73ab
|
* Correct handling of non-modal window
git-svn-id: trunk@58720 -
|
2018-08-15 17:49:26 +00:00 |
|
michael
|
0f4021f622
|
* Correct handling of non-modal window
git-svn-id: trunk@58719 -
|
2018-08-15 17:48:46 +00:00 |
|
michael
|
0ef49c088c
|
* Reset compile command
git-svn-id: trunk@58718 -
|
2018-08-15 17:45:47 +00:00 |
|
michael
|
80aa4c6d3e
|
* Fieldmap and typesafe data access
git-svn-id: trunk@58717 -
|
2018-08-15 17:41:18 +00:00 |
|
balazs
|
f1f9b9f521
|
Opkman: Shortcut keys for different commands(form).
git-svn-id: trunk@58715 -
|
2018-08-15 13:58:29 +00:00 |
|