Commit graph

21029 commits

Author SHA1 Message Date
RomanPudashkin
79647db56b
Merge pull request #8169 from Eism/tooltips
[MU4] Tooltips
2021-05-26 09:33:29 +02:00
Eism
becb448ec8 Applied tooltips in the project 2021-05-25 18:54:09 +02:00
Eism
1f63b353c8 Implemented tootips based on qml 2021-05-25 18:44:55 +02:00
Joachim Schmitz
b294b63965 Fix #320973: Support .cap and .capx import of (Griffschrift's) X-noteheads 2021-05-25 18:44:47 +02:00
Joachim Schmitz
3049f72035 Fix #321174: Organ sound for "SATB Closed Score + Organ" template is pan flute 2021-05-25 18:44:07 +02:00
Elnur Ismailzada
90e9312a06
Merge pull request #8156 from RomanPudashkin/dragging_app_titlebar_fix
[MU4] Fixed the ability to move the app window
2021-05-25 11:59:15 +02:00
Elnur Ismailzada
c27f11bf75
Merge pull request #8155 from RomanPudashkin/kdab_dockwidgets_update
[MU4] Updated the KDDockWidgets lib
2021-05-25 11:40:28 +02:00
Roman Pudashkin
3c8367ccc4 fixed the ability to move the app window by dragging its title 2021-05-25 11:30:18 +02:00
Roman Pudashkin
45c27e3f0f updated the KDDockWidgets lib 2021-05-25 10:54:56 +02:00
Roman Pudashkin
7e8ad9be8c codereview fixes 2021-05-24 22:45:16 +03:00
Roman Pudashkin
3281b16d24 renamed helpers to holders 2021-05-24 22:45:16 +03:00
Roman Pudashkin
180418382b fixed height/width of the note input bar in the horizontal/vertical
orientation
2021-05-24 22:45:16 +03:00
Roman Pudashkin
2b88d18c68 divided updateToolBarsDockingHelpers to 2 separated methods 2021-05-24 22:45:16 +03:00
Roman Pudashkin
caa195310a prevented changing of orientation for all toolbars excluding the note input bar 2021-05-24 22:45:16 +03:00
Roman Pudashkin
82d922d16d fixed changing orientation of the note input bar during hovering over
toolbars/panels
2021-05-24 22:45:16 +03:00
Roman Pudashkin
a1a8ecb84d implemented the new design for panel tabs 2021-05-24 22:45:16 +03:00
Roman Pudashkin
b1c6bff6b5 corrected the titlebar for floating docks 2021-05-24 22:45:16 +03:00
Roman Pudashkin
2f77f955bd added the temporary fix for preventing overlapping the status bar by the note input bar 2021-05-24 22:45:16 +03:00
Roman Pudashkin
76e9751367 fixed the drop area rect for toolbars 2021-05-24 22:45:16 +03:00
Roman Pudashkin
90b480e936 prevented inserting panels to toolbars/statubar 2021-05-24 22:45:16 +03:00
Roman Pudashkin
1a1ec02637 fixed the floating mode for toolbars 2021-05-24 22:45:16 +03:00
Eism
6fce33153d Implemented top/left/right/bottom helpers for toolbars 2021-05-24 22:45:16 +03:00
Roman Pudashkin
41c9175918 disabled uniting in tabs with floating docks 2021-05-24 22:45:16 +03:00
Roman Pudashkin
d4d82bc07a renamed IndicatorsWindow to DropIndicatorsWindow 2021-05-24 22:45:16 +03:00
Roman Pudashkin
6a7fdbab6b removed dependency in IndicatorsWindow from DropIndicators 2021-05-24 22:45:16 +03:00
Roman Pudashkin
f6f15611b1 implemented the basis for the ability to restore position of the note input bar 2021-05-24 22:45:16 +03:00
Roman Pudashkin
58b54e0b2b fixed transparency for floating windows 2021-05-24 22:45:16 +03:00
Roman Pudashkin
c7189d82e9 restricted available docking options for panels/toolbars 2021-05-24 22:45:16 +03:00
Roman Pudashkin
0a4980c7ea disabled drop indicators for toolbars 2021-05-24 22:45:16 +03:00
Igor Korsukov
32d8786729 added accessibille tree dev dialog 2021-05-24 20:38:36 +03:00
Igor Korsukov
260cda1c3d added mu accessible attached property 2021-05-24 16:25:35 +03:00
Igor Korsukov
1b415fe66e added accessible rect 2021-05-24 16:25:35 +03:00
Igor Korsukov
b30a63ff38 implemented accessible tree 2021-05-21 18:18:33 +02:00
RomanPudashkin
73b50d98ca
Merge pull request #8139 from Eism/fremless_linux
[MU4] Restored frameless window in Linux
2021-05-21 18:09:09 +02:00
Eism
bbdddbdae8 Restored frameless window in Linux 2021-05-21 17:41:40 +02:00
RomanPudashkin
8c59e6c9e3
Merge pull request #8130 from Eism/frameless_windows
[MU4] Implemented native processing of frameless window in Windows
2021-05-21 17:20:06 +02:00
Eism
1bad0273dc Fixed compile errors after disable unity build 2021-05-21 12:08:42 +02:00
Eism
a8a137b7ff Implemented native processing of frameless window in Windows 2021-05-21 11:59:45 +02:00
Eism
893287c774 Applied new changes 2021-05-21 12:51:31 +03:00
Eism
5aedb37a4e Added new standard dialog`s methods 2021-05-21 12:51:31 +03:00
Igor Korsukov
a9b4903e09 added accessibility controller and interface 2021-05-20 16:36:24 +02:00
Igor Korsukov
a6d3c5f689 added accessibility module 2021-05-20 16:36:24 +02:00
Igor Korsukov
0bad9c0772 added accessibility test 2021-05-20 16:36:24 +02:00
Leon Vinken
cb138c8a89 Fix #270988: [MusicXML] first-fret tag not supported for fretboard diagrams
Support first-fret tag on both import and export.
2021-05-20 12:30:34 +02:00
vpereverzev
33cd882d42 Added an issue template for development tasks 2021-05-20 12:15:43 +02:00
Elnur Ismailzada
33ce42a883
Merge pull request #8120 from RomanPudashkin/changing_orientation_for_toolbars_fix
[MU4] Fixed changing orientation of toolbars
2021-05-20 09:13:08 +02:00
Eism
27d839e3be fixed changing orientation for toolbars 2021-05-19 19:37:12 +02:00
Igor Korsukov
79c3ed1aeb enabled notarize for macos on CI 2021-05-19 15:20:32 +02:00
Elnur Ismailzada
bc637d03ab
Merge pull request #8104 from igorkorsukov/mu4/context/fix_pageview_actions
[MU4] Fixed view mode availability
2021-05-19 14:33:10 +02:00
Igor Korsukov
1dcdba01df fixed view mode availability 2021-05-19 10:33:27 +02:00