Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Renamed AppSettings.pas to UAppSettings.pas so the global var can be named AppSettings. Added L_StoreFormPos, and made frmCommit a TRestorableForm, so it automatically remembers its position. History diffs now also support viewing with external diff tool. The diff viewer can now display exceptions via the SetException method. Made GetTempFilename more robust; if no filename was specified, it will generate a random filename; if one is specified, any invalid characters will be replaced by underscores. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
d118e46707ea9ccff39da54f866978fd |
| User & Date: | MCO 2011-09-22 12:34:03.693 |
Context
|
2011-09-22
| ||
| 20:59 | Adjusted L_StoreFormPos so it compiles with Delphi XE2. Added GetUpdates method to TFossil, to retrieve list of pending updates. Added property RemoteURL to TFossil. RefreshFiles now also checks for pending updates, as per ticket [27fb0b4408]. check-in: d129f6bbb4 user: Martijn tags: trunk | |
| 12:34 | Renamed AppSettings.pas to UAppSettings.pas so the global var can be named AppSettings. Added L_StoreFormPos, and made frmCommit a TRestorableForm, so it automatically remembers its position. History diffs now also support viewing with external diff tool. The diff viewer can now display exceptions via the SetException method. Made GetTempFilename more robust; if no filename was specified, it will generate a random filename; if one is specified, any invalid characters will be replaced by underscores. check-in: d118e46707 user: MCO tags: trunk | |
|
2011-09-21
| ||
| 20:23 | Added separate project for Delphi XE2 check-in: d7787cc81b user: Martijn tags: trunk | |
Changes
Changes to src/FCommit.dfm.
Changes to src/FCommit.pas.
Name change from src/AppSettings.pas to src/UAppSettings.pas.
Changes to src/fviewcontents.dfm.
Changes to src/fviewcontents.pas.
Changes to src/fviewdiff.dfm.
Changes to src/fviewdiff.pas.
Changes to src/lib/L_FileUtils.pas.
Added src/lib/L_StoreFormPos.pas.
Changes to src/prj/d2009/Paleo.dpr.
Changes to src/prj/d2009/Paleo.dproj.
Changes to src/u_fossil.pas.