9c8cf267e6
7573: implement both "traditional" and "simplified" Chinese
...
(With thanks to YH Tan, who provided the translations for both
the date handlers, as well as this early-prototype zh_TW.po)
2014-06-26 11:24:36 -07:00
f6be31eb39
Remove subversion substitution variables
2014-04-15 14:10:18 +01:00
01011b3e11
ease found of perl in windows setup
2014-04-10 08:16:57 +02:00
26ab379584
7258: transcode os.path.join args from the fs enc to prevent a crash
2014-04-04 22:05:10 +02:00
e76d3f91bf
Bug 7026: misleading diagnostics when locale resources aren't built
...
This problem is from setup.py test, so ensure that there's a 'build'
directory before running test.
2014-03-06 15:41:09 -08:00
c2efe41abc
7110: Add AppData file
...
svn: r23254
2013-10-07 08:28:57 +00:00
37c056db7d
Add command to run unit tests from setup.py
...
svn: r22787
2013-07-31 18:21:42 +00:00
1158e77e13
Correctly set images/webstuff path in htmldoc.py and setup.py
...
svn: r22578
2013-06-23 23:24:02 +00:00
3fd0762ae0
Move the HTML resources from gramps/plugins/webstuff to data and images
...
So that they're together with the other resources instead of in
site-package/gramps. Aside from a better source and installation
layout, this makes it easier to bundle them.
svn: r22576
2013-06-23 22:47:25 +00:00
8bbbae41aa
support Arabic on installation and lang_map (reports)
...
svn: r22565
2013-06-23 09:15:33 +00:00
2299b7fe5d
Remove post-install script for linux
...
svn: r21630
2013-03-12 14:53:14 +00:00
29cf6674b5
Install image files to $(prefix)/share/gramps/images
...
Instead of $(prefix)/share/gramps/icons/hicolor, which was an old (early Gtk2) theming requirement.
svn: r21615
2013-03-11 22:44:23 +00:00
fa0eb6cebe
Determine Paths at Runtime
...
Uses GRAMPS_RESOURCES to override the root location of the Gramps data files (which would normally be $(prefix)/share).
In setup.py install, writes $(prefix)/share to gen/utils/resource-path, installs that file, then deletes it again from the source tree. The presence or absence determines whether Gramps is running from the source directory or from an installation.
Const.py is now a static file; const.py.in is no longer used. Note that because importing const into setup tried to initialize things that we don't want initialized, VERSION is removed, and imported from gramps.version -- a file which will be added in the next change. Consequently, this commit will not run.
svn: r21613
2013-03-11 22:43:58 +00:00
46d7c95f86
svn: r21538
2013-03-03 21:50:22 +00:00
96e042919c
win32 changes
...
svn: r21331
2013-02-10 17:53:43 +00:00
7afc3f7112
Update post-install scripts
...
svn: r21265
2013-01-31 23:23:32 +00:00
17e70f14b3
Fix bug with --install-scripts option
...
svn: r21263
2013-01-31 22:30:02 +00:00
9979159717
Add server option to installation
...
svn: r21039
2013-01-08 21:54:31 +00:00
fd227ef251
Change to absolute paths in const.py
...
svn: r21033
2013-01-08 17:26:44 +00:00
cce7313605
6276: Fix error installing gramps.png
...
svn: r20999
2013-01-05 12:10:48 +00:00
ae31189b32
Move images and data directories
...
svn: r20989
2013-01-04 23:09:12 +00:00
945a491e18
Tidy up resource files
...
svn: r20944
2013-01-02 23:31:07 +00:00
91173ba2a8
Bumped trunk to 4.1, updated plugins, requires setup.py build rather than copy of const.py.in, show svn number in version number
...
svn: r20919
2012-12-31 22:51:11 +00:00
a86b39d078
Improve check to prevent overwriting const.py
...
svn: r20910
2012-12-31 16:41:00 +00:00
7bff2f915f
Fix structure of build directory for locale files
...
svn: r20872
2012-12-29 00:25:01 +00:00
f055e2748e
Add LOCALE_DIR. Remove PREFIXDIR and SYSCONFDIR.
...
svn: r20866
2012-12-28 19:59:07 +00:00
424fe3bd5b
merge from 4.0.0 to trunk
...
svn: r20824
2012-12-22 18:07:18 +00:00
1d9aeb81d0
On translation error, allow build to continue after asking user
...
svn: r20803
2012-12-20 16:40:49 +00:00
7576054885
support python 2 in setup.py also :-)
...
svn: r20679
2012-11-18 17:31:39 +00:00
a760b74252
Python3 changes
...
svn: r20673
2012-11-17 16:44:45 +00:00
0eb5c29989
6127: missing glade files
...
svn: r20671
2012-11-17 14:54:08 +00:00
eb09afbc99
2620: GEPS 031: Python 3 support - 3.2
...
Python 3 needs absolute import after reload in plugins dir, but a dir may not be called import
So import is renamed to importer
svn: r20660
2012-11-15 10:41:15 +00:00
a876912059
distutils requires unix filenames
...
svn: r20643
2012-11-09 16:48:09 +00:00
dc8339b8d8
distutils needs unix paths as input & correct python version test
...
svn: r20642
2012-11-09 15:27:03 +00:00
091b87e70b
The gramps command doesn't work with the new architecture
...
svn: r20549
2012-10-12 10:59:16 +00:00
0ccc4e1b09
Add Greek translation (contribution by Zissis Papadopoulos)
...
svn: r20543
2012-10-08 20:01:16 +00:00
a137276e2b
Remove test code still present in setup.py
...
svn: r20474
2012-10-01 08:31:05 +00:00
52a98c1323
GEPS 026: Replace 'make': fix bug in setup.py, update install notes
...
svn: r20471
2012-09-30 15:29:37 +00:00
4f5f419b78
GEPS 026: Replace 'make' for Gramps build
...
svn: r20467
2012-09-30 12:19:14 +00:00
e9253804be
GEPS 026: Replace 'make' for Gramps build
...
a/Part 1: import from gen piece works partially
b/Gramps as a stub to start gramps application
svn: r20465
2012-09-30 10:30:08 +00:00
d57b63ac6d
More changes for version change
...
svn: r20064
2012-07-24 12:26:36 +00:00
ec2367cb66
Fix up setup.py for some moved files
...
svn: r20012
2012-07-16 19:31:25 +00:00
0d8fbf842f
Updated packages list for the movement of the locale directory in rev19819.
...
svn: r19821
2012-06-11 02:28:38 +00:00
29e96820d9
Updated setup.py packages list to current ecosystem as of rev19816.
...
svn: r19817
2012-06-10 05:58:35 +00:00
03608064ef
Made corrections for moving the license file up front.
...
svn: r19807
2012-06-09 01:41:55 +00:00
0dcd17cefd
Updated setup for current directory structure and changed the location of the glade directory.
...
svn: r19744
2012-06-02 04:42:05 +00:00
c3fc7a5f70
Update to reflect latest directory changes
...
svn: r19733
2012-05-31 23:58:31 +00:00
7e82282c07
Update setup.py to current ecosystem as of rev19701.
...
svn: r19702
2012-05-29 23:48:28 +00:00
2fede54efb
'images/splash.jpg' is missing
...
svn: r19608
2012-05-20 15:29:35 +00:00
4884a8dcc9
Tidy up code setting permissions
...
svn: r19606
2012-05-20 13:50:17 +00:00