Commit Graph

178 Commits

Author SHA1 Message Date
Tim Bentley
4a0b3f90aa 2013 is comming 2012-12-29 20:56:56 +00:00
Tim Bentley
a7294a8e8b Copyright and Translation updates from 2.0 2012-12-01 07:57:54 +00:00
Tim Bentley
5646183803 Fixes 2012-11-11 21:16:14 +00:00
Tim Bentley
55f4bc3a73 Fix name and add spearator 2012-11-11 19:33:53 +00:00
Tim Bentley
47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Raoul Snyman
6857ec0946 Patch file was not updated correctly. 2012-11-03 22:22:21 +02:00
Raoul Snyman
61b505f1bd Updated the image in the About dialog to the one from the new web site.
Fixes: https://launchpad.net/bugs/1069109
2012-11-01 19:41:22 +02:00
Tim Bentley
bb3561c18a Fixes 2012-10-23 18:35:23 +01:00
Tim Bentley
716dc9ccf0 More updates 2012-10-21 15:07:57 +01:00
Tim Bentley
cdbc1fd82e Copyrights 2012-10-21 14:16:22 +01:00
Andreas Preikschat
156a58f6bd removed character 2012-07-06 18:55:04 +02:00
Andreas Preikschat
456bd374be added try to catch traceback shown on incorrect pw or username 2012-07-06 18:51:49 +02:00
Samuel Findlay
4510fdbede Added three names in Copyright headers and About window (Samuel Findlay, Edwin Lunando, Dave Warnock). Fixed consistency issues. 2012-06-23 00:14:53 +10:00
Raoul Snyman
7b737a69f2 Moved Windows stuff into its own repository. 2012-05-02 23:02:27 +02:00
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
Jonathan Corwin
f3f1836150 remove pptviewlib.dll and build it via windows-builder.py 2011-04-21 00:21:31 +01:00
Raoul Snyman
01589bae98 Removed clean dirs function since it never worked anyway. 2011-04-02 22:17:53 +02:00
Raoul Snyman
7b34fa90c9 Generate an HTML Help file and include it in the build. 2011-04-02 22:13:11 +02:00
Raoul Snyman
67b087fe4a Generate an HTML Help file and include it in the build. 2011-04-02 22:09:49 +02:00
Raoul Snyman
107dc01c4b HTML Help added to the build process. 2011-04-02 20:37:28 +02:00
Raoul Snyman
7cdf6d0f69 Generate an HTML Help file and include it in the build. 2011-04-02 20:22:38 +02:00
Raoul Snyman
9626b0d988 Generate an HTML Help file and include it in the build. 2011-04-02 20:20:43 +02:00
Raoul Snyman
fa3e2d7a9a Generate an HTML Help file and include it in the build. 2011-04-02 20:19:46 +02:00
Raoul Snyman
efbcfd0772 Updated copyright information. 2011-03-24 21:04:02 +02:00
Raoul Snyman
afe6f706bb Updated the build script to run a revert first. 2011-03-18 17:28:51 +02:00
Raoul Snyman
780a87e840 Updated copyright information. Removed .eric4project directory from version control. 2011-02-24 07:47:38 +02:00
Jon Tibble
7bd9d8a10b Importers have replaced scripts 2011-02-03 21:37:00 +00:00
Raoul Snyman
893e1a1f48 Updated the Windows build script to add a step to update from bzr first. 2011-01-02 14:47:30 +02:00
Andreas Preikschat
d9768b6536 whitespaces 2010-12-13 15:24:16 +01:00
Raoul Snyman
51edce8c17 Move Windows stuff all into a single "Windows" directory. 2010-10-10 17:40:54 +02:00
rimach
fb7a049ba6 Head 2010-09-22 20:07:09 +02:00
rimach
d1172e14c1 fix click/unclick 'Auto detect', fix saving of language setting 2010-09-22 20:03:10 +02:00
Raoul Snyman
8aa727c148 Update strings.
bzr-revno: 1050
2010-09-22 07:41:22 +02:00
Raoul Snyman
51e109cfc6 HEAD 2010-09-21 21:55:40 +02:00
rimach
32544d1556 Head 2010-09-21 21:22:49 +02:00
rimach
6b5deff398 update translation_utils script, that generated qm files will be copied to the related folder 2010-09-21 21:22:34 +02:00
Raoul Snyman
4949bed443 Add a method to update the translation files.
Merge from HEAD.
2010-09-19 19:31:59 +02:00
Andreas Preikschat
c8d3e3df23 fixed bug #641734 2010-09-18 18:11:37 +02:00
Raoul Snyman
22774b880a - Fixed up the QM file locations for static builds.
- Added PyEnchant to the build process.
- Fixed LanguageManager to be complaint with the coding standards.
2010-09-16 22:40:12 +02:00
Raoul Snyman
d4a0171203 HEAD 2010-09-13 07:16:16 +02:00
Raoul Snyman
fa45204b0c Fixed up the resources patch, and regenerated the resources file. 2010-09-08 18:26:13 +02:00
Raoul Snyman
d4ce60534a Reworked the translation script.
Renamed the translation files to just their language codes for easier integration into translation tools.
2010-09-02 10:59:21 +02:00
Jon Tibble
37b2304eeb Trailing new lines 2010-07-27 10:32:52 +01:00
Raoul Snyman
2f2b339863 Update the copyright notice. 2010-07-25 00:10:47 +02:00
Raoul Snyman
5c4a835dac Added decent images for remotes, alerts and song usage. 2010-06-29 23:23:56 +02:00
rimach
edce9a6117 improve translation_utils script 2010-06-22 19:16:39 +02:00
Jon Tibble
979129ebe7 Script resource generation 2010-06-22 00:26:35 +01:00
Jon Tibble
143f361f8d Fix translate and remove unused script 2010-06-17 12:43:58 +01:00
Jon Tibble
0b1621923a PEP8 type checking and cleanups 2010-06-09 18:09:32 +01:00
Raoul Snyman
8287f4ea27 Further updated the Windows build script documentation. 2010-05-27 22:32:02 +02:00
Raoul Snyman
a1273aefe5 Fixed rst. 2010-05-26 22:27:03 +02:00