Commit graph

33 commits

Author SHA1 Message Date
lasconic
ff1258acf8 fix #142186: Change 'Filter' to 'Search' in the new workspace search box 2016-11-23 19:57:36 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
lasconic
fcb88e516b minor UI tweaks for Fusion theme 2016-10-10 17:57:44 +02:00
Werner Schweer
00c14d749f update palettes; fix 'more' button 2016-10-07 13:00:49 +02:00
lasconic
b3c18ba5be search side palette. See #52086 2016-08-26 16:26:34 +02:00
Joachim Schmitz
d0e8152388 fix #121746: ask for confirmation before deleting a workspace
and change Qt's `foreach(a, b)` to C++11's `for (a : b)`
Also improve the delete palette message
2016-08-22 15:24:56 +02:00
lasconic
46c91573de fix #116881: dynamic translation 2016-07-01 15:28:35 +02:00
Salil Khandelwal
576155dffe fix #67291: Confirmation before deletion of a palette 2016-04-08 15:07:40 +05:30
Joachim Schmitz
a862889de5 fix #90811: allow dots in filenames
rather than truncating and cutting off anything after the 1st dot of a
filename.
2015-12-16 10:24:34 +01:00
lasconic
4277f6e7db fix #66591: Name of palette doesn't automatically display when saving 2015-06-26 15:42:16 +02:00
lasconic
3437eef731 fix case of menu item 2015-04-11 10:50:30 +02:00
ws
ed6ce92efa add palette context menu to enable single palette mode 2015-03-31 12:14:41 +02:00
Evin Sellin
4cc9e52483 fix #45611: palette not expanding properly, added stretch constant 2015-01-28 23:33:56 -08:00
Marc Sabatella
f01a42981b scale palette, selection filter, and inspector with -x option 2014-12-21 15:09:40 -07:00
lasconic
1ab1216031 fix #37986: lupdate doesn't like forward declaration enums... see http://www.qtcentre.org/threads/59673-lupdate-fails-to-detect-context-for-class-in-namespace 2014-12-08 16:32:44 +01:00
lasconic
ab6c2e6c57 try workspace selector at the bottom, fix margins 2014-11-11 16:06:23 +00:00
Joachim Schmitz
8e4c269ffe fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
ws
d175629133 add workspace functions to palettebox 2014-10-14 15:25:55 +02:00
Andrei Tuicu
4ea03c6278 Finished restructoring the actions and shortcuts.
1) Assign each shorcut to the appropriate widget
2) Change focus policy for all docked windows so that the scoretab doesn't loose focus
unless it's necessary. (except MuseScore Connect window)
For full understanding see this discussion thread:
http://dev-list.musescore.org/Keyboard-usability-and-accessibility-tt7578844.html

	modified:   mscore/accessibletoolbutton.cpp
	modified:   mscore/actions.cpp
	modified:   mscore/data/shortcuts.xml
	modified:   mscore/globals.h
	modified:   mscore/inspector/inspector.cpp
	modified:   mscore/musescore.cpp
	modified:   mscore/palettebox.cpp
	modified:   mscore/scoretab.cpp
	modified:   mscore/scoretab.h
	modified:   mscore/shortcut.cpp
	modified:   mscore/shortcut.h
	modified:   mscore/webpage.cpp
2014-08-12 01:51:04 +03:00
Andrei Tuicu
5c3b811f50 Finished tabbing order.
Added all buttons from the top row.
Removed Palettes, Piano Keyboard, Inspector and MuseScore connect.
	modified:   mscore/inspector/inspector.cpp
	modified:   mscore/musescore.cpp
	modified:   mscore/palettebox.cpp
	modified:   mscore/pianoroll.cpp
	modified:   mscore/pianotools.cpp
	modified:   mscore/webpage.cpp
2014-08-12 01:51:03 +03:00
lasconic
46bc25f12c fix #28661: Deleting palette doesn't work 2014-07-31 17:30:21 +02:00
ws
f3caba78f6 fix #25600 2014-06-26 11:41:34 +02:00
Joachim Schmitz
adebed3aa5 convert enum PaletteCommand into enum class 2014-06-24 14:47:04 +02:00
ws
1d79cc0189 add special palette button for ShowMore 2013-09-25 17:10:28 +02:00
ws
126b855350 add new palette Tempo 2013-09-25 14:36:11 +02:00
lasconic
c2373d2b5e minor ui improvement, remove border around palette and inspector 2013-09-16 16:33:48 +02:00
lasconic
ff749ec4cf fix #22019: Default palette width too small 2013-07-24 13:01:36 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
3d46ca7d84 standardize dialog/menu state interaction 2013-05-12 23:13:28 +02:00
ws
1e355d7bcf fixes for workspace; some palette tweaking 2013-03-15 17:52:58 +01:00
ws
6541e01106 fixes for workspaces 2013-02-11 10:22:15 +01:00
ws
fa98226ff5 update for workspaces 2013-02-10 14:50:18 +01:00
Werner Schweer
97b135dcac rework of palettes & workspace 2013-02-07 17:35:03 +01:00