Raine M. Ekman
d87a39d432
View menu: added toggle for piano roll note labels
2015-04-07 21:52:56 +03:00
Dave French
345e05831d
Change the location of the default template directory
...
Changed the location from lmms/projects/templates to
lmms/templates. This new location is used for loading and saving
of the default tempate default.mpt
2015-03-27 13:45:43 +00:00
Dave French
7335b98fdb
Create User project template folder and default project template.
...
During the creation of the user directories, added the creation of
the projects/templates directory.
When creating a new song, if there is no default template create one.
2015-03-27 13:28:47 +00:00
Raine M. Ekman
bcd44ded5b
Added smooth scrolling to view menu
2015-03-10 20:53:29 +02:00
Christopher L. Simons
95c7d72a90
Added 'bool stopPlayback' parameter to MainWindow::mayChangeProject() to preserve old behavior outside of 'Open project dialog' case; fixes #1384
2015-03-10 07:41:13 -04:00
Christopher L. Simons
393eacad7d
Ensuring playback is halted once file selection is confirmed in 'Open project' dialog; fixes #1384
2015-03-10 07:05:10 -04:00
Christopher L. Simons
3f8cfbd7a8
No longer halting playback when 'Open project' dialog is summoned; fixes #1384
2015-03-10 06:47:05 -04:00
Dave French
d6a1a61b45
Removed trailing spaces form save as Translations
2015-02-19 16:20:55 +00:00
Dave French
4f5f855e87
Remove the file extensions from the translations in the saveAsDialog
2015-02-19 07:48:58 +00:00
Raine M. Ekman
96882f44d5
Added view menu
...
To be reviewed and reverted if undesired.
Based on https://sourceforge.net/p/lmms/patches/38/
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2015-02-17 23:37:44 +01:00
mohamed
8d5077af96
adding menu entry file->export midi
2015-02-04 22:37:00 +01:00
Dave French
efa75b0151
Checks for .mpt extension, before adding extension when saving project templates
2015-01-29 10:38:19 +00:00
Dave French
56635c1fcf
Proposed fix for 1695 Cannot save templates
2015-01-28 06:35:52 +00:00
Jonas Trappenberg
f148fc34b4
Don't access deleted memory
2015-01-20 20:24:18 -08:00
Jonas Trappenberg
7777fc7342
Remove unused variable
2015-01-20 19:44:23 -08:00
Jonas Trappenberg
71bab17233
Work on codestyle and readability
2015-01-19 19:54:06 -08:00
Lukas W
2257a06422
Fix a segfault
2015-01-16 19:57:31 +01:00
Lukas W
c7e3ab3d46
Don't use QList's initializer_list constructor (compat commit)
2015-01-15 21:24:23 +01:00
Tres Finocchiaro
57876fead2
Merge pull request #1611 from curlymorphic/i760
...
Proposed fix 760 Improve search field
2015-01-15 15:03:43 -05:00
Lukas W
300e6d8000
Merge commit 'ebad5296f55747d03c714a66de04245dbad85a35'
2015-01-13 16:02:59 +01:00
Amadeus Folego
edebf5d7da
Refactor loading song errors notification
2015-01-13 00:18:36 -02:00
Lukas W
227a1c0e87
Rename Project menu to File, rearrange save actions
...
Closes #1608
2015-01-12 23:28:50 +01:00
Dave French
4206705ed2
Proposed fix 760 Improve search field
2015-01-12 22:10:15 +00:00
Lukas W
56055b36b0
Merge branch 'master' into ed_refac
...
Conflicts:
src/gui/editors/PianoRoll.cpp
2015-01-11 13:25:55 +01:00
Daniel Winzen
4a55e1c46a
Performance and other fixes
2015-01-09 20:17:07 +01:00
Lukas W
748cccd266
Merge branch 'gui_application' into ed_refac
...
Conflicts:
src/core/Song.cpp
src/gui/MainWindow.cpp
2015-01-07 00:03:32 +01:00
Lukas W
23e0e0fb8e
Merge branch 'master' into ed_refac
...
Conflicts:
include/AutomationEditor.h
include/SongEditor.h
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
src/gui/editors/AutomationEditor.cpp
src/gui/editors/BBEditor.cpp
src/gui/editors/PianoRoll.cpp
2015-01-06 23:05:13 +01:00
Lukas W
068066929f
Merge commit 'b5538c7da818cbcdde5ff1c885ce4eee5b626f3b' into ed_refac
...
Conflicts:
plugins/audio_file_processor/audio_file_processor.cpp
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
src/gui/MainWindow.cpp
2015-01-06 16:33:41 +01:00
Daniel Winzen
2921af35f5
Fix size reset for maximized windows
2014-12-24 10:59:22 +01:00
Tres Finocchiaro
e24b8d6a47
Merge pull request #1490 from curlymorphic/i1408
...
Proposed fix for #1408 Window Size in windowed and full screen modes.
2014-12-23 08:31:21 -05:00
Dave French
1945ed43be
Proposed fox for 1408 Window size in window and full-screen modes
2014-12-23 12:57:19 +00:00
Vesa
a203ee4650
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-12-23 13:21:03 +02:00
Daniel Winzen
2ee8f1445c
reset window title every time we change the state of a subwindow to show the correct title
...
When maximizing a subwindow it remembers the title the mainwindow had before and resets it after unmaximizing/closing.
As the title might have changed due to a project switch, we have to reset the title again as it would else show an incorrect/old title.
2014-12-21 10:18:55 +01:00
Lukas W
1ee93409d1
Move Engine' GUI code to new GuiApplication class
2014-12-17 23:25:55 +01:00
Lukas W
7c508f7900
Merge master into ed_refac
2014-12-09 00:20:28 +01:00
Lukas W
f131fbd877
Editors: Add to workspace in MainWindow class, not in themselves
2014-12-08 19:22:52 +01:00
Vesa V
fd6e49c906
Merge pull request #1406 from csimons/unbind-keys
...
Removing focus from child windows upon hiding them.
2014-12-06 11:46:06 +02:00
Christopher L. Simons
ca973b9369
Upon toggling off a window, now attempting to focus SongEditor, then any other visible editors, or finally the parent window if all editors are hidden.
2014-12-06 03:46:41 -05:00
Christopher L. Simons
38b3279cf0
Setting menu titles in Title Case.
2014-12-05 20:40:22 -05:00
Christopher L. Simons
4ec1920b79
Setting dialog titles in Title Case.
2014-12-05 20:05:37 -05:00
Christopher L. Simons
5675b1a373
Removing focus from hidden windows upon hiding them.
2014-12-04 23:39:53 -05:00
Lukas W
5f4cdac802
Merge branch 'master' into rename
...
Conflicts:
src/core/Song.cpp
src/gui/LfoControllerDialog.cpp
src/tracks/InstrumentTrack.cpp
2014-11-26 11:45:55 +01:00
Lukas W
95798da9d0
Rename a lot of classes
...
* aboutDialog -> AboutDialog
* bbEditor -> BBEditor
* exportProjectDialog -> ExportProjectDialog
* setupDialog -> SetupDialog
* stringPairDrag -> StringPairDrag
2014-11-26 10:39:02 +01:00
Lukas W
7d4f179b4b
Rename a lot of files
...
* about_dialog -> AboutDialog
* bb_editor -> BBEditor
* export_project_dialog -> ExportProjectDialog
* setup_dialog -> SetupDialog
* string_pair_drag -> StringPairDrag
2014-11-26 10:27:25 +01:00
Lukas W
1bbf7455a4
Rename a lot…
2014-11-26 10:09:49 +01:00
Lukas W
968909c07c
Rename engine to Engine
2014-11-26 00:49:55 +01:00
Lukas W
7d0e3945e5
Rename song to Song
2014-11-26 00:44:41 +01:00
Vesa V
435c64cc70
Merge pull request #1285 from grindhold/issue_55
...
Issue 55
2014-11-25 21:20:21 +02:00
Lukas W
f231465e05
Rename plugin_browser to PluginBrowser
2014-11-25 01:10:59 +01:00
Lukas W
02cbc89f0f
Merge branch 'stable-1.1' of git@github.com:LMMS/lmms.git
...
Conflicts:
src/gui/MainWindow.cpp
src/gui/plugin_browser.cpp
2014-11-25 01:01:47 +01:00