Commit Graph

264 Commits

Author SHA1 Message Date
juha
1736b35b33 Converter: Replace TRichEdit with TMemo for now.
git-svn-id: trunk@29205 -
2011-01-26 09:47:25 +00:00
juha
f28228769d Converter: Disable adding cthreads dependency for now.
git-svn-id: trunk@29204 -
2011-01-26 08:20:34 +00:00
juha
ea6083c980 Converter: Add cthreads only if not added already.
git-svn-id: trunk@29162 -
2011-01-22 16:01:10 +00:00
juha
5c4d059729 Converter: better OpenGL replacements.
git-svn-id: trunk@29161 -
2011-01-22 16:01:06 +00:00
juha
bbf5a4f50a Converter: improve function call replacement, allow any text in replacement parameters.
git-svn-id: trunk@29160 -
2011-01-22 16:01:03 +00:00
juha
d80fadfa54 Converter: Add thread support, insert cthreads in main unit's uses section.
git-svn-id: trunk@29066 -
2011-01-17 10:57:56 +00:00
juha
769e36bac2 Converter: Remove some useless reader properties.
git-svn-id: trunk@29065 -
2011-01-17 10:57:52 +00:00
juha
0a6effa6d7 Converter: fix for a wrongly cased unit name.
git-svn-id: trunk@29064 -
2011-01-17 10:57:49 +00:00
juha
d1a5dcbcc9 Converter: cleanup + formatting of comments.
git-svn-id: trunk@29063 -
2011-01-17 10:57:45 +00:00
juha
35bbe39761 Converter: fix duplicate addition of some units.
git-svn-id: trunk@29046 -
2011-01-15 23:06:03 +00:00
juha
ec45ce552b Converter: add more required units and their package dependencies.
git-svn-id: trunk@29045 -
2011-01-15 23:05:59 +00:00
juha
c2a6229bf5 Converter: Set replacement TRichEdit -> TRichMemo
git-svn-id: trunk@29010 -
2011-01-14 17:22:06 +00:00
juha
1bcab3ce5d Converter: improve unit addition and replacement for different targets.
git-svn-id: trunk@29009 -
2011-01-14 17:22:02 +00:00
juha
b1cd52fbed Converter: Add unit name required by a replaced function call to uses section.
git-svn-id: trunk@28971 -
2011-01-12 12:45:02 +00:00
juha
ca4fb99240 Converter: FindUnitCaseInsensitive is fixed, remove workaround. Leave a local FindMissingUnits for better control.
git-svn-id: trunk@28931 -
2011-01-10 11:17:57 +00:00
juha
2cf15714e5 Converter: improve a message little.
git-svn-id: trunk@28919 -
2011-01-09 12:02:46 +00:00
juha
45134ce005 Converter: workaround for FindUnitCaseInsensitive reporting only 1 instance of missing unit with different casing.
git-svn-id: trunk@28918 -
2011-01-09 12:02:42 +00:00
juha
da3a1c47cd Converter: Fix function call replacement when a parameter has typecast or is another func call.
git-svn-id: trunk@28872 -
2011-01-06 11:53:42 +00:00
juha
cfa9c9c875 Converter: replace some OpenGL units and functions in default settings.
git-svn-id: trunk@28870 -
2011-01-05 14:06:43 +00:00
mattias
7cc2d96db6 IDE: clean up
git-svn-id: trunk@28799 -
2010-12-22 09:17:49 +00:00
juha
8ff8637855 Converter: add a comment.
git-svn-id: trunk@28758 -
2010-12-18 10:00:29 +00:00
juha
c6415cbcb8 Converter: Add Interfaces section to right place when Delphi target is supported. Fixes issue #18023.
git-svn-id: trunk@28727 -
2010-12-16 12:44:38 +00:00
juha
be513b35da Converter: fix comments in UsedUnits.
git-svn-id: trunk@28686 -
2010-12-11 16:48:27 +00:00
juha
fb8b6e7761 Converter: Add project / package name to settings title. Patch from Tomasz Wieckowski.
git-svn-id: trunk@28673 -
2010-12-10 20:27:04 +00:00
juha
fdaaeb6f3f Converter: more unit names to convert automatically.
git-svn-id: trunk@28671 -
2010-12-10 19:58:29 +00:00
juha
1d89fbe3ce Converter: Major refactoring for missing units handling and some other parts.
git-svn-id: trunk@28670 -
2010-12-10 19:58:25 +00:00
juha
b0e9603a53 Converter: Missing units handling refactored to a new unit.
git-svn-id: trunk@28669 -
2010-12-10 19:37:40 +00:00
mattias
9fa173599a IDE: clean up
git-svn-id: trunk@28450 -
2010-11-24 12:06:10 +00:00
juha
15785bf24f Converter: a patch from Stephano. Temporarily broken but applied to help co-operation and easier fixes.
git-svn-id: trunk@28438 -
2010-11-23 23:02:21 +00:00
maxim
84b618c492 Converter, Replace functions/procedures dialog: improved localization
git-svn-id: trunk@28423 -
2010-11-23 00:20:23 +00:00
maxim
830ebc5eec Converter: improved localization
git-svn-id: trunk@28421 -
2010-11-22 23:41:07 +00:00
juha
96e73107c6 Converter: remove the unused variables noticed by Mattias.
git-svn-id: trunk@28419 -
2010-11-22 22:17:01 +00:00
juha
1976af73ee Converter: change resource string names to match the text better and to avoid translation errors.
git-svn-id: trunk@28417 -
2010-11-22 20:19:45 +00:00
mattias
d4249c0b3a LCL: clean up
git-svn-id: trunk@28400 -
2010-11-22 10:33:14 +00:00
juha
c018cdeda0 Converter: Preserve .dpr suffix of main project file when target is Lazarus/Delphi. Fixes #17982.
git-svn-id: trunk@28383 -
2010-11-22 00:00:25 +00:00
juha
9944d63b2a Converter: use an hourglass cursor when waiting for thread.
git-svn-id: trunk@28382 -
2010-11-22 00:00:18 +00:00
juha
a6110a1e8b Converter: Check the number of params when replacing funcs. Prevents replacing a variable named Ptr to Pointer(nil).
git-svn-id: trunk@28293 -
2010-11-17 12:19:23 +00:00
juha
94259eb2f9 Converter: fix typo.
git-svn-id: trunk@28249 -
2010-11-15 12:43:18 +00:00
juha
ae950504fd Converter: Remove the now obsolete OnIdle handler.
git-svn-id: trunk@28248 -
2010-11-15 12:38:55 +00:00
juha
972428939b Converter: Thread feature cleanup.
git-svn-id: trunk@28247 -
2010-11-15 12:38:51 +00:00
juha
11ed939856 Converter: backround thread for caching unit paths.
git-svn-id: trunk@28246 -
2010-11-15 12:38:47 +00:00
mattias
46ee94d11d IDE: clean up
git-svn-id: trunk@28100 -
2010-11-05 17:50:32 +00:00
juha
e1a6a2e960 Converter: Treat main and implementation uses sections separately. Patch from Stephano, issue #0017578.
git-svn-id: trunk@28099 -
2010-11-05 16:38:12 +00:00
juha
b6a99db82e Converter: improved comments.
git-svn-id: trunk@28078 -
2010-11-04 22:30:41 +00:00
juha
1e3683325a Converter: minor comment changes.
git-svn-id: trunk@28064 -
2010-11-03 20:46:44 +00:00
juha
ee539962d8 Converter: check for nil pointers.
git-svn-id: trunk@28063 -
2010-11-03 20:46:38 +00:00
juha
c7e0f334c6 Converter: Handle units in main and implementation uses sections separately. Includes patch from issue #17578.
git-svn-id: trunk@28062 -
2010-11-03 20:17:54 +00:00
juha
6a1f9c0370 Converter: Add the forgotten file header license info and comment for ConvCodeTool.
git-svn-id: trunk@28061 -
2010-11-03 20:17:50 +00:00
juha
fae6512968 Converter: create a WindowsAPI category for function replacement.
git-svn-id: trunk@27987 -
2010-10-30 20:21:03 +00:00
juha
0f50e663a7 Converter: added function replacement TimeGetTime --> GetTickCount
git-svn-id: trunk@27948 -
2010-10-29 14:46:04 +00:00