Commit graph

350 commits

Author SHA1 Message Date
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
ws
32d90bfd62 update translations 2013-06-26 10:06:25 +02:00
ws
714bc5358e remove deferred loading of chords.xml 2013-06-24 10:26:58 +02:00
lasconic
050b380d80 make tests more verbose in case of failure 2013-06-20 20:11:06 +02:00
lasconic
a0c98ec1a1 update translation files, delete obsolete ones 2013-06-15 17:06:45 +02:00
lasconic
edb2000abe convert NSIS file to UTF8, add chinese translations 2013-06-03 21:51:29 +02:00
lasconic
3f9ed2ecd0 fix build on Windows 2013-05-21 18:13:36 +02:00
lasconic
0e831225da update build process to be able to build with homebrew on mac 2013-05-21 17:53:14 +02:00
lasconic
8cf4568ad6 more Q_WS_* to Q_OS_*, more fixes for windows 2013-05-17 18:02:34 +02:00
lasconic
4b70dbba6c fix build on windows 2013-05-17 15:30:03 +02:00
lasconic
40c1ec773c find lrelease and lupdate correctly 2013-05-15 18:31:49 +02:00
lasconic
0cdad25db3 update build for Qt5 on Windows mingw 2013-05-14 17:25:16 +02:00
ws
fc72dc1e2a Merge branch 'master' into qt5 2013-05-08 13:43:22 +02:00
lasconic
c2bf9a96bc travis: try to kill Xvfb when tests fail 2013-04-26 22:21:39 +02:00
lasconic
5825ca31cf fix syntax error in run_tests.sh 2013-04-25 10:00:40 +02:00
lasconic
1f49f8fa90 travis-ci: do not upload tests result anymore, run mtest if ctest fails 2013-04-23 18:32:59 +02:00
ws
744e68abe0 merge with master 2013-04-17 14:00:26 +02:00
lasconic
76e6204bd4 fix #20695: add 2x resolution support for retina display text and score 2013-04-08 18:28:18 +02:00
ws
8ffe7531d9 add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
lasconic
7825ff8db0 precompiled header for mac 2013-03-14 16:00:06 +01:00
lasconic
bdb01a0725 fix compilation on MacOSX 2013-03-13 18:55:42 +01:00
lasconic
67cde95183 remove unused cmake module 2013-03-13 10:57:59 +01:00
lasconic
e51a402ae3 revert changes in mingw32.mingw.cmake 2013-03-12 14:00:07 +01:00
lasconic
c14a8c86c3 clean up cmake files 2013-03-12 11:42:10 +01:00
lasconic
75faff979a loose CMake minimum version requirement 2013-03-10 18:50:22 +01:00
ws
215d07921c fix build: add missing file; remove bad module V8 2013-02-16 15:50:43 +01:00
ws
c7a380c69d revert change to use Qt raw fonts 2013-02-16 11:11:20 +01:00
ws
d714b5f451 port to qt5 2013-02-15 14:50:03 +01:00
ws
34af985c80 set USE_GLYPHS as default 2013-02-13 14:04:03 +01:00
Tony Mountifield
2f0aec7ccf Improve post-checkout hook and README
Make the post-checkout hook only update revision.h on branch-level
checkout. Add "assume unchanged" status to revision.h.
Expanded the description in README.
2013-01-30 16:13:36 +00:00
Tony Mountifield
d82fced192 Improve handling of mscore/revision.h
Added a default mscore/revision.h containing "Unknown" as the
revision number (mscore/revision.h remains in .gitignore).
Removed the dependency on "revision" in the Makefiles. Now
"make revision" must be done manually if required.
Added sample post-checkout git hook to allow git automatically
to update mscore/revision.h when doing a git checkout. If installed,
this removes the need to do "make revision" manually.
2013-01-29 16:26:07 +00:00
lasconic
c8669b6ee9 update windows build to use Qt 4.8.4 2012-12-06 15:11:37 +01:00
lasconic
f41f6c9df3 Adding Serbian language 2012-10-17 11:10:41 +02:00
lasconic
e9343dd87a update Qt to 4.8.1 for windows build 2012-09-09 22:05:53 +02:00
lasconic
105e9c8842 Windows: wrt.bat and wine.bat don't need to be in PATH anymore 2012-08-19 23:44:54 +02:00
lasconic
4d32a875ad fix build to work with CMake 2.8.8 on windows 2012-08-06 20:48:06 +02:00
Werner Schweer
a73ccc3f8e fix doxygen build; add doxygen configuration for library only 2012-07-20 14:05:00 +02:00
lasconic
acdb08f2e6 fix Windows build, include QtSql and QtScript dlls since QtDeclarative depends on them by default. see #17292 2012-07-12 18:45:49 +02:00
lasconic
6bbb3cffe2 fix build for windows 2012-07-09 17:31:15 +02:00
Werner Schweer
84bf8e75d5 add compile option for plugin system 2012-07-09 14:16:27 +02:00
lasconic
da8751a8bc generate dSym file on mac 2012-06-26 13:51:26 +02:00
lasconic
0c4e5b98c3 update build script 2012-06-23 12:04:14 +02:00
lasconic
79b96a913d zip test results recursively 2012-06-14 18:18:03 +02:00
lasconic
9baceea280 last fixes for travis ci 2012-06-14 17:56:33 +02:00
lasconic
d0b6268913 fix revision retrieval for unit test on travis ci 2012-06-14 17:33:06 +02:00
lasconic
fdc91271ee fix path error in test script 2012-06-14 16:37:01 +02:00
lasconic
5db7faf576 publish travis ci test results 2012-06-14 16:20:23 +02:00
Werner Schweer
7ba279ceb7 fix build system (TargetDoc.cmake) 2012-06-05 11:30:07 +02:00
lasconic
ad5cecf446 remove temporary files added by accident 2012-05-29 22:43:48 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00