- Feb 07, 2025
-
-
SeeLook authored
-
- Feb 04, 2025
-
-
SeeLook authored
-
- Jun 21, 2021
-
-
SeeLook authored
- similar to AnalyzeDialog
-
- Jun 04, 2021
-
-
SeeLook authored
-
- May 26, 2021
-
-
SeeLook authored
-
- May 15, 2021
-
-
SeeLook authored
- every seven days
-
- May 10, 2021
-
-
SeeLook authored
- when this version become old one
-
- Apr 20, 2021
-
-
SeeLook authored
-
- Apr 16, 2021
-
-
SeeLook authored
-
- Apr 15, 2021
-
-
SeeLook authored
- because single note mode is set and it is not going to be shown
-
- Apr 08, 2021
-
-
SeeLook authored
- but don't do that if user still wants to see 'Got It!' info
-
- Mar 06, 2021
-
-
SeeLook authored
-
- Feb 14, 2021
-
-
SeeLook authored
-
- Jan 30, 2021
-
-
SeeLook authored
- seems like QLatin1String::arg() is not yet supported there
-
- Jan 28, 2021
-
-
SeeLook authored
-
- Nov 12, 2020
-
-
SeeLook authored
- creates melody preview only when visible on the list - is capable of reordering by dragging or from code
-
- Jan 02, 2020
-
-
SeeLook authored
Qt Audio stack needs adjustments according to RtAudio A lot of visual glitches
-
- Nov 01, 2019
-
-
SeeLook authored
Restored bar charts but using QML. Displaying Y axis values, expose misc chart settings again. Method for disabling entries in combo, so chart type can depend on it.
-
- Oct 18, 2019
-
-
SeeLook authored
Charts were rewritten to QML (in progress). Using ListView (ChartView.qml) with delegate (so far LinearDelegate.qml with C++ logic in TlinChartDelegate). So get rid of Qt graphics scene (a lot of code was removed or commented, some files are going to be deleted). It dramatically reduces RAM usage (comparing to previous 1.5 alphas is hundreds of MB, comparing to 1.4 is plenty) - because only visible part of a chart are painted (rendered)
-
- Sep 29, 2019
-
-
SeeLook authored
Added table of contents button to help page with menu to select other help contexts available in the app (exam/exercise difference, exam help). Expose that texts to QML. Moved obtaining license text from TnootkaQML to TdialogLoaderObject.
-
- Sep 06, 2019
-
-
SeeLook authored
Use Nootka 'one' settings. Fix 'General' group occurrence in settings (it is default name, no need to set group for it in QSettings). Show 'about' window when version changes.
-
- Aug 18, 2019
-
-
SeeLook authored
Brought back updater, but as a part of main Nootka executable. No more plugins - all that code deleted. TdialogLoaderObject handles background check invoked by main or visible check from GlobalPage.qml. Still QWidget dialog with changes. But using QVersionNumber to determine also when current version is newer than online one - testing/devel, then don't show the dialog.
-
- Aug 04, 2019
-
-
SeeLook authored
-
- Aug 03, 2019
-
-
SeeLook authored
-
- May 31, 2019
-
-
SeeLook authored
Fixes: - properly show accidental in note cursor - fix alter text generation - layout in melody page when list of melodies is selected - minor
-
- Dec 15, 2018
-
-
SeeLook authored
-
- Dec 01, 2018
-
-
SeeLook authored
Improved wizard. Added left image so every wizard page had to be wrapped by 'Item' component to keep 'SwipeView' working. TdialogObject class provides main help text (required in previous commit)
-
- Oct 27, 2018
-
-
SeeLook authored
Restored charts functionality (partially) - QML Window with painted quick item rendering old chart scene Moved common q/a texts to TnootkaQML
-
- Aug 09, 2018
-
-
SeeLook authored
Dialog with params for generating random melodies. Selecting rhythmic groups also there, so special control for it. Randomizing rhythms and improved algorithm for generating random melodies.
-
- May 20, 2018
-
-
SeeLook authored
Added tuner dialog, invoked from tempo bar (suitable button). Suspending sound signals to score and instrument when tuner is opened, stop metronome then as well
-
- May 05, 2018
-
-
SeeLook authored
-
- Mar 19, 2018
-
-
SeeLook authored
Create actions only when Qt was initialized (in TnootkaQML::setQmlEngine method). It fixes crash on slower machines. Moved about Qt text method to dialog object.
-
- Mar 09, 2018
-
-
SeeLook authored
-
- Feb 25, 2018
-
-
SeeLook authored
-
- Jan 26, 2018
-
-
SeeLook authored
-
- Jan 23, 2018
-
-
SeeLook authored
-
- Dec 21, 2017
-
-
SeeLook authored
-
- Dec 17, 2017
-
-
SeeLook authored
Implement exam tips handling - Tcanvas becomes tip handler, sends signal to executor item and tips (start tip so far) are created. Nice initial tip animation and dragging is done. Moreover - scaling tip with main window resizeing as well
-
- Dec 14, 2017
-
-
SeeLook authored
Merge tprogresswidget into texamview, create ExamResults.qml in MainWindow to properly handle events (mouse area, sizes)
-
- Dec 13, 2017
-
-
SeeLook authored
Using old code of TexamView and TprogressWidget as a logic for QML representation of exam results in ExamResults.qml. Enabling more code in executor
-