28 Commits

Author SHA1 Message Date
Paul Culley
f3b5f75e37 Fix strings containing deprecated illegal escape sequences ()
Python 3.6 and above has deprecated illegal string escape sequences. Escape sequences are preceded by a '\' and valid ones are "\n\t\r" etc. Illegal ones are not in the list https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.

Previous to Python 3.6 these illegal sequences were ignored and the '\' was left in place. Pylint has been noting these for a while now.

This PR corrects these sequences in Gramps. I used

find . -name "*.py" | xargs -t -n 1 python3 -Wd -m py_compile 2>&1 | grep Depre

to locate the failing strings.
2018-09-04 12:03:17 +10:00
Paul Franklin
e21a1c15d5 remove vestage of (old) SVN source-control system 2017-10-02 11:13:40 -07:00
Sam Manzi
4a6a39d07e
Remove trailing whitespaces 2016-09-01 14:52:45 +10:00
kulath
6204bbb8b1 Update files in windows directory so it compiles under python3 (print
statements and except and raise).
2016-08-22 15:48:17 +01:00
Paul Franklin
5032a1e189 add Windows Python header files for 32-bit and 64-bit machines 2016-03-20 23:04:23 -07:00
Paul Franklin
d7480aa0ff add standard Windows Python header file, for now 2016-03-08 07:57:12 -08:00
Paul Franklin
c007cdd82c clarify these old files are not for the current Windows AIO package 2016-03-07 14:53:43 -08:00
Malcom Lewis
86303f6116 Update FSF address to current location. 2014-08-08 19:39:45 -07:00
Nick Hall
f6be31eb39 Remove subversion substitution variables 2014-04-15 14:10:18 +01:00
Benny Malengier
faed8a9f5f Start convertion to introspection. Flat models work, as does relationship view
svn: r19858
2012-06-17 21:25:37 +00:00
Stephen George
5e6f747016 Update windows build script to try and be space tolerant in paths
svn: r19725
2012-05-31 14:27:28 +00:00
Stephen George
e5a9d652fa Update build_GrampsWin32.py Popen commands to use .communicate()
svn: r19720
2012-05-31 04:35:23 +00:00
Stephen George
83099375e3 Update build_GrampsWin32.py due to not working
svn: r19719
2012-05-31 01:13:28 +00:00
Jérôme Rapinat
a73a199d5a update languages list
svn: r18596
2011-12-14 08:37:29 +00:00
Jérôme Rapinat
453cf6205f python 2.6 and later
svn: r16267
2010-12-12 10:19:51 +00:00
Stephen George
b5f121436b Small script to check GTK installation on Windows
svn: r16236
2010-11-27 04:55:58 +00:00
Stephen George
0ee88c4b5a Improve support for windows installer
svn: r16199
2010-11-18 02:17:38 +00:00
Stephen George
20ef0fb0f7 svn: r15890 2010-09-13 12:56:59 +00:00
Stephen George
6846befb21 Windows: Provide ability to patch a release version installer
Windows: Generate a locale dependent launcher

svn: r15347
2010-05-07 11:03:48 +00:00
Stephen George
309d8594bd svn: r15246 2010-04-20 21:48:32 +00:00
Raphael Ackermann
d6559f9044 0003064: Remove check for libglade in configure
Removed all references to gtk.glade & libglade

svn: r12951
2009-08-10 21:25:13 +00:00
Brian Matherly
6b684b42c5 Contributions from Stephen George:
BUG: Fix un-install of desktop icon which is currently broken
BUG: Intermittent failure of dependencies check in installer based on how long gcheck.py takes to run
ENHANCEMENT: Add Gramps un-install info to Windows Add/Remove programs 
ENHANCEMENT: Option to remove existing installation of gramps prior to installing new version

svn: r11283
2008-11-10 03:39:21 +00:00
Brian Matherly
e99de3069a Update to Windows nsis install script from Stephen George <steve_geo@optusnet.com.au>. Puts the license file in the correct install location.
svn: r11225
2008-10-31 12:05:45 +00:00
Brian Matherly
4ef7a9eeeb More Windows install updates contributed by Steve Hall and Stephen George <steve_geo@optusnet.com.au>.
svn: r11206
2008-10-28 04:04:15 +00:00
Brian Matherly
eaceda1353 Contribution from Steve George <steve_geo@optusnet.com.au>: Improvements to Windows install scripts.
svn: r11199
2008-10-26 21:05:19 +00:00
Raphael Ackermann
90f883e46d 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files
    * test/try_tree_model.py
    * windows/nsis/gcheck.py
    imports cleanup

svn: r10055
2008-02-18 20:07:09 +00:00
Brian Matherly
5ccf7a65df Improved windows installer scripts from Steve.
svn: r8592
2007-06-19 13:53:01 +00:00
Alex Roitman
0fa6a8eaa0 2006-07-26 Steve Hall <digitect@mindspring.org>
* windows/nsis/gramps-build.bat: Add windows building scripts.
	* windows/nsis/gramps.nsi: Add windows building scripts.
	* windows/nsis/gcheck.py: Add windows building scripts.
	* windows/nsis/ped24.ico: Add windows icon.



svn: r7082
2006-07-27 01:04:49 +00:00