• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Feb-2021-

images/icons/H20-Feb-2021-

templates/H20-Feb-2021-4038

.gitignoreH A D20-Feb-2021355 1514

COPYINGH A D20-Feb-202117.6 KiB341281

Makefile.amH A D20-Feb-20211.8 KiB8466

ReadMeH A D20-Feb-20211 KiB3925

application.qrcH A D20-Feb-2021955 2019

configfile.cppH A D20-Feb-20214.3 KiB16394

configfile.hppH A D20-Feb-20217.6 KiB254129

nullable.hppH A D20-Feb-20211.4 KiB4923

qplaylistfiledialog.cppH A D20-Feb-20211.1 KiB294

qplaylistfiledialog.hppH A D20-Feb-20214.4 KiB172110

qplaylistmodel.cppH A D20-Feb-202112.3 KiB445338

qplaylistmodel.hppH A D20-Feb-20213.4 KiB11268

qplaylisttableview.hppH A D20-Feb-20213.2 KiB13682

qpreseteditordialog.cppH A D20-Feb-20213 KiB10861

qpreseteditordialog.hppH A D20-Feb-20211.7 KiB6431

qpreseteditordialog.uiH A D20-Feb-20212.3 KiB10099

qpresetfiledialog.hppH A D20-Feb-20211.5 KiB5522

qpresettextedit.cppH A D20-Feb-20211.7 KiB6432

qpresettextedit.hppH A D20-Feb-20211.3 KiB5017

qprojectm.hppH A D20-Feb-20211.9 KiB5826

qprojectm_mainwindow.cppH A D20-Feb-202137.7 KiB1,338904

qprojectm_mainwindow.hppH A D20-Feb-20215.9 KiB215147

qprojectm_mainwindow.uiH A D20-Feb-202120.5 KiB556553

qprojectmconfigdialog.cppH A D20-Feb-20217.7 KiB201132

qprojectmconfigdialog.hppH A D20-Feb-20211.7 KiB5328

qprojectmconfigdialog.uiH A D20-Feb-202125.7 KiB613612

qprojectmwidget.hppH A D20-Feb-20217.2 KiB323222

qxmlplaylisthandler.hppH A D20-Feb-20215.3 KiB217142

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