Commit Graph

510 Commits

Author SHA1 Message Date
Christian Stimming
1577b486c2 Win32 build: Update gtk to 2.20; let pkg-config check for the versions, hence triggering the update automatically.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19576 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-14 20:28:23 +00:00
Christian Stimming
292f166008 Win32 build: Add version number checks for gtk and gconf so that updating them should work more easily.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19575 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-14 19:26:30 +00:00
Christian Stimming
6032dac42c Win32 build: Remove commented-out gtkhtml references.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19574 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-14 19:26:17 +00:00
Christian Stimming
1a90b586b1 Win32 build: Set gwen/aqbanking version numbers in defaults.sh.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19573 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-14 19:26:04 +00:00
Christian Stimming
cac4456e75 De-activate aqbanking5 by default again because it requires gtk-2.18 or higher, which we don't have. Sigh.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19557 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-06 19:25:48 +00:00
Christian Stimming
848b93fb7e Win32: Add gtk's cflags to gwenhywfar configure.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19553 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-05 19:19:32 +00:00
Christian Stimming
907c538905 I18n: Add German translation for new installer texts.
Suggested by Frank H. Ellenberger and edited by myself.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19551 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-05 19:14:54 +00:00
Cristian Marchi
85ab99c858 Updated Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19544 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-04 11:41:21 +00:00
Christian Stimming
ee9f654f0f Win32: Add gtk include path to gwenhywfar configure.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19543 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-04 08:52:04 +00:00
Cristian Marchi
02923c4b41 Added Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19542 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-04 06:02:34 +00:00
Cristian Marchi
468e23651d Updated Latvian translation for win32 installer wizard by Valdis Vītoliņš.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19541 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-03 18:01:46 +00:00
Christian Stimming
2aac56acb3 Win32: Add pkg-config version check for aqbanking so that the new version is installed without removing the old one manually.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19540 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-03 16:18:58 +00:00
Christian Stimming
e6b7066fd7 Win32: Update aqbanking packages. Enable building with aqbanking5.
In r19532 I accidentally already removed the Qt DLLs from the installer. Of
course those can only be removed if indeed aqbanking5 is used, otherwise
they must still be in the installer.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19539 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-03 16:08:20 +00:00
Geert Janssens
44a5b3e1d8 Updated Latvian translation for the Windows installer, patch by Valdis Vītoliņš
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19536 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-03 10:10:46 +00:00
Cristian Marchi
e83f6752c1 Updated Italian translation for win32 installer wizard.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19534 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-02 14:08:05 +00:00
Christian Stimming
687685616f Remove aqbanking2 from windows build scripts. Add optional aqbanking5 instead, which works without QT.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19532 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-01 16:24:02 +00:00
Geert Janssens
1d528cd436 Bug #588414 - Got "Entry Point Not Found" errors starting GnuCash, but ran OK
The problem is caused by leftover files from a previous install.
The solution is to uninstall GnuCash before installing a new version in such cases.
This commit adds a compatibility test and uninstall step to the windows installer
that will automatically uninstall the previous gnucash release if it is considered
'incompatible' with the one to be installed. The user will be warned of this, so
he can decide to cancel the installation if he doesn't like the idea of uninstalling
his working GnuCash installation.
Currently, versions are considered 'incompatible' if their major or minor version
components are different, so 2.3.x is incompatible with 2.2.x and will trigger
an uninstall. Likewise, a 2.4.x install is incompatible with a 2.3.x and will
trigger an uninstall. This is a nice way to remove all testing 'cruft' from the 
system once the new release comes out.
Note that in the future installing 2.3.16+ over 2.4.x will also trigger the uninstall, which is
a good thing IMO. An older release can't know about changes made in a newer one,
so it's safer to first uninstall the newer one to avoid leftover files.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19528 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-01 13:09:57 +00:00
Geert Janssens
6440e20aca GnuCash on Windows is built with webkit, no need to install gtkhtml
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19526 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-31 19:57:33 +00:00
Geert Janssens
3ba2c90396 Make GnuCash more runtime relocatable by using dynamic paths in the environment file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19518 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-31 14:31:35 +00:00
Geert Janssens
0f70e83a75 Windows build: strip the .la files in their new location
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19514 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-30 18:38:26 +00:00
Geert Janssens
03643c1d73 Windows version:
* reduce footprint by not packaging unused files
* move gnc-mod required files to bin
* remove libdir from the PATH

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19513 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-30 17:10:31 +00:00
Geert Janssens
f4665ec191 Windows version: remove obsolete and duplicate parameters from the environment file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19512 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-30 17:08:36 +00:00
Geert Janssens
7b8fbd7835 Bug #627325 - Update Subversion URL, patch by Yasuaki Taniguchi
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19448 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-08-19 08:43:33 +00:00
Christian Stimming
591bf8b9a7 Bug #118391: This patch add isocodes support for Windows build.
It automatically download,
build, install and packaging the isocodes.

