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
lasconic
62f56f70be
replace Q_WS_* by Q_OS_* for Qt5 compatibility
2013-05-16 16:12:22 +02:00
lasconic
0cdad25db3
update build for Qt5 on Windows mingw
2013-05-14 17:25:16 +02:00
lasconic
2c10012191
update singleapp for Qt5
2013-05-14 17:24:36 +02:00
ws
fc72dc1e2a
Merge branch 'master' into qt5
2013-05-08 13:43:22 +02:00
lasconic
a7e207d534
add readme for ofqf OSC library
2013-04-22 12:49:51 +02:00
ws
a5e430cc44
fix pch generation
2013-04-17 15:48:26 +02:00
ws
744e68abe0
merge with master
2013-04-17 14:00:26 +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
c14a8c86c3
clean up cmake files
2013-03-12 11:42:10 +01:00
ws
d714b5f451
port to qt5
2013-02-15 14:50:03 +01:00
ws
0650e9fe0e
disable palette operations for readOnly workspaces
2013-02-11 19:23:25 +01:00
Jonathan Klein
356b124e2b
Make XCode generator add headers to project
...
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.
The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).
I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.
According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
lasconic
f0f878eb24
fix build problem on (Mountain) Lion with XCode4 only
2012-08-13 10:15:09 +02:00
Werner Schweer
81a552eb87
qt5 port
2012-05-31 16:24:35 +02:00
Werner Schweer
412ca45401
Initial commit
2012-05-26 14:49:10 +02:00