- Feb 11, 2025
-
-
SeeLook authored
-
- Jul 16, 2021
-
-
SeeLook authored
-
- May 14, 2021
-
-
SeeLook authored
-
- Feb 17, 2021
-
-
SeeLook authored
- just to be similar to GLOB and SOUND objects
-
- Jan 28, 2021
-
-
SeeLook authored
- all GUI scaling depends on it - properly obtain pixel size by point size and DPI - so reviewed all occurrences - changed global fontSize() to factor()
-
- Jan 14, 2021
-
-
SeeLook authored
- this way fix opening external exam file
-
- Dec 27, 2020
-
-
SeeLook authored
-
- Nov 17, 2020
-
-
SeeLook authored
- call close() of drawer from button click method (this is common entry for all button instances) - add scale animation when clicked - disable label click when exam
-
- Jan 15, 2020
-
-
SeeLook authored
- small icons adjustments - move 'pitch detection' action routines to C++
-
- Jan 13, 2020
-
-
SeeLook authored
-
- Jan 06, 2020
-
-
SeeLook authored
So changed controls layout to nicely fit mobile screens Tsound is event handler to detect volume keys (only Android) Tuner dialog example frequencies uses styled note name now
-
- Jan 05, 2020
-
-
SeeLook authored
-
- Nov 05, 2019
-
-
SeeLook authored
[Charts] Added handy drawer with exam list and chart options, so unloaded analyze window tool bar, removed bar, line chart icons. Revert displaying warning about unable to load exam file. Avoid crashes when current exam model has no delegates.
-
SeeLook authored
Initialize font pixel size of overriden controls to respect global, user set font size. Adjust code to it when necessary
-
- Aug 29, 2019
-
-
SeeLook authored
Score: Added shortcuts for rise/lower accidental, lock score menu items when score is read only, moved 'notes' action for additional rhythm/alters menu to TmainScoreObject, so keep this menu entry always in proper place in the 'score actions' model MenuButton reacts when its action is disabled (colors) Executor: Fixed displaying result tip in exercises, Authors: finally use model for all translators, Revert key signature status, reuse accids and mouse area components - reduced code
-
- Aug 17, 2019
-
-
SeeLook authored
Revert time status message functionality. TnootkaQML is a node, showTimeMessage emits statusTip signal to QML and message is propagated. Background color change also is supported. Such kind of messages are shown even despite of hints age disabled by user.
-
- Aug 16, 2019
-
-
SeeLook authored
Change exam playing icon when playing, fixed returning playing state method. Enlarge tool bar icons when hovered, other scaling animations of available QML buttons. Minor fixes.
-
- Jul 11, 2019
-
-
SeeLook authored
Bug fix: do not play pitch detected note (score object did that), new progress bar of exam results, ignore technical symbols according to instrument type, make confirm tip able to close - it may cover note name. other minor fixes
-
- Sep 09, 2018
-
-
SeeLook authored
Added 'edit mode' to score, if not set, clicking a note just selects it, also hiding controls and cursors then.
-
- Aug 19, 2018
-
-
SeeLook authored
Added actions for rhythm change in the score. Added sub-menu with them to score menu. Create all actions and their shortcuts on C++ side.
-
- Aug 16, 2018
-
-
SeeLook authored
-
- Jul 16, 2018
-
-
SeeLook authored
Improve menu with recently used exams, limit the list to 15 exam files, wrap menu list with scroll if needed. If menu entry (MenuButton) has no icon or check box, use this space for text, so make 'checkable' parameter notify-able in Taction
-
- Jul 15, 2018
-
-
SeeLook authored
In start exam dialog: list all previous exams properly when the exam list is long and requires scrolling. Added new donor name, app image fixes
-
- Apr 21, 2018
-
-
SeeLook authored
-
- Mar 19, 2018
-
-
SeeLook authored
Added status tip popup over tool bar, displayed when only needed. TnootkaQML handles all through setStatusTip() method (available from QML) and emits statusTip() signal handled by StatusTip.qml component. So added a few status texts.
-
- Jan 15, 2018
-
-
SeeLook authored
-
- Dec 25, 2017
-
-
SeeLook authored
-
- Dec 24, 2017
-
-
SeeLook authored
Create score menu on demand only, so exclude it to separate file, use TipRect as a background item (also for TempoMenu).
-
- Dec 14, 2017
-
-
SeeLook authored
Adjust to Qt 5.10 changes (buttons have action and icon props so rename custom props to taction and pixmap apparently)
-
- Oct 07, 2017
-
-
SeeLook authored
Using global function to obtain font size instead of property of main window. There are over 250 signal/slot connections less. Launch time seems to remain the same
-
- Sep 12, 2017
-
-
SeeLook authored
-
- Sep 10, 2017
-
-
SeeLook authored
-
- Aug 05, 2017
-
-
SeeLook authored
-
- Jun 25, 2017
-
-
SeeLook authored
-
- Jun 24, 2017
-
-
SeeLook authored
-
- Apr 05, 2017
-
-
SeeLook authored
-
- Mar 27, 2017
-
-
SeeLook authored
Menu button displays shortcut (desktop) if defined and check box if its action is checkable. Taction adjusted to that.
-
- Mar 25, 2017
-
-
SeeLook authored
Do not load toolbar on desktop, create drawer under mobile. Both are using common actions defined in main window
-
- Feb 15, 2017
-
-
SeeLook authored
-
- Feb 06, 2017
-
-
SeeLook authored
-