Commit Graph

390 Commits

Author SHA1 Message Date
juha
22cf9232b4 Converter: add a setting for putting a comment after a replaced function.
git-svn-id: trunk@40580 -
2013-03-17 23:33:03 +00:00
juha
fca96aeca6 Converter: save all files after conversion.
git-svn-id: trunk@40567 -
2013-03-17 11:36:36 +00:00
juha
c16cec36c1 Converter: call CheckLFM again in a loop also when just properties were changed.
git-svn-id: trunk@40565 -
2013-03-17 08:56:31 +00:00
juha
cd0e43972f Converter: refactoring and some variable name changes.
git-svn-id: trunk@40564 -
2013-03-17 08:56:27 +00:00
juha
1e6aba487f Converter: turn {$R *.RES} directive into a comment if the file does not exist
git-svn-id: trunk@40560 -
2013-03-16 16:34:15 +00:00
juha
a13843f26c Converter: add needed units to uses section automatically. A class in LCL can be in a different unit than in VCL. Issue #23900
git-svn-id: trunk@40558 -
2013-03-16 14:37:13 +00:00
juha
7f3323cd39 Converter: don't replace TControlBar and TCoolBar any more. They are implemented in LCL
git-svn-id: trunk@40156 -
2013-02-03 12:23:38 +00:00
juha
a4cebdfafc Converter: Organize and clean method FindMissingUnits. Use original unit name when reporting special cases as missing.
git-svn-id: trunk@39800 -
2013-01-07 19:45:38 +00:00
juha
e45915c36c Converter: omit pascalscript units from project, use the Lazarus package
git-svn-id: trunk@39789 -
2013-01-06 22:23:53 +00:00
juha
146edd9711 Converter: add the same package dependency only once
git-svn-id: trunk@39788 -
2013-01-06 22:23:48 +00:00
juha
4d015441b6 Converter: for units omitted from project, add Lazarus Package as a dependency
git-svn-id: trunk@39787 -
2013-01-06 19:18:38 +00:00
juha
56d30918e9 Converter default settings: Convert Filesetattr parameters correctly. Issue #23576
git-svn-id: trunk@39766 -
2013-01-04 17:12:25 +00:00
maxim
259ded0029 Converter: improved/fixed converter settings form layout
git-svn-id: trunk@39700 -
2012-12-31 18:06:17 +00:00
juha
f1d5a6a06f Converter: Fix replacements of unit names when target is Windows-only.
git-svn-id: trunk@39697 -
2012-12-30 19:38:39 +00:00
juha
782074c449 Converter: rename Multi-platform to Cross-platform
git-svn-id: trunk@39696 -
2012-12-30 19:38:30 +00:00
juha
47303e1f22 Converter: add a message about time used for the conversion
git-svn-id: trunk@39690 -
2012-12-29 22:32:35 +00:00
juha
62517a1978 Converter: find replacement also for units that are omitted from project (they have a valid Lazarus package). Improve messages
git-svn-id: trunk@39689 -
2012-12-29 22:32:30 +00:00
juha
c806da351b Converter: don't convert a unit if it was omitted in AddUnit method
git-svn-id: trunk@39688 -
2012-12-29 22:32:24 +00:00
juha
91dc4fa857 Converter: add more units to be omitted from a project.
git-svn-id: trunk@39687 -
2012-12-29 22:32:19 +00:00
juha
289e83d1dd Converter: fix a memory leak when converting a single unit.
git-svn-id: trunk@39670 -
2012-12-28 00:14:52 +00:00
juha
b7d905fbd8 Converter: reordering code
git-svn-id: trunk@39296 -
2012-11-18 11:41:34 +00:00
juha
2d498b4135 Converter: Use the path selected by user when searching for missing units. It used the same path always
git-svn-id: trunk@39294 -
2012-11-17 10:02:52 +00:00
juha
03611adae0 IDE: Formatting
git-svn-id: trunk@39062 -
2012-10-13 09:13:41 +00:00
juha
d768cb42a7 Converter: formatting
git-svn-id: trunk@39054 -
2012-10-12 08:11:53 +00:00
juha
fdf1a89262 Converter: refactoring AddUnitIfNeeded procedure
git-svn-id: trunk@39048 -
2012-10-11 18:57:44 +00:00
juha
3fac3a3c41 Converter: move the implementation code so its location matches the definitions
git-svn-id: trunk@38920 -
2012-09-30 10:08:37 +00:00
juha
0e8eb89d5e Converter: improve messages a bit
git-svn-id: trunk@38911 -
2012-09-29 21:37:16 +00:00
juha
7e1f04ade7 Converter: Replace also WinTypes and WinProcs units with "LCLIntf, LCLType, LMessages"
git-svn-id: trunk@38904 -
2012-09-29 14:52:15 +00:00
juha
7d7d464100 Converter: Convert also units in project directory which are not part of the project. Issue #22677
git-svn-id: trunk@38903 -
2012-09-29 14:44:47 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
maxim
21a83dc687 Converter: improved converter settings form layout
git-svn-id: trunk@38379 -
2012-08-25 22:03:32 +00:00
juha
599ff107ba Converter: stop the scanning thread also when Cancel is clicked
git-svn-id: trunk@38364 -
2012-08-25 05:26:14 +00:00
juha
dbb987ca5b Converter: refactor the code for background file scanning
git-svn-id: trunk@38358 -
2012-08-24 18:52:02 +00:00
juha
da3f78a531 Converter: Allow user to stop the directory scan in settings window
git-svn-id: trunk@38352 -
2012-08-23 20:30:43 +00:00
juha
20131f3434 Converter: Show a ProgressBar in settings window when parent dir is scanned. Refactor code.
git-svn-id: trunk@38344 -
2012-08-23 06:21:58 +00:00
juha
11a9424522 Converter: Treat also Wintypes and Winproc units as Windows specific when converting for multi-platform. Issue #22677
git-svn-id: trunk@38343 -
2012-08-23 06:21:49 +00:00
juha
d50b5d1cd8 Converter: Improve IsRootPath function. Issue #22630, patch from Bart Broersma
git-svn-id: trunk@38290 -
2012-08-20 21:59:21 +00:00
juha
8297ee1f08 Sort ListViews by column click around in many places.
git-svn-id: trunk@38289 -
2012-08-20 18:05:46 +00:00
juha
3ab146851e Converter: Don't scan the system root directory for pascal sources. Issue #22630, patch from Bart Broersma
git-svn-id: trunk@38276 -
2012-08-19 19:40:57 +00:00
juha
9f602bf564 Converter: Fix function replacement to handle nested brackets correctly. Issue #22537
git-svn-id: trunk@38273 -
2012-08-18 12:33:39 +00:00
juha
f6f3d00b54 Converter: improve comments
git-svn-id: trunk@38272 -
2012-08-18 12:33:35 +00:00
juha
bb2fd0e106 Converter: Map more Delphi types to LCL types. Issue #22631, patch from Ocean
git-svn-id: trunk@38268 -
2012-08-18 07:51:48 +00:00
juha
ee02cf6a72 Converter: improve handling of errors and error messages
git-svn-id: trunk@37682 -
2012-06-17 23:21:38 +00:00
juha
7c90c81de5 Converter: refactoring and improved error handling + other fixes
git-svn-id: trunk@37675 -
2012-06-17 19:47:13 +00:00
juha
4098afbcb6 Converter: fix compilation of r37646 #d91c978a4d
git-svn-id: trunk@37648 -
2012-06-14 18:02:37 +00:00
juha
d91c978a4d Converter: Call FixIncludeFiles before parsing the source.
git-svn-id: trunk@37646 -
2012-06-14 17:51:25 +00:00
juha
292f804353 Converter: add used unit replacements for database units.
git-svn-id: trunk@37272 -
2012-05-13 19:36:35 +00:00
juha
426c1d5525 Converter: add database connection components as default types to replace
git-svn-id: trunk@37271 -
2012-05-13 17:33:22 +00:00
juha
141260a23a Converter: Improve converting TabbedNotebook to TPageControl.
git-svn-id: trunk@37270 -
2012-05-13 17:08:41 +00:00
juha
87c52f9c5e Converter: cleanup
git-svn-id: trunk@37269 -
2012-05-13 17:08:31 +00:00