Currently, the patch will not make Windows build show the locale long
currencies name. But it make the isocode available on Windows. Since the long
currencies names are already shown on Linux, I think it should not far to make
it happen on Windows too, especially the isocode will be available after this
patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19369 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:22:18 +00:00
Geert Janssens
1e087824a5 Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), second patch adding custom themes, by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19297 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-25 12:50:20 +00:00
Geert Janssens
6973a20cce Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), patch by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19290 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-24 08:56:35 +00:00
Geert Janssens
ed32d4e9f3 Improve name consistency. Use "GnuCash" (or more precisely PACKAGE_NAME), wherever the name is visible to the user, and "gnucash" (or more precisely PACKAGE) everywhere else.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19279 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 15:42:32 +00:00
Geert Janssens
ad768a3449 Document what to do if svn isn't found. This only applies to the scripts used to setup an automated build system
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19277 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-19 13:28:23 +00:00
Geert Janssens
671684fb1e Fix Latvian language support for Windows installer (should have used lv instead of lv_LV)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19274 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-18 12:03:43 +00:00
Geert Janssens
5442e4fadf Add Latvian translation for the Windows Installer, patch by Valdis Vītoliņš
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19272 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-17 18:58:07 +00:00
Geert Janssens
5e65645caf Bug #619709 - Upgrade Inno Setup to 5.3.x to use utf-8 in .iss script, patch by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19267 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-16 16:18:33 +00:00
Geert Janssens
8bf342f929 Check properly for svn availability
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19266 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-16 16:02:29 +00:00
Geert Janssens
6b4067bcee Bug #621602 - Upgrade svn on Windows building environment to 1.6.x, patch by Tao Wang.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19265 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-16 13:21:44 +00:00
Geert Janssens
81aece6221 Finish direct binary execution on Windows and linux and cleanup bin Makefile/targets
- Windows
  * binary name becomes GnuCash.exe
  * gnucash.cmd is renamed to gnucash-launcer.cmd (consistent with OS X). This file is only needed to run GnuCash straight from the source installation. It is not used (or distributed) with the Windows Installer version.
  * gnucash-valgrind, gnucash-gdb and the override extra's have been removed as they are meant for a UNIX like environment

- Linux/others
  * binary name becomes gnucash
  * the gnucash launch script has been removed together with gnucash-gdb. They no longer add value on linux.
  * gnucash-valgrind has been retained because it contains useful presets

- OS X (Quartz)
  * binary name remains gnucash-bin for now (requires synchronous changes in the externally hosted OS X build system)
  * gnucash launcher script has been renamed to gnucash-launcher. This file is only needed to run GnuCash straight from the source installation. It is not used (or distributed) in the OS X bundle version.
  * gnucash-gdb and gnucash-valgrind remain and can be used for debugging the source installation.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19263 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-16 12:45:34 +00:00
Geert Janssens
1af2aff3e3 Undo debug modification introduced in r19100. It bypassed the Abort and was never intended to be committed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19262 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-16 08:48:47 +00:00
Christian Stimming
f13dd15fed Bug #617797: Set eol-style to CRLF for win32 files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19223 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-03 19:58:28 +00:00
Geert Janssens
980e7e0360 Fix script that builds the release tags. Awk works differently on windows than on linux apparently.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19216 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-01 14:22:34 +00:00
Geert Janssens
024c2b448b Win32 - Fix installation location of some files, reported by Tao Wang.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19210 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-29 16:36:13 +00:00
Geert Janssens
22277ac8b2 Fix encoding issues introduced in r19204
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19207 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-25 21:35:50 +00:00
Geert Janssens
0f2d3ed572 Bug #618646 - Should be able to run gnucash-bin.exe directly, rather than gnucash.cmd
Patch by Tao Wang.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19204 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-25 20:20:52 +00:00
Geert Janssens
6745d5788d Win32 use up-to-date configure parameters for aqbanking
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19190 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-20 20:02:35 +00:00
Geert Janssens
60c67af073 Bug #618505 - Separate shell functions files from variables and steps files, patch by Yasuaki Taniguchi
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19184 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-20 08:08:35 +00:00
Geert Janssens
2bac5bcb31 Additional fix for Simplified Chinese translation of windows installer
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19183 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-19 22:00:48 +00:00
Geert Janssens
f796e05b2f Fix windows build
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19181 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-19 16:21:50 +00:00
Geert Janssens
7ae2aa87cd Reapply Simplified Chinese patches
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19168 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-15 10:27:50 +00:00
Geert Janssens
a281a96835 Repatch Windows installer for Simplified Chinese
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19167 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-15 07:31:23 +00:00
Christian Stimming
ab93f4ecac Fix windows tag build script, by Geert Janssens
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19165 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-14 15:43:16 +00:00
Christian Stimming
6f9fb67c5d Revert r19159, "Fix windows tag build script, by Geert Janssens"
I thought I would get access to the build server immediately to
perform the cleanup of the old tag file, but apparently the server is
unreachable for me for now, so I cannot commit this change today. Maybe later.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19164 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-14 09:00:57 +00:00
Geert Janssens
9be1fe1973 zh_CN translation for Windows Installer, patch by Tao Wang.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19161 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-14 08:36:59 +00:00
Christian Stimming
b22a2e8448 Fix windows tag build script, by Geert Janssens
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19159 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-05-14 07:55:45 +00:00