Commit graph

69 commits

Author SHA1 Message Date
Joey Payne
fddc010260 Fixed some issues with path loading and Windows. 2016-01-07 08:03:09 -07:00
Joey Payne
66431d2d14 Tried fixing Windows paths and added an 'Open Project' dialog. 2016-01-07 07:49:47 -07:00
Joey Payne
8378130388 Added ability to specify version in a file. 2015-11-26 09:05:32 -07:00
Joey Payne
14097f26c8 Version bump. 2015-11-25 15:54:54 -07:00
Joey Payne
af56701b4e Fixed some unicode path issues with exporting. 2015-11-25 15:50:45 -07:00
Joey Payne
2cc1964200 Fixed an error logging. 2015-11-25 14:25:25 -07:00
Joey Payne
6eb3fa9cf9 Added both links to changelog to get both of best worlds. 2015-11-14 15:26:38 -07:00
Joey Payne
6bf8e74751 Version bump. 2015-11-12 08:52:02 -07:00
Joey Payne
728f05513a Fixed a bug with image loading. 2015-11-12 08:49:16 -07:00
Joey Payne
022f84d45b Version bump! 2015-11-11 17:30:13 -07:00
Joey Payne
c9bb9dd5ff Added more vars to the env scripts. 2015-11-11 17:25:47 -07:00
Joey Payne
02897823ac Updated the command line and env vars bat to be correct. 2015-11-11 17:17:29 -07:00
Joey Payne
1fe84ec38c Actually write bat file this time :) 2015-11-11 17:09:06 -07:00
Joey Payne
b9cd946110 Store bat file in a temp directory. 2015-11-11 17:07:21 -07:00
Joey Payne
1e011ef7b7 Modified bat file code to hopefully print values. 2015-11-11 16:41:37 -07:00
Joey Payne
4fbeedc787 Modified bat file code to hopefully print values. 2015-11-11 16:40:14 -07:00
Joey Payne
078189dbbf Fixed logic with bat files. 2015-11-11 16:32:57 -07:00
Joey Payne
35bf4ad53c Added .bat and .bash scripts for exporting. 2015-11-11 13:52:02 -07:00
Joey Payne
6124bf436e Added preliminary export script functionality for python scripts. 2015-11-11 09:10:41 -07:00
Joey Payne
2eac0aa7dd Updated command line to take in compression options. 2015-11-10 17:23:06 -07:00
Joey Payne
71133bc566 Forced removing of directories. 2015-11-10 15:08:47 -07:00
Joey Payne
9ebed8fde9 Remove output dir on export. 2015-11-10 14:02:21 -07:00
Joey Payne
93aad9919d Tried to fix windows import issue. 2015-11-10 13:54:38 -07:00
Joey Payne
cf1c55d30f Attempted to fix no output for windows. 2015-11-10 13:45:02 -07:00
Joey Payne
8e87853107 Tried to fix windows path error. 2015-11-10 12:43:25 -07:00
Joey Payne
272e3ade14 Fixed error with opening error.log that causes strange issues with greyed out fields. 2015-11-02 17:29:01 -07:00
Joey Payne
f8eab59502 Fixed license file and added a try catch statement to the ssl create context. 2015-10-28 11:37:58 -06:00
Joey Payne
54915c585d Version bump. 2015-10-06 23:23:03 -06:00
Joey Payne
caa0b2f3cf Added preliminary support for uncompressed folders on mac. 2015-10-06 23:12:44 -06:00
Joey Payne
c7cee60da3 Fixed ssl context. 2015-09-27 18:19:22 -06:00
Joey Payne
7c2a837c9d Changed GUI build to pyinstaller. 2015-09-27 18:00:48 -06:00
Joey Payne
1de1f0b5a2 Version bump 0.2.6b. 2015-09-27 13:15:41 -06:00
Joey Payne
e85fe47a13 Added ability to specify comma separated values for the trust anchor. 2015-09-27 13:13:42 -06:00
Joey Payne
cc508621f1 Added ability to specify urls for all files. 2015-09-18 14:43:51 -06:00
Joey Payne
1825b09a36 Fixed empty image path causing error message. 2015-07-22 10:20:43 -06:00
Joey Payne
29c19d1337 Unverified context doesn't work on all versions of Python. Removed it. 2015-06-03 16:25:24 -06:00
Joey Payne
97b3bc74a3 Added ssl ignore for urllib2. 2015-06-02 09:18:52 -06:00
Joey Payne
e7ffeedeb0 Fixed some user data issues with windows for non-admin users. 2015-05-18 09:31:33 -06:00
Joey Payne
a6f8ab247c Added persistent user data and installer generator for windows. 2015-05-16 10:01:43 -06:00
Joey Payne
1b68592120 Added unicode support for projects. 2015-05-07 08:12:01 -06:00
Joey Payne
3bf1d82ec7 Added preliminary .desktop file generation for linux exports. 2015-05-06 23:12:15 -06:00
Joey Payne
7444c9582b Fixed issues with using deflating compression in zipfiles. 2015-05-06 22:26:54 -06:00
Joey Payne
1bc208738c Added some process control for windows and updated mac build scripts. 2015-04-21 09:58:22 -06:00
Joey Payne
d64e25f369 Modified CMD output to be a little more consistent for compressing files. 2015-04-21 08:16:08 -06:00
Joey Payne
17532053c9 Reworked GUI to be more space friendlty.
- Added compression ability for nw executables
- Added tabs to navigate options
- Added file menu with recent files and keyboard shortcuts
- Added a status bar for displaying information about fields
2015-04-21 08:02:19 -06:00
Joey Payne
e1efbfe269 Fixed a bug with validation. 2015-04-13 22:37:54 -06:00
Joey Payne
0a2f4ce4a4 Added "kiosk" and "show" options. 2015-04-10 15:34:19 -06:00
Joey Payne
6dc5a981b3 Added debug logging with --verbose for command_line.py. 2015-04-10 11:46:12 -06:00
Joey Payne
28c16b4254 Added better version sorting thanks to jerone.
Sorting versions now works, with major releases ahead of rc, alpha, beta
releases.
2015-04-10 08:03:27 -06:00
Joey Payne
5dc3fdd3ea Added error checking functionality.
If anything is causing the export button not to function, the field
will now be highlighted in red.
2015-04-10 00:19:51 -06:00