-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code base refactored: Icon toolbar, no axes limit, room for new proto…
…cols (#1) * Folder ordering * More movings * Added updated version v1.3.2 of qcustomplot from http://qcustomplot.com/index.php/download * Updated qcustomplot correctly integrated * Resources hierarchy and Icons Set Resource hierarchy fix *Icon Line Set* icons pack is added in 3 variants (black, qdark text and white colors) Added Windows exe manifest * Unified UI colors and tweaks Lines color list is added Unstylable GUI colors are added to a separate list Every reference to a hardcoded color is replaced [WiP] Removed axes numbering and its limit * mainwindow.cpp regroup and doxygen friendly comments (WiP) * Cleaning + working UI (stopbutton bug) * StopButton bugfix and new screenshot * Added 'lynny (2x)' icon set * UI icon alias and lynny fully integrated * Replaced line colors, now 14, better color progression * Legend w/ name modify + Channel selection A legend is added to the plot (top-right) with a little transparency New channel adds default name text Double click on legend text allows modify Click on legend text selects the corresponding channel * Update screenshot * Installer files and script + relative paths on project files * Toolbar connect + disconnect First approach of toolbar use: Connect (Play) and Disconnect (Stop) are working README fixes Installer name fix * Clear button + UI clearing + Pause working * Zoom when plotting and Clear working Zoom is applied both from spinbox and plot, but inversed * Update README.md + screen * Update README.md
- Loading branch information
Showing
1,750 changed files
with
9,134 additions
and
3,384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "res/qdark_stylesheet"] | ||
path = res/qdark_stylesheet | ||
url = https://github.com/ColinDuquesnoy/QDarkStyleSheet.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.