Commit graph

44 commits

Author SHA1 Message Date
lasconic
4719d3be09 small style adjustment, no gradient in scrollbar, checkbox now use tick instead of x 2014-07-23 10:42:47 +02:00
lasconic
3f5789d0cb add bottom line to groupbox, start to fix spinbox style in plugins 2014-07-13 20:31:09 +02:00
Joachim Schmitz
c2d6a06daf disable unused local variables 2014-06-10 09:27:46 +02:00
Joachim Schmitz
27ba0bada7 some purly cosmetic changes
adding semicolons for Q_DECLARE_METATYPE() and
Q_DECLARE_OPERATORS_FOR_FLAGS(), removing semicolons from Q_PROPERTY()
(QtCreator complains about them) and fixing a comment, reformatting for
alignment
2014-05-12 12:28:07 +02:00
lasconic
7a46181f7f fix crash with plugins when widget is null 2014-04-08 15:41:06 +02:00
Joachim Schmitz
007df373a3 changing all assert() to Q_ASSERT()
except for thirdparty/portmidi/
2014-03-04 13:32:32 +01:00
Joachim Schmitz
f08bd8df67 fix warnings due to -Wunused-parameter 2014-01-15 22:05:05 +01:00
Joachim Schmitz
e8663b9c3c reverting changes to the files in mstyle 2014-01-13 13:26:36 +01:00
Joachim Schmitz
2481872bbf improve, fix and extend plugin dosumentation
not sure about the changes in mstyle though
2014-01-12 12:51:51 +01:00
ws
5dea7bdea3 config gui animations; remove underline from current listview element 2013-08-13 19:10:22 +02:00
ws
a685cb9e6d rollback effects gui; fixes for mstyle 2013-07-10 21:59:00 +02:00
ws
4e6aaa1ba4 for debugging remove iostream from bww2mxml 2013-07-09 16:56:38 +02:00
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
ws
8760f4322a tuning voice buttons 2013-07-03 16:32:38 +02:00
lasconic
360fe58973 use palette instead of hardcoded color 2013-06-26 18:05:49 +02:00
ws
6609abe12f test for different icon background color 2013-05-29 21:29:55 +02:00
lasconic
7b1252f7a7 fix compilation on linux (2) 2013-05-16 16:58:46 +02:00
lasconic
e689896de4 fix compilation on linux 2013-05-16 16:38:50 +02:00
lasconic
62f56f70be replace Q_WS_* by Q_OS_* for Qt5 compatibility 2013-05-16 16:12:22 +02:00
ws
f91b8b9768 tune icon color 2013-05-15 18:33:39 +02:00
ws
530bedea4f tune icon color 2013-05-15 14:01:35 +02:00
lasconic
0cdad25db3 update build for Qt5 on Windows mingw 2013-05-14 17:25:16 +02:00
ws
55f063a0b2 merge 2013-05-14 13:38:39 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
39cd72d32c no icons in menus, even on Windows 2013-05-12 10:28:07 +02:00
ws
fc72dc1e2a Merge branch 'master' into qt5 2013-05-08 13:43:22 +02:00
ws
66579f0dba small gui changes; fix for workspace 2013-05-08 10:54:22 +02:00
AntonioBL
9c35d40eb6 fix #20823: Possible access violation 2013-04-20 11:08:53 +02:00
ws
05267bd52c extend search: entering p5 moves to page 5 2013-04-18 14:05:52 +02:00
ws
a507d43df9 fix mstyle warning 2013-04-17 14:26:16 +02:00
ws
744e68abe0 merge with master 2013-04-17 14:00:26 +02:00
ws
1e355d7bcf fixes for workspace; some palette tweaking 2013-03-15 17:52:58 +01:00
ws
ebb5c61d5a some inspector tweaks 2013-03-14 16:23:52 +01:00
lasconic
7825ff8db0 precompiled header for mac 2013-03-14 16:00:06 +01:00
ws
5317ad7913 fix inspector geometry management 2013-03-11 12:01:10 +01:00
ws
449ef9b1eb inspector tweaking 2013-03-11 12:01:10 +01:00
lasconic
58ef6a5186 std::nan not available on mac 2013-02-27 12:15:18 +01:00
ws
31d78ecb39 mstyle white space changes 2013-02-15 22:47:54 +01:00
ws
d714b5f451 port to qt5 2013-02-15 14:50:03 +01:00
Tony Mountifield
ace44c58da Fix compilation on MinGW with GCC 4.7.2 2013-02-13 23:36:40 +00:00
lasconic
1cf5a07c76 fix compilation warning 2013-02-04 17:53:28 +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
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