mattias
|
2c17cc7edf
|
codetools: pas2js: added jsvalue to predefined words
git-svn-id: trunk@54507 -
|
2017-04-01 22:41:09 +00:00 |
|
mattias
|
7547019d49
|
codetools: identifier completion: added concat(array), insert(array)
git-svn-id: trunk@54506 -
|
2017-04-01 22:07:24 +00:00 |
|
balazs
|
9313b3afee
|
Opkman: Set default value for "Show regular icon for newly added packages" to true.
git-svn-id: trunk@54502 -
|
2017-03-30 18:45:28 +00:00 |
|
balazs
|
a0229aaa08
|
Opkman: Show regular icon for newly added packages(after install). Request by Péter Gábor.
git-svn-id: trunk@54501 -
|
2017-03-30 05:58:18 +00:00 |
|
balazs
|
7928345fb3
|
Opkman: Fixed bug in package update.
git-svn-id: trunk@54500 -
|
2017-03-30 05:03:58 +00:00 |
|
ondrej
|
4b2b9d793f
|
datetimectrls: datetimepicker: add OnChange and OnCheckBoxChange method handler lists.
git-svn-id: trunk@54497 -
|
2017-03-28 19:46:33 +00:00 |
|
ondrej
|
3764df3f2c
|
datetimectrls: datetimepicker: use Self as Sender for OnCheckBoxChange.
Reason: do not expose check box to public methods.
git-svn-id: trunk@54496 -
|
2017-03-28 19:32:46 +00:00 |
|
ondrej
|
bf733a19c0
|
components: datetimepicker: always update date on CreateWnd. Issue #31571
git-svn-id: trunk@54495 -
|
2017-03-28 19:26:06 +00:00 |
|
mattias
|
16c115f088
|
codetools: parse class var external
git-svn-id: trunk@54492 -
|
2017-03-27 22:51:14 +00:00 |
|
wp
|
90a80483fb
|
TAChart: Rename unit ipf to ipf_fix (in numlib_fix), remove units mdt and sle.
git-svn-id: trunk@54489 -
|
2017-03-27 21:06:34 +00:00 |
|
mattias
|
52bcdebadd
|
codetools: added compiler type pas2js
git-svn-id: trunk@54488 -
|
2017-03-27 20:50:08 +00:00 |
|
wp
|
0a36afd707
|
TAChart: Remove local copy of unit spe which is no longer needed.
git-svn-id: trunk@54487 -
|
2017-03-27 08:52:18 +00:00 |
|
mattias
|
33bab6516c
|
codetools: parsing external class field
git-svn-id: trunk@54479 -
|
2017-03-24 20:47:12 +00:00 |
|
balazs
|
347279cda5
|
Opkman: Improved CreateRepositoryPackage form. Issue #31498, patch from AlexeyT.
git-svn-id: trunk@54476 -
|
2017-03-24 09:18:07 +00:00 |
|
balazs
|
0b5b2b361c
|
Opkman: Improved repositories form. Issue #31495, patch from AlexeyT.
git-svn-id: trunk@54475 -
|
2017-03-24 07:49:20 +00:00 |
|
balazs
|
77f4c793d2
|
Opkman: Improved categories form. Issue #31497, patch from AlexeyT.
git-svn-id: trunk@54474 -
|
2017-03-24 07:39:44 +00:00 |
|
balazs
|
a36613b783
|
Opkman: Improved details form. Issue #31501, patch from AlexeyT.
git-svn-id: trunk@54473 -
|
2017-03-24 07:15:06 +00:00 |
|
balazs
|
c2ded78c5a
|
Opkman: Improve progress dialog. Issue #31499, patch from AlexeyT.
git-svn-id: trunk@54472 -
|
2017-03-24 07:06:31 +00:00 |
|
mattias
|
d5881ef02e
|
codetools: implemented modeswitch externalclass
git-svn-id: trunk@54470 -
|
2017-03-23 10:51:07 +00:00 |
|
balazs
|
6dd5585619
|
Opkman: Display full package version.
git-svn-id: trunk@54469 -
|
2017-03-23 05:21:11 +00:00 |
|
hnb
|
1903007760
|
CodeTools: create new callback FindIncFileInCfgCache in basiccodetools.pas filled by codetoolmanager.pas to omit compilicated unit dependencies introduced in linkscanner.pas by uses section (for modules: CodeToolManager and DefineTemplates) in implementation section (that was the reason of AV on IDE exit and memory leaks, fix for mantis #31575, #31580)
git-svn-id: trunk@54461 -
|
2017-03-21 23:06:36 +00:00 |
|
maxim
|
fbf3e244d0
|
Components: do not pass localized resource strings to Name parameter of RegisterIDECommand/RegisterIDEMenuCommand functions
git-svn-id: trunk@54458 -
|
2017-03-21 22:36:45 +00:00 |
|
hnb
|
5231fa439a
|
CodeTools: use for TFPCTargetConfigCache.Equals also "Includes" field
git-svn-id: trunk@54457 -
|
2017-03-21 22:33:21 +00:00 |
|
hnb
|
d5739c0615
|
codetools: Fix memory leak introduced in r54432 #5667c05f6c (TFPCTargetConfigCache.Includes was not freed in Clear method). Fix mantis #31575.
git-svn-id: trunk@54450 -
|
2017-03-21 12:05:16 +00:00 |
|
mattias
|
c18cdcb495
|
codetools: class completion: do not create bodies for external methods
git-svn-id: trunk@54448 -
|
2017-03-18 18:29:19 +00:00 |
|
juha
|
54f80e0923
|
CodeTools: Fix SIGSEGV introduced in r54438 #b823ce3277, part 2. Issue #31561.
git-svn-id: trunk@54447 -
|
2017-03-18 18:13:10 +00:00 |
|
hnb
|
1ca4c2796a
|
CodeTools: Fix SIGSEGV introduced in r54438 #b823ce3277 (mantis #31561)
git-svn-id: trunk@54446 -
|
2017-03-18 15:25:47 +00:00 |
|
hnb
|
b823ce3277
|
CodeTools: find all *.ini files located in paths declared in fpc.cfg (-Fi option)
git-svn-id: trunk@54438 -
|
2017-03-17 21:21:51 +00:00 |
|
hnb
|
5667c05f6c
|
CodeTools: Prepare for better support for Include (*.inc) files (collect all *.inc files from pathes added by -Fi in fpc.cfg)
git-svn-id: trunk@54432 -
|
2017-03-17 15:00:43 +00:00 |
|
mattias
|
5eefc140b7
|
IDEIntf: fixed TIDESpecialCommand.GetCaption using command.localizedname
git-svn-id: trunk@54427 -
|
2017-03-17 07:25:17 +00:00 |
|
maxim
|
1252ecf5bb
|
OpkMan: updated Russian translation
git-svn-id: trunk@54424 -
|
2017-03-16 22:19:30 +00:00 |
|
juha
|
f7e1b2af2c
|
OpkMan: Refactoring.
git-svn-id: trunk@54422 -
|
2017-03-16 17:49:49 +00:00 |
|
juha
|
2cc001ef7f
|
OpkMan: Commit the generated .po files.
git-svn-id: trunk@54421 -
|
2017-03-16 17:49:47 +00:00 |
|
juha
|
f972e8b0d2
|
OpkMan: Rename Package to MetaPackage in type and variable names.
git-svn-id: trunk@54420 -
|
2017-03-16 17:49:45 +00:00 |
|
juha
|
1a173eeae9
|
OpkMan: Rename PackageFile to LazarusPackage in type and variable names.
git-svn-id: trunk@54419 -
|
2017-03-16 17:49:39 +00:00 |
|
sekelsenmat
|
8631eaec16
|
sqldb: Fixes compilation with FPC 2.6.4 in Mac OS X
git-svn-id: trunk@54418 -
|
2017-03-16 15:51:57 +00:00 |
|
sekelsenmat
|
60236a6577
|
tachart: Fixes compilation with FPC 2.6.4 in Mac OS X
git-svn-id: trunk@54417 -
|
2017-03-16 15:42:52 +00:00 |
|
ondrej
|
f04d742869
|
CodeTools: support dotted units when handling uses section. Issue #31539
git-svn-id: trunk@54413 -
|
2017-03-15 21:17:59 +00:00 |
|
juha
|
212245d761
|
Packager, OpkMan: Pass online package info as package links to IDE, shown in PackageLinksDialog.
git-svn-id: trunk@54411 -
|
2017-03-15 13:13:48 +00:00 |
|
juha
|
63819ec9ae
|
Packager: Support online package link type.
git-svn-id: trunk@54409 -
|
2017-03-15 13:13:44 +00:00 |
|
juha
|
e6bf771bf6
|
OpkMan: Reuse TPkgVersion from IdeIntf. Create RTTI with {$M+}.
git-svn-id: trunk@54408 -
|
2017-03-15 13:13:43 +00:00 |
|
juha
|
a2d555718e
|
IdeIntf: Separate an interface for PackageLinks.
git-svn-id: trunk@54407 -
|
2017-03-15 13:13:41 +00:00 |
|
juha
|
e542ddbfcd
|
Packager refactoring. Move funcs and methods to IdeIntf. Prepare for PackageLink interface.
git-svn-id: trunk@54405 -
|
2017-03-15 13:13:36 +00:00 |
|
juha
|
f4df80d90f
|
IdeIntf: Add base class TPkgDependencyBase to new unit PackageDependencyIntf.
git-svn-id: trunk@54404 -
|
2017-03-15 13:13:34 +00:00 |
|
juha
|
88cab456e2
|
Cleanup and formatting.
git-svn-id: trunk@54402 -
|
2017-03-15 13:13:29 +00:00 |
|
maxim
|
f4403e6e72
|
Translations: French translation update by Gilles Vasseur, bug #31533
git-svn-id: trunk@54400 -
|
2017-03-13 23:41:48 +00:00 |
|
maxim
|
5e2d7c9598
|
OpkMan: fixed reintroduced typos, regenerated/restored translations and updated Russian translation
git-svn-id: trunk@54399 -
|
2017-03-13 23:34:40 +00:00 |
|
maxim
|
775c9c0179
|
ProjectGroups: updated Russian translation
git-svn-id: trunk@54398 -
|
2017-03-13 22:36:45 +00:00 |
|
juha
|
dffd35b169
|
OpkMan: commit the generated .po files.
git-svn-id: trunk@54396 -
|
2017-03-13 10:20:34 +00:00 |
|
mattias
|
bf0939e320
|
wikiconvert: comment
git-svn-id: trunk@54390 -
|
2017-03-12 19:11:44 +00:00 |
|