Changed version to 0.1.2
Chaged some doc
This commit is contained in:
parent
bdd72825db
commit
415db66a87
7 changed files with 24 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef DEFINES_H
|
||||
#define DEFINES_H
|
||||
|
||||
#define VERSION "LibreMediaServer-Audio 0.1.1"
|
||||
#define VERSION "LibreMediaServer-Audio 0.1.2"
|
||||
#define COPYRIGHT "(C) 2014 Santi Norena libremediaserver@gmail.com"
|
||||
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Pure Media Server - A Media Server Sotfware for stage and performing
|
||||
Libre Media Server - A Media Server Sotfware for stage and performing
|
||||
|
||||
Copyright (C) 2012-2013 Santi Noreña libremediaserver@gmail.com
|
||||
Copyright (C) 2012-2014 Santi Noreña libremediaserver@gmail.com
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -16,14 +16,11 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "libremediaserver-audio.h"
|
||||
|
||||
// QTextEdit * libreMediaServerAudio::textEdit = 0;
|
||||
|
||||
/**
|
||||
/ Constructor
|
||||
*/
|
||||
|
||||
libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Libre Media Server - A Media Server Sotfware for stage and performing
|
||||
Copyright (C) 2012-2013 Santiago Noreña libremediaserver@gmail.com
|
||||
Copyright (C) 2012-2014 Santiago Noreña libremediaserver@gmail.com
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -26,7 +26,7 @@
|
|||
#include <QFileDialog>
|
||||
#include <QTextStream>
|
||||
#include <QWebView>
|
||||
//#include <QUrl>
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QTextEdit>
|
||||
|
||||
|
@ -60,7 +60,7 @@ private:
|
|||
|
||||
// void MessageHandler(QtMsgType type, const QMessageLogContext &logcontext, const QString &msg);
|
||||
AudioMasterWidget *amw;
|
||||
// AudioWidget *aw;
|
||||
|
||||
olaThread *ola;
|
||||
|
||||
void open_start();
|
||||
|
@ -73,7 +73,7 @@ public slots:
|
|||
|
||||
private slots:
|
||||
|
||||
// void loadbang();
|
||||
|
||||
void olasetup();
|
||||
void dmxInput(int layer, int channel, int value);
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ TARGET = libremediaserver-audio
|
|||
|
||||
QT += webkitwidgets widgets
|
||||
|
||||
#CONFIG += release
|
||||
DESTDIR = ./debug
|
||||
CONFIG += release
|
||||
DESTDIR = ./release
|
||||
|
||||
HEADERS += libremediaserver-audio.h \
|
||||
medialibrary.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue