Commit graph

66 commits

Author SHA1 Message Date
ws
d76e51d276 fix some scaling regressions 2015-11-18 18:09:59 +01:00
lasconic
587b9b048c fix compilation on windows 2015-11-16 18:44:31 +01:00
ws
c6092a7a95 first try in integrating freetype cmake file 2015-11-16 17:05:51 +01:00
ws
c70980ab7e add freetype-2.6.1 as thirdparty 2015-11-16 10:51:25 +01:00
lasconic
154b427f81 fix #65506: rtf2html/README.ru has the wrong encoding 2015-06-17 09:55:01 +02:00
lasconic
61eed11401 fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
lasconic
7b4c3c4ed5 fix weird behavior when uploading score with no page on m.c 2015-03-16 11:09:34 +01:00
lasconic
d4e22ed0d2 review error cases for MuseScore.com login 2015-03-11 17:02:45 +01:00
lasconic
d0384031ff hide getting started if recent score, remove waiting spinner and hide webview if no internet, fix typo 2015-03-10 13:44:27 +01:00
ws
b3c8465eed more cmake cleanups 2015-01-27 15:23:20 +01:00
ws
1960bbbff7 use AUTOMOC in cmake files 2015-01-27 15:23:20 +01:00
Nicolas Froment
0d05735fa0 Merge pull request #1553 from Jojo-Schmitz/warnungs-release-mode
fix compiler warnings in RELEASE mode under Windows
2014-12-19 18:49:21 +01:00
lasconic
a103f2e470 remove tabs in start center 2014-12-19 16:30:18 +01:00
Joachim Schmitz
cdb31d60cb fix compiler warnings in RELEASE mode under Windows
reg. possible uninitialized use of some variables and some unused
parameters
2014-12-18 21:45:49 +01:00
AntonioBL
620dae1b25 some fixes from cppcheck analysis 2014-12-09 09:36:24 +01:00
lasconic
0a59df0a1f clean debug statements 2014-11-24 17:30:07 +01:00
lasconic
d049353ee4 more optimization of the upload process 2014-11-24 17:25:32 +01:00
lasconic
37a2197efa deal with old authentication key with musescore.com 2014-11-22 18:04:07 +01:00
lasconic
29a20d8c01 support 404 not found for get scores 2014-11-20 22:26:04 +01:00
lasconic
08e2faa694 add support for file update on musescore.com 2014-11-20 18:02:05 +01:00
lasconic
2c8a1917fd fix double dialogs when error for login, fix modal message dialog 2014-11-18 15:50:26 +01:00
lasconic
d8e1c7487e fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
lasconic
30599bd607 add client side support for save score online 2014-11-14 21:03:46 +01:00
ws
8b8be3efa1 make score->save() undo-safe 2014-10-30 09:36:30 +01:00
ws
3c976eb0ce update IntervalTree 2014-08-19 14:22:52 +02:00
lasconic
3a92bde8e6 fix possible duplication of symbol 2014-08-01 20:14:31 +02:00
Andrey M. Tokarev
092c811f22 Add BeatRoot COPYING and README files 2014-07-29 18:37:58 +04:00
Andrey M. Tokarev
7aaba337de Integrate Beatroot (beat detection) algorithm into MIDI import 2014-07-29 18:35:27 +04:00
Andrey M. Tokarev
e2c27b17e0 Make the scope of local variable more narrow (Beatroot) 2014-07-29 18:35:27 +04:00
Andrey M. Tokarev
f4bebde500 Fix fillBeats function (Beatroot): no interpolation between 1st and 2nd beats 2014-07-29 18:35:26 +04:00
Andrey M. Tokarev
68f8ab2910 Add Beatroot code by Simon Dixon for beat detection in MIDI files
1. Passing of objects by values into functions
   were replaced by passing them by reference, where it is worth it.
2. Code style was reformatted according to the MuseScore style

Reformat Beatroot code style

Conflicts:
	mscore/CMakeLists.txt
	mtest/CMakeLists.txt
2014-07-29 18:35:25 +04:00
Joachim Schmitz
82742300cd avoid warning reg. redefined macro 2014-06-17 14:23:12 +02:00
Joachim Schmitz
48f3ea412a initialize variables 2014-06-10 09:27:48 +02:00
Joachim Schmitz
dba4644b70 use correct format specifiers
%d rather than %ld for int resp. %hhd vs. %d for char
2014-06-10 09:27:39 +02:00
Joachim Schmitz
e474ac8363 don't compare pointers against NULL in C++11
either avoid it like done here or use nullptr
2014-06-10 09:27:37 +02:00
Joachim Schmitz
6f3a7d1957 whitespace cleanup 2014-05-30 13:37:44 +02:00
lasconic
0fb13153ce fix build dependency 2014-05-17 13:27:51 +02:00
ws
ae60fb4f93 staff type edit updates 2014-05-12 18:04:59 +02:00
Joachim Schmitz
3dc8e25ed1 fix compiler warning due to -Wenum-compare 2014-05-11 13:09:48 +02:00
Joachim Schmitz
78a0da475f fix #25666: fix warning reg. ignored dllimport 2014-05-09 09:14:00 +02:00
Joachim Schmitz
d3856d2d94 fix #25666: link xmlstream under Windows 2014-05-08 19:07:32 +02:00
ws
1dff0380ef move qzip and xmlstream into separate libs 2014-05-07 19:58:14 +02:00
ws
2bf549ba72 move xmlstream and qzip into thirdparty 2014-05-07 09:28:19 +02:00
Joachim Schmitz
0b2610b360 fix error introduced when fixing warnings due to -Wswitch 2014-01-19 15:46:54 +01:00
Joachim Schmitz
b7ba307460 fix warnings due to -Wparentheses 2014-01-18 12:23:11 +01:00
Joachim Schmitz
0cbcc26df2 fix warnings due to -Wswitch 2014-01-17 14:52:31 +01:00
lasconic
f9b30db383 remove iostream in rtf2html 2013-07-09 18:37:40 +02:00
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
ws
3f63dcd6d4 use interval tree for list of spanners 2013-07-05 11:24:14 +02:00
lasconic
8cf4568ad6 more Q_WS_* to Q_OS_*, more fixes for windows 2013-05-17 18:02:34 +02:00