Commit Graph

19 Commits

Author SHA1 Message Date
Ansgar Becker
e2674cadb8 Remove no longer used Zeos packages and related stuff 2009-10-28 00:34:52 +00:00
Ansgar Becker
468b6ac3f8 Add statistic call option to release installer.
(Makes it mandatory to revert previous commit before releasing, as the installer doesn't save any reg value if the checkbox was unchecked. Then, the confirmation dialog should not appear!)
2009-06-20 22:52:11 +00:00
Ansgar Becker
3abce288e0 Add a "Donate" button to the very last page of the InnoSetup installer. 2009-05-05 22:15:34 +00:00
Ansgar Becker
805fed187d Enable installation for non admins. Lets at least a non-admin user select a different install directory. Issue #899 2008-12-14 11:21:47 +00:00
Ansgar Becker
955d5f40f0 Fix date in license file 2008-10-21 22:15:47 +00:00
Ansgar Becker
ab5cbe1421 Opt-out for the auto-check-for-updates option by default, as discussed. 2008-05-25 19:02:55 +00:00
Ansgar Becker
08298abd9e Move manifest file into the exe by activating the "Runtime Themes" project option. Ensures theming is active even when the exe has a different name than the manifest file (e.g. "heidisql.r123.exe") 2008-05-18 18:33:31 +00:00
Ansgar Becker
4200ca1bc6 Add an installation option to enable/disable the automatic update checks, as discussed. By default the option is enabled, like in HeidiSQL itself. The user now has the chance to disable this option early enough so phoning home is never done.
(Btw, there are quite some hardcoded, redundant values in this .iss file. Would be great if it could make use of our const.inc)
2008-02-20 21:49:07 +00:00
Ansgar Becker
d6cda29f14 Add Nemanja (commandline parser) to authors list. Some GUI adjustments in the about window needed because that list got longer. 2007-12-02 07:52:04 +00:00
Ansgar Becker
68c3f7aaeb Minor adjustments in the readme file:
- Add commandline parser to the feature list
- Fix out-of-date URLs
2007-12-02 07:46:12 +00:00
Ansgar Becker
74805a3474 Set default version numbers in relevant places. Releases should get their version numbers in /tags . 2007-11-29 19:22:10 +00:00
Ansgar Becker
b480df720a Remove no longer used package "SMDBGrid" 2007-11-27 19:43:07 +00:00
Ansgar Becker
771580fbea Belated version updates for 3.2 release 2007-11-20 21:35:30 +00:00
Ansgar Becker
aefe3b36ab Prepare installer for 3.1 release 2007-11-14 19:53:54 +00:00
Ansgar Becker
61071aee6d InnoSetup doesn't like strings in VersionInfoVersion 2007-10-12 20:11:59 +00:00
Francisco Ernesto Teixeira
9ef861313b Installation: enable the support of creation of update package with Inno Setup 2007-09-25 20:59:22 +00:00
Ansgar Becker
0ce5dd72a7 Preparation for coming 3.1 RC1 release "Gazelle" :) 2007-09-24 23:27:38 +00:00
Ansgar Becker
69e1abbf43 Implement an up-to-date list of MySQL functions in mysql.pas. Used for
- popupmenu in query memo
- query helpers
- SynCompletionProposal
Drops function.txt and parser for that file.

Pros:
- No dependency on this file anymore
- Much easier and safer coding
- File-parsing no longer needed

Notes:

The old function.txt was meant to be editable and extensible for users but I never saw or heard anyone who does that, most likely because it wasn't documented. Another problem was that the file resided in the programs-directory, where only administrators have write-access, so in these cases it couldn't be edited anyway.

The PHP file in /extras can be used for creating an up-to-date list for mysql.pas .

As not all functions of the new list are available in all mysql-versions, it would be the best if we would fetch the list by the use of HELP commands. Contra: Would result in poor performancing popupmenu and many servers don't have the help-tables filled.
2007-07-04 22:31:56 +00:00
rosenfield
bffc0206f2 Organize repository into standard trunk/branches/tags structure. 2007-06-26 11:26:18 +00:00