Commit Graph

123 Commits

Author SHA1 Message Date
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
mattias
595b29af86 IDE: fixed typo
git-svn-id: trunk@34806 -
2012-01-19 22:06:56 +00:00
mattias
ba97db223f IDE: change lazarus dir, fixed reloading lpl, reload lpk in topological order
git-svn-id: trunk@33183 -
2011-10-30 18:17:19 +00:00
juha
9b6a97e013 Converter: Set Win32GraphicApp flag for GUI applications.
git-svn-id: trunk@31942 -
2011-08-11 13:47:05 +00:00
juha
c56a916203 Converter: show an error message if user tries to open a .dproj file. Inspired by issue #19793
git-svn-id: trunk@31879 -
2011-08-05 17:40:37 +00:00
juha
81fef95622 Converter: attempt to fix issue #19794
git-svn-id: trunk@31875 -
2011-08-05 13:25:16 +00:00
juha
431fc6672a Converter: improved package conversion on Linux + removed a useless QuestionDlg.
git-svn-id: trunk@31793 -
2011-07-24 08:32:03 +00:00
mattias
6c627a9624 IDE: clean up
git-svn-id: trunk@31211 -
2011-06-14 10:29:29 +00:00
juha
ba43bbf08f Converter: change the character encoding of source files to UTF-8
git-svn-id: trunk@31023 -
2011-06-03 16:19:19 +00:00
juha
657c9e5726 Converter: Try to change character encoding of Delphi sources to UTF-8
git-svn-id: trunk@31013 -
2011-06-02 17:41:17 +00:00
mattias
3b9b3f2172 IDE: clean up
git-svn-id: trunk@30998 -
2011-06-01 11:19:55 +00:00
juha
fc16068b00 Converter: improve error situation handling
git-svn-id: trunk@30955 -
2011-05-29 09:15:59 +00:00
juha
da1729de31 Converter: Code formatting and cleaning
git-svn-id: trunk@30129 -
2011-04-02 11:13:41 +00:00
juha
3b73383835 Converter: add the user selected path also to project's include path.
git-svn-id: trunk@30128 -
2011-04-02 11:13:38 +00:00
juha
6360cc141b Converter: move the message about unit conversion to beginning of the conversion.
git-svn-id: trunk@30127 -
2011-04-02 11:13:35 +00:00
juha
f6f3232298 Converter: Add a Skip button to Missing Units dialog and support Skip and Abort correctly.
git-svn-id: trunk@29608 -
2011-02-19 14:32:53 +00:00
juha
e8002ff5cb Converter: Cleanup
git-svn-id: trunk@29607 -
2011-02-19 14:32:48 +00:00
juha
29469237ae Converter: Set IsConsoleApp in a different place to avoid AV.
git-svn-id: trunk@29527 -
2011-02-13 15:05:15 +00:00
juha
d35aef1e38 Converter: improve setting IsMainFile and IsConsoleApp properties.
git-svn-id: trunk@29517 -
2011-02-13 12:25:21 +00:00
juha
c7bbbd33c1 Converter: Don't complain about missing units in the project .dpr file.
git-svn-id: trunk@29504 -
2011-02-13 09:54:02 +00:00
juha
8cf2c6b279 Converter: refactor so that IsMainFile is set before it is used.
git-svn-id: trunk@29495 -
2011-02-12 20:27:06 +00:00
juha
f0f24c280f Converter: Omit some unit names from project. Settings GUI improvements. Refactoring.
git-svn-id: trunk@29452 -
2011-02-10 12:58:50 +00:00
juha
2cc34a70cb Converter: Support '\' PathDelim in project files on Linux. It used to work but some other change broke it.
git-svn-id: trunk@29404 -
2011-02-06 22:26:00 +00:00
juha
d646000f6b Converter: Change package LCLBase to LCL, returned from FindUnitInAllPackages. Improve IDE messages.
git-svn-id: trunk@29395 -
2011-02-05 13:02:33 +00:00
juha
57a280722d Converter: Change sLineBreak to LineEnding for consistency.
git-svn-id: trunk@29387 -
2011-02-05 10:00:46 +00:00
juha
4f8d7a9757 Converter: Another revamp of settings GUI
git-svn-id: trunk@29377 -
2011-02-04 17:56:01 +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
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
0a6effa6d7 Converter: fix for a wrongly cased unit name.
git-svn-id: trunk@29064 -
2011-01-17 10:57:49 +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
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
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
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
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
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
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
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