diff --git a/doc/build.md b/doc/build.md --- a/doc/build.md +++ b/doc/build.md @@ -31,8 +31,6 @@ In addition to a working development enviroment for your system you will need the following to build %AtCore - qt5-base - qt5-serialport - -Building atcore-gui adds the following dependencies: - qt5-widgets - qt5-charts @@ -73,14 +71,14 @@ ### Windows/Mac OS On these systems atcore will look in the path of the program using it for firmware plugins -On Windows This is in a directory next to the program +On Windows this is in a directory next to the program ``` C:\atcore_test_GUI\atcore-gui.exe C:\atcore_test_GUI\AtCore.dll C:\atcore_test_GUI\plugins\repetier.dll ``` -On Mac Os This is In the app Bundle +On Mac OS this is in the app bundle ``` atcore-gui.app/Contents/MacOS/atcore-gui atcore-gui.app/Contents/MacOS/AtCore.dylib diff --git a/doc/contrib.md b/doc/contrib.md --- a/doc/contrib.md +++ b/doc/contrib.md @@ -28,7 +28,7 @@ - Reviewers: rizzitello, patrickelectric, laysrodrigues, tcanabrava - Be sure to make things "done" in phabricator. - Update your revisions with `arc diff --update ` - - Ammend your local commits to fix review issues. + - Amend your local commits to fix review issues. - Revisions require a majority acceptance rate before landing - Land your code with `arc land ` diff --git a/doc/mainpage.md b/doc/mainpage.md --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -8,7 +8,7 @@ - Chris Rizzitello - Patrick José Pereira - - Lays Rodrigues
+ - Lays Rodrigues - Tomaz Canabrava ## Supported Firmwares diff --git a/src/atcore.h b/src/atcore.h --- a/src/atcore.h +++ b/src/atcore.h @@ -4,8 +4,8 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira - Lays Rodrigues + Patrick José Pereira + Lays Rodrigues This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/atcore.cpp b/src/atcore.cpp --- a/src/atcore.cpp +++ b/src/atcore.cpp @@ -4,8 +4,8 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira - Lays Rodrigues + Patrick José Pereira + Lays Rodrigues This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/atcore_default_folders.h.in b/src/atcore_default_folders.h.in --- a/src/atcore_default_folders.h.in +++ b/src/atcore_default_folders.h.in @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira 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 diff --git a/src/gcodecommands.h b/src/gcodecommands.h --- a/src/gcodecommands.h +++ b/src/gcodecommands.h @@ -2,9 +2,9 @@ Copyright (C) <2016> Authors: - Lays Rodrigues + Lays Rodrigues Tomaz Canabrava - Patrick José Pereira + Patrick José Pereira Chris Rizzitello This library is free software; you can redistribute it and/or diff --git a/src/gcodecommands.cpp b/src/gcodecommands.cpp --- a/src/gcodecommands.cpp +++ b/src/gcodecommands.cpp @@ -2,9 +2,9 @@ Copyright (C) <2016> Authors: - Lays Rodrigues + Lays Rodrigues Tomaz Canabrava - Patrick José Pereira + Patrick José Pereira Chris Rizzitello This library is free software; you can redistribute it and/or diff --git a/src/ifirmware.h b/src/ifirmware.h --- a/src/ifirmware.h +++ b/src/ifirmware.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/ifirmware.cpp b/src/ifirmware.cpp --- a/src/ifirmware.cpp +++ b/src/ifirmware.cpp @@ -3,7 +3,7 @@ Authors: Tomaz Canabrava - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/aprinterplugin.h b/src/plugins/aprinterplugin.h --- a/src/plugins/aprinterplugin.h +++ b/src/plugins/aprinterplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/aprinterplugin.cpp b/src/plugins/aprinterplugin.cpp --- a/src/plugins/aprinterplugin.cpp +++ b/src/plugins/aprinterplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/grblplugin.h b/src/plugins/grblplugin.h --- a/src/plugins/grblplugin.h +++ b/src/plugins/grblplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/grblplugin.cpp b/src/plugins/grblplugin.cpp --- a/src/plugins/grblplugin.cpp +++ b/src/plugins/grblplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/marlinplugin.h b/src/plugins/marlinplugin.h --- a/src/plugins/marlinplugin.h +++ b/src/plugins/marlinplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/marlinplugin.cpp b/src/plugins/marlinplugin.cpp --- a/src/plugins/marlinplugin.cpp +++ b/src/plugins/marlinplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/repetierplugin.h b/src/plugins/repetierplugin.h --- a/src/plugins/repetierplugin.h +++ b/src/plugins/repetierplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/repetierplugin.cpp b/src/plugins/repetierplugin.cpp --- a/src/plugins/repetierplugin.cpp +++ b/src/plugins/repetierplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/smoothieplugin.h b/src/plugins/smoothieplugin.h --- a/src/plugins/smoothieplugin.h +++ b/src/plugins/smoothieplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/smoothieplugin.cpp b/src/plugins/smoothieplugin.cpp --- a/src/plugins/smoothieplugin.cpp +++ b/src/plugins/smoothieplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/sprinterplugin.h b/src/plugins/sprinterplugin.h --- a/src/plugins/sprinterplugin.h +++ b/src/plugins/sprinterplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/sprinterplugin.cpp b/src/plugins/sprinterplugin.cpp --- a/src/plugins/sprinterplugin.cpp +++ b/src/plugins/sprinterplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/teacupplugin.h b/src/plugins/teacupplugin.h --- a/src/plugins/teacupplugin.h +++ b/src/plugins/teacupplugin.h @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/plugins/teacupplugin.cpp b/src/plugins/teacupplugin.cpp --- a/src/plugins/teacupplugin.cpp +++ b/src/plugins/teacupplugin.cpp @@ -4,7 +4,7 @@ Authors: Tomaz Canabrava Chris Rizzitello - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/seriallayer.h b/src/seriallayer.h --- a/src/seriallayer.h +++ b/src/seriallayer.h @@ -2,7 +2,7 @@ Copyright (C) <2016> Authors: - Patrick José Pereira + Patrick José Pereira Chris Rizzitello Tomaz Canabrava diff --git a/src/seriallayer.cpp b/src/seriallayer.cpp --- a/src/seriallayer.cpp +++ b/src/seriallayer.cpp @@ -2,7 +2,7 @@ Copyright (C) <2016> Authors: - Patrick José Pereira + Patrick José Pereira Chris Rizzitello Tomaz Canabrava diff --git a/src/temperature.h b/src/temperature.h --- a/src/temperature.h +++ b/src/temperature.h @@ -3,7 +3,7 @@ Authors: Tomaz Canabrava - Patrick José Pereira + Patrick José Pereira This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/temperature.cpp b/src/temperature.cpp --- a/src/temperature.cpp +++ b/src/temperature.cpp @@ -3,7 +3,7 @@ Authors: Tomaz Canabrava - Patrick José Pereira + Patrick José Pereira Chris Rizzitello This library is free software; you can redistribute it and/or diff --git a/src/widgets/about.cpp b/src/widgets/about.cpp --- a/src/widgets/about.cpp +++ b/src/widgets/about.cpp @@ -34,7 +34,12 @@ QLabel *lbl_version = new QLabel(QString::fromLatin1("Version: %1").arg(QCoreApplication::applicationVersion())); QLabel *lbl_qt_version = new QLabel(QString::fromLatin1("Using Qt: %1").arg(QString::fromLatin1(qVersion()))); - QLabel *lbl_authors = new QLabel(QStringLiteral("Authors:\n Chris Rizzitello \n Patrick José Pereira \n Lays Rodrigues \n Tomaz Canabrava ")); + QLabel *lbl_authors = new QLabel(QStringLiteral("Authors:\n" + " Chris Rizzitello \n" + " Patrick José Pereira \n" + " Lays Rodrigues \n" + " Tomaz Canabrava " + "")); QLabel *lbl_icon = new QLabel(); lbl_icon->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); diff --git a/src/widgets/axiscontrol.h b/src/widgets/axiscontrol.h --- a/src/widgets/axiscontrol.h +++ b/src/widgets/axiscontrol.h @@ -1,6 +1,6 @@ /* Atelier KDE Printer Host for 3D Printing Copyright (C) <2016> - Author: Lays Rodrigues - laysrodriguessilva@gmail.com + Author: Lays Rodrigues - lays.rodrigues@kde.org Chris Rizzitello - rizzitello@kde.org This program is free software: you can redistribute it and/or modify diff --git a/src/widgets/axiscontrol.cpp b/src/widgets/axiscontrol.cpp --- a/src/widgets/axiscontrol.cpp +++ b/src/widgets/axiscontrol.cpp @@ -1,6 +1,6 @@ /* Atelier KDE Printer Host for 3D Printing Copyright (C) <2016> - Author: Lays Rodrigues - laysrodriguessilva@gmail.com + Author: Lays Rodrigues - lays.rodrigues@kde.org Chris Rizzitello - rizzitello@kde.org This program is free software: you can redistribute it and/or modify diff --git a/src/widgets/temperaturewidget.cpp b/src/widgets/temperaturewidget.cpp --- a/src/widgets/temperaturewidget.cpp +++ b/src/widgets/temperaturewidget.cpp @@ -1,7 +1,7 @@ /* AtCore Test Client Copyright (C) <2018> Author: Chris Rizzitello - rizzitello@kde.org - Lays Rodrigues - lays.rodriguea@kde.org + Lays Rodrigues - lays.rodrigues@kde.org 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 the Free Software Foundation, either version 3 of the License, or diff --git a/testclient/main.cpp b/testclient/main.cpp --- a/testclient/main.cpp +++ b/testclient/main.cpp @@ -2,8 +2,8 @@ Copyright (C) <2016> Authors: - Lays Rodrigues - Patrick José Pereira + Lays Rodrigues + Patrick José Pereira Chris Rizzitello Tomaz Canabrava diff --git a/testclient/mainwindow.h b/testclient/mainwindow.h --- a/testclient/mainwindow.h +++ b/testclient/mainwindow.h @@ -2,8 +2,8 @@ Copyright (C) <2016> Authors: - Patrick José Pereira - Lays Rodrigues + Patrick José Pereira + Lays Rodrigues Chris Rizzitello Tomaz Canabrava diff --git a/testclient/mainwindow.cpp b/testclient/mainwindow.cpp --- a/testclient/mainwindow.cpp +++ b/testclient/mainwindow.cpp @@ -2,8 +2,8 @@ Copyright (C) <2016> Authors: - Patrick José Pereira - Lays Rodrigues + Patrick José Pereira + Lays Rodrigues Chris Rizzitello Tomaz Canabrava