Commit Graph

114 Commits

Author SHA1 Message Date
Raoul Snyman 10dbb5ee16 Changed some things to comply with Debian's packaging policies. 2012-05-02 22:57:12 +02:00
Raoul Snyman 7f6ed27040 Shortened some translation comments, as Qt says that the entire context of a translation may be no longer than 255 characters.
Updated the translation files while I was at it.
2012-03-17 23:30:53 +02:00
Raoul Snyman 476ba8eb1b Fixed the copyright in the patch file which someone else missed.
Regenerated the resource file.
Fixed the copyright in the translation_utils.py script which someone else missed.
Removed an unnecessary comment.
2012-02-25 13:11:59 +02:00
Raoul Snyman 456e31d55a Updated the Windows build script to look for an option outside of version control and pull the Transifex username and password from it for the translation_utils.py script. 2012-02-15 05:57:16 +02:00
Raoul Snyman d10358f0a2 Updated some strings to unicode - the rest need to remain strings because web servers don't do unicode that well. 2012-02-11 20:02:33 +02:00
Raoul Snyman c354d16263 Clean up the translation_utils.py script a bit, removing references to Pootle. 2012-02-05 23:18:57 +02:00
Raoul Snyman af52ee68d9 Updated the translation_utils.py script to download from Transifex instead of Pootle. 2012-02-05 22:58:17 +02:00
Stevan Pettit 7c56219a72 Fixed indenting 2012-01-16 14:30:44 -05:00
Stevan Pettit 5cb2b48850 Added parm to pyinstaller execution to only display error messages 2012-01-15 17:23:56 -05:00
rimach 58035f505d bugfixing 2011-11-30 18:06:57 +01:00
Stevan Pettit 5046643618 Added code to windows-builder.py to point pyinstaller to the OpenLP\resources\pyinstaller hooks directory.
The builder will no longer be required to copy these files to the pyinstaller\hooks directory.

Cleaned up the documentation.

Modified Wiki

Fixed the documentation section.

Added sqlalchemy-migrate to comments section. Made some changes to comments section to preserve links

