Commit Graph

62 Commits

Author SHA1 Message Date
Dan Smith
3202cbf5b2 Remove old win32 build scripts that are not used anymore and likey no longer work
#0
2019-02-10 13:55:08 -08:00
Tim Smith
9380b833e3 Fix app launching on OS X #4479
Running chirp .app bundles from ~/Downloads was observed to fail on recent versions of OS X. This is because a OS X security feature called App Translocation is actually executing the .app bundle from a temporary read-only disk image, and the chirp launch script attempts to modify the contents of the app bundle.

This patch avoids modifying the .app bundle when App Translocation is active.
2017-02-08 23:13:46 -08:00
Dan Smith
6b8fc4fdbe Fix make_win32_build for x86 and x64
#00
2015-06-22 11:55:24 -07:00
Dan Smith
f4cd844e2e Make win32 remote build script use stateless ssh and scp
#00
2015-06-21 08:01:09 -07:00
Dan Smith
726c3102c7 Change remote build for Win7x64
#00
2015-06-20 15:34:55 -07:00
Zach Welch
833354235d Move chirpui/ to chirp/ui/ (#2351) 2015-03-03 07:15:38 -08:00
Zach Welch
1be257483e Move drivers into chirp/drivers/ (#2351)
CHIRP now supports enough devices that the chirp/ directory has become
cluttered.  This creates unnecessary coupling when importing all of
these modules.  This patch moves all of the drivers to their own
directory and then chases down all of the stale import references.
2015-03-03 07:09:37 -08:00
Dan Smith
1b42c2862e Revert /bin/env change to win32 build script
This was causing the build system to fail because the cygwin
/usr/bin/env doesn't seem to like the -x.

Related to #2029
2014-12-20 07:47:43 -08:00
Tyler Tidman
b24063de41 Fix issue #2103 - Convert tab characters to spaces in shell scripts 2014-12-12 10:50:46 -05:00
Tyler Tidman
f2729b5b05 Fix issue #2029 - Use env in all script interpreter lines 2014-12-12 09:52:16 -05:00
Tom Hayward
8596ceb728 Fix Mac .app so paths with spaces work. Fixes Bug #145 2012-04-23 09:42:33 -06:00
Dan Smith
06b5a395cc Merge with stable
#93
2012-04-18 17:13:25 -07:00
Dan Smith
4f68fb98c8 Finally fix MacOS application menu
It should show "CHIRP" and not "Python" and "Quit" should actually quit
instead of hang. The latter was fairly straightforward, but the former
requires some serious ugliness in the way we launch it. But, MacOS is
ugly, so we fit right in.

Fixes #130
2012-04-18 17:07:11 -07:00
Dan Smith
501d04cd20 Mark the development branch's version number accordingly
Bug #93
2012-04-06 10:39:28 -07:00
Dan Smith
160e47586f 0.2.0 Release 2012-03-09 08:07:18 -08:00
Dan Smith
edb85d6181 Revert accidental change in last commit 2012-02-28 18:13:21 -08:00
Dan Smith
c0f0e1205b Build with Python 2.7 with integrated GTK 2.24 2012-02-28 15:38:07 -08:00
Dan Smith
774e417959 Build with python 2.6 and GTK 2.12 instead of the recent
change to python 2.7 and GTK 2.24, which does not seem to
work properly on Windows Vista/7 with Aero enabled.
2012-02-27 07:46:15 -08:00
Dan Smith
00da094090 Build fixes for Win32 after the dynamic registration change 2012-02-20 12:53:56 -08:00
Dan Smith
1f2045d4d9 Fix win32 installer .exe permissions (finally) and clean up the build
directory when we're done.
2012-02-15 20:07:50 -08:00
Dan Smith
36cd9388c8 Long-overdue temp directory labeling on win32 build 2012-02-15 17:56:10 -08:00
Dan Smith
f6ab54c5d9 Fix win32 build to actually build the locale files 2012-02-15 17:55:53 -08:00
Dan Smith
1a3054a198 Fix the MacOS property list file to use a captialized icon file name.
Without it, MacOS just silently ignores it. Sigh.
2012-02-15 16:49:39 -08:00
Dan Smith
c20fdb9c36 Fix MacOS bundle properties file and update the launch script for the
new non-X11 runtime.
2012-02-15 16:24:15 -08:00
Dan Smith
6f5b3af957 Build support for stock configurations, and the following stock files:
1. US calling frequencies (146.52, etc)
2. US 60m channels (center)
3. US 60m channels (dial)
2012-02-10 11:25:58 -08:00
Dan Smith
3065d7640d Update the version number to:
1. Stay ahead of the current release
2. Indicate that it's a "dev" version (i.e. from the repo)
2012-01-19 08:48:01 -08:00
Dan Smith
00b387249a Make Win32 installer create an uninstaller utility and register itself in
Add/Remove programs like a normal Windows application.
2011-12-21 18:49:24 -08:00
Dan Smith
222a16fe25 Build Win32 version with Python 2.7.x 2011-11-30 17:38:08 -08:00
Dan Smith
9c0a6ffa04 Add MacOS .app files to the repository 2011-10-24 15:36:51 -07:00
Dan Smith
7db1318baf Include all the schema files in the win32 build. Fixes "Unable to load
schema" error on Win32.
2011-06-28 14:47:47 -07:00
Dan Smith
845785827c Release 0.1.11 2011-03-29 07:45:25 -07:00
Dan Smith
8449524885 Make the clone box remember the last port,model, file setting 2010-06-24 15:44:05 -07:00
Dan Smith
0564387cf9 Hopefully include some serial devices on solaris 2009-08-02 12:00:19 -07:00
Dan Smith
d95823b2ac Fix _qsubmit() calls during import to provide a priority 2009-04-15 16:42:19 -07:00
Dan Smith
7d3a03e930 Oops, merge. 2009-03-16 16:23:39 -07:00
Dan Smith
88db3e7c8c Make the build scripts support MacOS .app building
Also include some very hackish stuff to get the environment setup.  Need
to finish this off by properly importing the changed version of platform.py
from D-RATS.
2009-03-03 15:09:16 -08:00
Dan Smith
9070f13aed Delete installed files before performing install. 2008-12-19 11:39:11 -08:00
Dan Smith
22b32fc2c6 Fix up build stuff to work on win32 and linux 2008-12-06 08:23:16 -08:00
Dan Smith
8a01f73512 Bump version 2008-11-16 17:05:38 -08:00
Dan Smith
73ad3f0551 Don't build csvdump anymore, and remove the shortcut if it exists during
win32 install
2008-11-11 16:28:43 -08:00
Dan Smith
c231b62218 Include schema in installer 2008-10-31 18:31:24 -07:00
Dan Smith
d74a947160 Fix up installer generation for win32 2008-10-29 16:29:41 -07:00
Dan Smith
07089b1591 Fix update of chirp version from win32 script 2008-10-29 16:29:12 -07:00
Dan Smith
494310eef5 Add CHIRP_VERSION to chirp module and update it whenever doing a build 2008-10-29 15:31:52 -07:00
Dan Smith
a0f26ecf4a Bump version 2008-10-09 16:02:32 -07:00
Dan Smith
ab43f655e8 Version for release 2008-09-23 15:49:35 -07:00
Dan Smith
f6b8eb6360 Make mainapp cleanup radio threads on close and exit 2008-09-14 07:58:17 -07:00
Dan Smith
89dfb46d81 Include chirpui module in source release (oops) 2008-09-13 15:36:34 -07:00
Dan Smith
165d789dce Bump version 2008-09-08 17:08:21 -07:00
Dan Smith
180816ef7f Update version 2008-09-06 18:03:41 -07:00