Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 20-Feb-2021 | - | ||||
images/icons/ | H | 20-Feb-2021 | - | |||
templates/ | H | 20-Feb-2021 | - | 40 | 38 | |
.gitignore | H A D | 20-Feb-2021 | 355 | 15 | 14 | |
COPYING | H A D | 20-Feb-2021 | 17.6 KiB | 341 | 281 | |
Makefile.am | H A D | 20-Feb-2021 | 1.8 KiB | 84 | 66 | |
ReadMe | H A D | 20-Feb-2021 | 1 KiB | 39 | 25 | |
application.qrc | H A D | 20-Feb-2021 | 955 | 20 | 19 | |
configfile.cpp | H A D | 20-Feb-2021 | 4.3 KiB | 163 | 94 | |
configfile.hpp | H A D | 20-Feb-2021 | 7.6 KiB | 254 | 129 | |
nullable.hpp | H A D | 20-Feb-2021 | 1.4 KiB | 49 | 23 | |
qplaylistfiledialog.cpp | H A D | 20-Feb-2021 | 1.1 KiB | 29 | 4 | |
qplaylistfiledialog.hpp | H A D | 20-Feb-2021 | 4.4 KiB | 172 | 110 | |
qplaylistmodel.cpp | H A D | 20-Feb-2021 | 12.3 KiB | 445 | 338 | |
qplaylistmodel.hpp | H A D | 20-Feb-2021 | 3.4 KiB | 112 | 68 | |
qplaylisttableview.hpp | H A D | 20-Feb-2021 | 3.2 KiB | 136 | 82 | |
qpreseteditordialog.cpp | H A D | 20-Feb-2021 | 3 KiB | 108 | 61 | |
qpreseteditordialog.hpp | H A D | 20-Feb-2021 | 1.7 KiB | 64 | 31 | |
qpreseteditordialog.ui | H A D | 20-Feb-2021 | 2.3 KiB | 100 | 99 | |
qpresetfiledialog.hpp | H A D | 20-Feb-2021 | 1.5 KiB | 55 | 22 | |
qpresettextedit.cpp | H A D | 20-Feb-2021 | 1.7 KiB | 64 | 32 | |
qpresettextedit.hpp | H A D | 20-Feb-2021 | 1.3 KiB | 50 | 17 | |
qprojectm.hpp | H A D | 20-Feb-2021 | 1.9 KiB | 58 | 26 | |
qprojectm_mainwindow.cpp | H A D | 20-Feb-2021 | 37.7 KiB | 1,338 | 904 | |
qprojectm_mainwindow.hpp | H A D | 20-Feb-2021 | 5.9 KiB | 215 | 147 | |
qprojectm_mainwindow.ui | H A D | 20-Feb-2021 | 20.5 KiB | 556 | 553 | |
qprojectmconfigdialog.cpp | H A D | 20-Feb-2021 | 7.7 KiB | 201 | 132 | |
qprojectmconfigdialog.hpp | H A D | 20-Feb-2021 | 1.7 KiB | 53 | 28 | |
qprojectmconfigdialog.ui | H A D | 20-Feb-2021 | 25.7 KiB | 613 | 612 | |
qprojectmwidget.hpp | H A D | 20-Feb-2021 | 7.2 KiB | 323 | 222 | |
qxmlplaylisthandler.hpp | H A D | 20-Feb-2021 | 5.3 KiB | 217 | 142 |
ReadMe
1PROJECTM-QT README 2------------------ 3 4projectM-qt is a GUI designed to enhance the projectM user and preset writer 5experience. I could say it's the best direction for projectM and that's why I 6wrote it, but it was really a curious digression in Qt4. 7 8Please visit the wiki at http://projectm.wiki.sf.net for build instructions. 9If you're lazy, just make sure you have cmake installed and type 10 11- 12cmake . 13- 14 15then 16 17- 18make 19make install 20- 21 22If this fails, go online and get help! 23 24 25WARNING: This is my first Qt4 (or Qt*) experience. As such, there will be bugs. 26Please notify me if something goes wrong! There will be incremental 27releases henceforth fixing bugs and adding minor features. 28 29As an ode to Qt, the Qt4 platform has been generally a fun experience and 30is much recommended to the developer. As for cross platform support, 31it will be severely tested as projectM-qt for mac and win rolls out in 32the near future. 33 34 35Thanks for using projectM-Qt and good luck! 36 37- struktured of the projectM team (Carmelo.Piccione+projectM@gmail.com) 38 39