bzr-revno: 1787
2011-10-28 14:54:17 +01:00
Stevan Pettit f522c79b1e Added sqlalchemy-migrate to comments section. Made some changes to comments section to preserve links. 2011-10-28 09:28:57 -04:00
Stevan Pettit fe3453a7a5 Fixed the documentation section of the script 2011-10-27 17:06:40 -04:00
M2j c12a7b0901 add uno to the dependency check 2011-10-26 09:40:12 +02:00
Stevan Pettit 35875b7008 Added code to point pyinstaller to the OpenLP pyinstaller hooks directory 2011-10-25 20:09:35 -04:00
Andreas Preikschat 1967951061 attempt to prevent calling updatePreview more than once 2011-10-04 20:01:13 +02:00
Andreas Preikschat 8c4ed560d0 uncommented needed line 2011-10-04 18:03:07 +02:00
Andreas Preikschat 00aaae3022 removed not needed files + updated copyright 2011-10-04 18:02:45 +02:00
Martin Zibricky e4f3041802 Add pytest to optional dependencies in check_dependecies.py 2011-09-02 13:10:07 +02:00
Raoul Snyman 4b1ce7102e A few more tweaks as requested by Andreas. 2011-08-25 22:14:02 +02:00
Andreas Preikschat 652b1b86ea use urllib to download file 2011-08-22 10:45:03 +02:00
Stevan Pettit 5448e6ae79 Removed documentation references to UPX from windos=builder.py 2011-07-23 08:11:11 -04:00
Stevan Pettit 36ccd4a2ca modified windows build script to add --noupx option to pyinstaller 2011-07-22 18:58:42 -04:00
Andreas Preikschat 3d3114b56d fixed copyright
Fixes: https://launchpad.net/bugs/810633
2011-07-15 19:38:09 +02:00
Andreas Preikschat dc06b0b947 use map instead of list comprehension; blank lines 2011-07-13 15:41:32 +02:00
Martin Zibricky cfb1a06bd3 Update script to check openlp dependecies - catching all imports properly 2011-07-10 14:00:58 +02:00
Martin Zibricky 5951d2c2a3 Update script to check openlp dependecies by info about supported image
formats, enchant backends and available languages
2011-07-09 22:13:33 +02:00
Martin Zibricky a71ea86e4d add script to check openlp dependencies 2011-07-09 16:51:06 +02:00
Raoul Snyman e6cf76b7b9 Added comments for explanation of some code.
Fixed the build directory due to the new way PyInstaller works.
2011-07-07 20:18:35 +02:00
Raoul Snyman 447016c189 Updated Windows build script to work with new PyInstaller and PyQt4 locations. 2011-07-06 20:36:33 +02:00
Raoul Snyman 439b559269 Add main script path, make paths more readable. 2011-07-05 22:17:17 +02:00
Martin Zibricky a039a50005 Update formating and remove dead enchant code 2011-07-04 14:04:50 +02:00
Martin Zibricky 5b95657fbb Update windows build script to work with pyinstaller svn version (1.6dev) 2011-07-04 13:27:20 +02:00
Stevan Pettit 0612a93964 Changed helpfile check to Windows condition check. Modified build script to create OpenLP.chm 2011-06-29 10:42:14 -04:00
Stevan Pettit 7c4474810f Added Mako requirement documentation 2011-06-03 12:40:17 -04:00
Stevan Pettit 860b64f28e Fix traceback in windows-builder.py if bzr version string contains non-ascii chars 2011-06-03 11:44:40 -04:00
Raoul Snyman b5a95b9c23 - Fixed strings, according to bug #734445
- Updated the translations
- Re-added Jeffrey Smith into the credits
- Removed unnecessary copying code in the translation_utils.py script
- Fixed the way the online help action was being created
- Added an icon required by the way we now create the online help action

bzr-revno: 1569
2011-05-25 09:23:01 +02:00
Raoul Snyman 9adc234845 Removed code which copied qm files since it was no longer necessary. 2011-05-25 07:51:08 +02:00
Raoul Snyman 8c9728c3b2 HEAD 2011-05-24 22:53:41 +02:00
Raoul Snyman 7669643774 Updated the copyright notice, adding Jeffrey Smith back in after he accidentally got removed somewhere somehow. 2011-05-24 22:47:05 +02:00
Raoul Snyman 55dfd67a5c More translation updates. 2011-05-24 19:42:30 +02:00
Stevan Pettit ca6e172f5a modified:
scripts/windows-builder.py
2011-05-24 08:57:58 -04:00
Stevan Pettit 7fbef0d7d7 added:
resources/windows/psvince.dll
modified:
  resources/windows/OpenLP-2.0.iss
  scripts/windows-builder.py
2011-05-23 11:41:22 -04:00
Stevan Pettit a4fa470817 modified:
scripts/windows-builder.py
2011-05-13 07:45:41 -04:00
Stevan Pettit be413a688c modified:
resources/windows/OpenLP-2.0.iss
  scripts/windows-builder.py
2011-05-12 21:23:01 -04:00
Stevan Pettit 44d947acb9 modified:
scripts/windows-builder.py
2011-05-05 09:13:12 -04:00
Stevan Pettit 8b3d9e1884 modified:
scripts/windows-builder.py
2011-05-04 14:41:44 -04:00
Stevan Pettit cf1b1262c7 modified:
scripts/windows-builder.py
2011-05-04 11:35:25 -04:00
Jonathan Corwin 9b1c924319 u's and spaces 2011-04-23 11:06:47 +01:00
Jonathan Corwin a73012e3f6 StevanP's changes, so vc variables don't need setting now 2011-04-22 23:32:08 +01:00