Commit Graph

56134 Commits

Author SHA1 Message Date
mattias
d6da247e02 IDE: clean up
git-svn-id: trunk@59975 -
2019-01-02 17:07:17 +00:00
mattias
020d76d698 codetools: clean up
git-svn-id: trunk@59974 -
2019-01-02 17:04:53 +00:00
mattias
780beb52fe codetools: scan fpc units: store fpm sources separate
git-svn-id: trunk@59973 -
2019-01-02 17:02:02 +00:00
juha
e3f4661f92 LCL: New procedure Exchange for TCheckListBox. Issue #34793, patch from AlexeyT.
git-svn-id: trunk@59972 -
2019-01-02 15:30:45 +00:00
martin
6bedb95bcd SynEdit: fix selection with smLine (include some selection via gutter) should include folded lines, if the "fold start" line gets selected. Issue #0034760
git-svn-id: trunk@59971 -
2019-01-02 15:02:00 +00:00
joost
ac7b445bbf Packager: Only re-create fpmake.pp when it is actually used to compile the package
git-svn-id: trunk@59970 -
2019-01-01 17:04:45 +00:00
joost
b7986e28cf Fppkg: Try to guess the correct fppkg-settings from the path to the compiler executable
git-svn-id: trunk@59969 -
2019-01-01 16:50:29 +00:00
joost
68276150e1 IDEIntf: Make it possible to use the path to the compiler in packages
git-svn-id: trunk@59968 -
2019-01-01 16:49:20 +00:00
joost
4f0026610f Fppkg: Do not add the Lazarus directories to the fppkg setup anymore. The fppkg packages are now installed into the normal fppkg-location
git-svn-id: trunk@59967 -
2019-01-01 16:44:18 +00:00
joost
8cba1e0f88 Fppkg: fppkg_initializeoptionsfrm.pas added to project
git-svn-id: trunk@59966 -
2019-01-01 16:38:21 +00:00
martin
0d0fab67b2 FpDebug: Dwarfviewer. Allow drop files / various updates
git-svn-id: trunk@59965 -
2019-01-01 15:13:08 +00:00
martin
f5e720ed1e LazDebuggerFp/FpDebug: tests
git-svn-id: trunk@59964 -
2019-01-01 15:12:06 +00:00
martin
386fdbd4a6 FpDebug: ResetValueBounds was moved to SetTypeCastInfo
git-svn-id: trunk@59963 -
2019-01-01 15:07:06 +00:00
martin
c19567f879 FpDebug: fix nested array bounds in dwarf3
git-svn-id: trunk@59962 -
2019-01-01 15:06:19 +00:00
martin
40e565832d FpDebug: added dbgs for debugln
git-svn-id: trunk@59961 -
2019-01-01 13:47:16 +00:00
jesus
ecffcbf542 LCL, grids: fix TStringGrid copy/paste to/from MS Excel and OO Calc bug, patch from K155LA3, issue #30623
git-svn-id: trunk@59960 -
2018-12-31 17:00:37 +00:00
martin
52dda0c955 FpDebug: fix commit 59943 #31fe8e6955 / open-array bounds
git-svn-id: trunk@59959 -
2018-12-31 14:26:38 +00:00
joost
ff82fa5222 Packager: When fppkg is not configured properly, assume all of fpcs packages are there. Bug #34780
git-svn-id: trunk@59958 -
2018-12-31 13:29:10 +00:00
mattias
f949372371 IDE: fixed warning about missing output directory D:\, issue #34545
git-svn-id: trunk@59951 -
2018-12-31 12:42:46 +00:00
mattias
5f2754d81a IDE: find broken packages: ignore FPMake packages, issue #34784
git-svn-id: trunk@59950 -
2018-12-31 10:01:46 +00:00
mattias
365c570ff6 IDE: find broken packages: ignore FPMake packages, issue #34784
git-svn-id: trunk@59949 -
2018-12-31 09:59:32 +00:00
mattias
327f824d6d lcl: updated fpmake
git-svn-id: trunk@59948 -
2018-12-31 09:59:02 +00:00
mattias
2140a86dd9 lazutils: updated fpmake
git-svn-id: trunk@59947 -
2018-12-31 09:58:44 +00:00
mattias
da5ed1026a lazutils: updated fpmake
git-svn-id: trunk@59946 -
2018-12-31 09:58:25 +00:00
mattias
ad186901ea synedit: updated fpmake
git-svn-id: trunk@59945 -
2018-12-31 09:57:59 +00:00
mattias
f6cf943c86 codetools: comments
git-svn-id: trunk@59944 -
2018-12-31 09:56:43 +00:00
martin
31fe8e6955 FpDebug: fix accessing Upper-bound-value of open-array. Was missing a context object. Issue #0034781 / Add limit to prevent bad size, if data is corrupt. Issue #34772
git-svn-id: trunk@59943 -
2018-12-31 00:42:49 +00:00
maxim
50e385e87c FPPkg: updated Russian translation
git-svn-id: trunk@59942 -
2018-12-30 22:53:59 +00:00
maxim
d024b3b0f3 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@59941 -
2018-12-30 22:49:37 +00:00
joost
3d5be57e48 fcl,lazutils,lclbase,lcl,synedit: Re-generated fpmake.pp files
git-svn-id: trunk@59940 -
2018-12-29 23:13:34 +00:00
joost
3e3ae9d53f FCL: Enabled possibility to use fpmake to build this package
git-svn-id: trunk@59939 -
2018-12-29 23:11:25 +00:00
joost
cdbad960fd Packager: Take packagevariants into account while determing the unit-path of fpmake packages
git-svn-id: trunk@59938 -
2018-12-29 23:04:27 +00:00
joost
21e4fd4e8f lazutils,lclbase,synedit: Some fixes related to r59934 #a2e9341eb3
git-svn-id: trunk@59937 -
2018-12-29 22:28:24 +00:00
michl
e575aff702 AnchorDocking: Fixed SIGSEGV with minimized control. Issue #34775
git-svn-id: trunk@59936 -
2018-12-29 19:40:35 +00:00
wp
c8835c761e TAChart: Add missing overload directives in TBasicDrawer class (issue #34774, patch by Jonas Maebe).
git-svn-id: trunk@59935 -
2018-12-29 19:25:14 +00:00
joost
a2e9341eb3 lazutils,lclbase,lcl,synedit: Enabled possibility to use fpmake for building these packages
git-svn-id: trunk@59934 -
2018-12-29 17:59:40 +00:00
joost
4a01e9b331 Fppkg: Clear the CustomOptions properly
git-svn-id: trunk@59933 -
2018-12-29 17:09:01 +00:00
martin
d3881b11b1 LazDebuggerLldb: change "open array" params to "const"
git-svn-id: trunk@59932 -
2018-12-29 00:36:13 +00:00
martin
8524c41d52 FpDebug: change "open array" params to "const"
git-svn-id: trunk@59931 -
2018-12-29 00:35:22 +00:00
martin
870af3d3e8 FpDebug: Fix length of widestring (avoid trailing random data)
git-svn-id: trunk@59930 -
2018-12-29 00:31:05 +00:00
martin
f772c7f4d2 FpDebug: Fix typecast
git-svn-id: trunk@59929 -
2018-12-29 00:28:50 +00:00
martin
78fdca77d0 IDE: added "const" for some "array of" params
git-svn-id: trunk@59928 -
2018-12-28 17:51:51 +00:00
joost
d0de825bcf Fppkg: Ability to skip package-files for certain operating systems or architectures
git-svn-id: trunk@59927 -
2018-12-28 17:11:06 +00:00
dmitry
f85b25fd84 cocoa: returning callback object for the secured field. #34773
git-svn-id: trunk@59926 -
2018-12-28 17:09:25 +00:00
joost
78f73a7cd9 Packager: Do not check if there are any units in the compiler-search path for packages build by fpmake
git-svn-id: trunk@59925 -
2018-12-28 16:55:34 +00:00
joost
4ddac1ec45 Packager: Fixed possible AV
git-svn-id: trunk@59924 -
2018-12-28 16:51:41 +00:00
joost
1bcbc5521d Packager: Removed unnecessary TPackageFileIDEOptions
git-svn-id: trunk@59923 -
2018-12-28 16:23:57 +00:00
joost
9b2dbd5b1f Packager: Combine the common and custom options in one page-control
git-svn-id: trunk@59922 -
2018-12-28 16:10:54 +00:00
juha
bb22647c7d IdeIntf: Fix compilation after fpc trunk r40645. Issue #34765, patch from Pascal Riekenberg and Jonas Maebe.
git-svn-id: trunk@59921 -
2018-12-28 12:40:18 +00:00
joost
6f9f36001f IDEIntf: TLazPackageFile.CustomOptions
git-svn-id: trunk@59920 -
2018-12-28 11:45:25 +00:00