Commit Graph

237 Commits

Author SHA1 Message Date
mattias
71e5337167 lazdoc: added xml cache, added inherited page
git-svn-id: trunk@9729 -
2006-08-18 09:17:37 +00:00
mattias
bf9d40f2ea fixed invalidating file references, when it was never valid
git-svn-id: trunk@9444 -
2006-06-18 19:52:01 +00:00
mattias
1552df85ab added diff for compiler options
git-svn-id: trunk@9362 -
2006-05-27 13:36:02 +00:00
mattias
2f2c92352b code templates: fixed reading new lines at start of template
git-svn-id: trunk@9259 -
2006-05-12 08:27:08 +00:00
micha
d9e9f1570f win64 fixes (from peter, modified)
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
mattias
a70721d9df renamed compiler options includefiles to IncludePath
git-svn-id: trunk@9127 -
2006-04-15 11:52:04 +00:00
mattias
de9497265f fixed project src path for output dir
git-svn-id: trunk@9120 -
2006-04-13 18:19:39 +00:00
vincents
38b49a2d5f fixed WriteProject result if Session is not saved in a separate file
git-svn-id: trunk@9086 -
2006-04-06 12:01:10 +00:00
mattias
7072bbe773 added default session if no lps file found
git-svn-id: trunk@9076 -
2006-04-04 18:53:45 +00:00
mattias
c4db1b2ab6 implemented auto repairing MainUnitID reading form .lpi
git-svn-id: trunk@9066 -
2006-04-02 17:43:12 +00:00
mattias
93f2393650 implemented Delphi package conversion of .cfg and .dof
git-svn-id: trunk@8974 -
2006-03-21 17:48:11 +00:00
mattias
ae450142cf improved delphi conversion, include paths and error handling
git-svn-id: trunk@8969 -
2006-03-21 12:21:53 +00:00
mattias
f7ceee21aa project now saves more files relative
git-svn-id: trunk@8960 -
2006-03-18 15:24:29 +00:00
mattias
9272283138 restored old tpanel.xpm
git-svn-id: trunk@8909 -
2006-03-10 16:19:34 +00:00
mattias
dddf196254 added project clean up and unit path clean up for Delphi project converter
git-svn-id: trunk@8890 -
2006-03-08 02:44:09 +00:00
mattias
0fdb95d4a6 improved Delphi project converter with reading .dof and .cfg file, multiple retries and fixing include filenames in .lpr
git-svn-id: trunk@8868 -
2006-03-05 23:55:40 +00:00
mattias
5bb39b97a3 clearing session modified flags
git-svn-id: trunk@8862 -
2006-03-03 00:32:47 +00:00
vincents
a43501c484 added GetExecutableExt and GetLibraryExt
git-svn-id: trunk@8789 -
2006-02-21 16:27:17 +00:00
mattias
8ee1876b6e implemented compiler options ExecutableType
git-svn-id: trunk@8787 -
2006-02-20 22:46:02 +00:00
vincents
cd99516a89 if a package defines UseCThreads in its uses options, the cthreads unit will be add to the uses clause of new projects and applications and to lazarus itself.
git-svn-id: trunk@8744 -
2006-02-16 14:34:59 +00:00
mattias
a5232b9fee implemented loading project session from separate file
git-svn-id: trunk@8714 -
2006-02-06 18:55:31 +00:00
mattias
a7173f4a7a extended Load/Save events for project sessions
git-svn-id: trunk@8680 -
2006-01-31 16:40:59 +00:00
mattias
1ef1568abb implemented splitting TUnitInfo saving session data
git-svn-id: trunk@8669 -
2006-01-31 13:50:59 +00:00
mattias
bc8633f602 implemented saving project session file
git-svn-id: trunk@8667 -
2006-01-30 22:01:34 +00:00
mattias
cdba5bcbeb project loading ignores unitnames for non units
git-svn-id: trunk@8642 -
2006-01-28 11:38:44 +00:00
mattias
2e6513b9ed fixed setting unitname for non units on save as
git-svn-id: trunk@8641 -
2006-01-28 11:33:30 +00:00
mattias
900ebcc63d added printer4lazarus and cgilaz to bigide
git-svn-id: trunk@8413 -
2006-01-02 23:11:53 +00:00
mattias
17092a4e58 implemented make bigide
git-svn-id: trunk@8412 -
2006-01-02 20:39:49 +00:00
mattias
70eae36fca added new IDE item Library
git-svn-id: trunk@8403 -
2005-12-31 15:01:36 +00:00
mattias
b77cd7e3d2 implemented updating IDE fpc values on changing TargetCPU, cross building IDE now switches global settings, so changing project settings no longer required
git-svn-id: trunk@8330 -
2005-12-16 16:09:31 +00:00
mattias
51f9b3e409 implemented .compiled state files for projects
git-svn-id: trunk@8266 -
2005-12-07 17:11:04 +00:00
mattias
1a9b5c1c7e fixed increasing timestamp in TFileReferenceList on invalidate
git-svn-id: trunk@8245 -
2005-12-02 00:33:52 +00:00
mattias
a62ae95299 fixed treating .lpr as source in project, fixed splitter anchored to multiple controls
git-svn-id: trunk@8182 -
2005-11-17 19:06:13 +00:00
mattias
8b1cbe4186 fixed setting codetools defines for virtual directory
git-svn-id: trunk@8180 -
2005-11-16 23:00:53 +00:00
mattias
5d59178cc3 implemented multiple source directories for project
git-svn-id: trunk@8153 -
2005-11-14 21:53:06 +00:00
mattias
5b55b57a08 fixed setting modofied=false after open project
git-svn-id: trunk@8130 -
2005-11-11 14:49:45 +00:00
mattias
c54f333978 started IDE progress dialog and splitted project sessions
git-svn-id: trunk@8120 -
2005-11-09 19:40:59 +00:00
mattias
4ff395608a fixed not turning visible on designed forms
git-svn-id: trunk@8106 -
2005-11-08 18:05:12 +00:00
vincents
3353b58705 moved *.ru.po to *.ruold.po
git-svn-id: trunk@8103 -
2005-11-08 15:52:12 +00:00
vincents
205ee1a4fd fixed memleak
git-svn-id: trunk@8085 -
2005-11-07 08:28:56 +00:00
mattias
e4619df2e1 enabled lazdoc from Darius
git-svn-id: trunk@8049 -
2005-11-03 19:42:29 +00:00
mattias
bec6005a12 started codetemplate makros and project source directories
git-svn-id: trunk@8044 -
2005-11-02 23:09:33 +00:00
mattias
95e49adf77 improved TUnitInfo.ReadUnitNameFromSource
git-svn-id: trunk@7810 -
2005-09-23 21:40:32 +00:00
mattias
8fdf93f99a added LazDoc to projectintf from Darius
git-svn-id: trunk@7792 -
2005-09-23 12:34:02 +00:00
mattias
9d59986db5 fixed TAnchorSide.Side default value
git-svn-id: trunk@7650 -
2005-09-09 08:42:33 +00:00
mattias
addc4cc25a implemented adding multiple files in image list editor from Martin Smat
git-svn-id: trunk@7623 -
2005-09-04 08:46:52 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
mattias
eabd9ee61b fixed hiding guide lines
git-svn-id: trunk@7516 -
2005-08-17 10:12:44 +00:00
mattias
b526cdf66b formnames are now searched in Screen, started project session files
git-svn-id: trunk@7511 -
2005-08-16 20:07:43 +00:00
mattias
bb28a2365c implemented adding a new file from registered file types to package
git-svn-id: trunk@7305 -
2005-06-30 18:15:55 +00:00