Tobias Doerffel
1eb4c31607
SideBar: rewritten to use QToolBar instead of KMultiTabBar
...
Rewrote implementation of class SideBar to use QToolBar instead of
KMultiTabBar. We can style the SideBar now easily via CSS and do not
have to ship 3rd party KDE code with LMMS. Also the QToolBar based
SideBar integrates much better into the according widget style.
Furthermore renamed SideBar related classes and files to match new
coding style.
(cherry picked from commit 822a22ca37 )
2009-10-31 13:38:17 +01:00
Tobias Doerffel
1d5cb23385
File and class renames part 1
...
Most files and most of the core classes and their methods have been
renamed to match new coding style conventions:
391 files changed, 25400 insertions(+), 25598 deletions(-)
Furthermore splitted some files where model and view classes were
declared or implemented together in the same file.
Should be tested thoroughly as I might have missed renaming some virtual
methods or SIGNAL/SLOT parameters.
(cherry picked from commit 8c9a9dd14c )
2009-08-25 01:30:41 +02:00
Tobias Doerffel
833610ea1c
FileBrowser: added file type VstPluginFile
...
Added file type VstPluginFile in order to allow loading DLL files by
an according plugin directly from file browser.
(cherry picked from commit e0d352dc2c )
2009-04-14 00:05:07 +02:00
Tobias Doerffel
98371cb148
rewrote FLP import filter, various coding style fixes (stable backport)
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1842 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-11-21 23:22:36 +00:00
Tobias Doerffel
5e0d94aeb4
renamed class "listView" to "fileBrowserTreeWidget"
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1795 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-25 13:53:52 +00:00
Tobias Doerffel
a8a3082265
added filter feature allowing quick file access
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1771 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-18 14:31:31 +00:00
Tobias Doerffel
f24995bef3
* renamed tab "root" to "My computer"
...
* on win32 allow browsing drives in "My computer" tab
* improved icons for home and "My computer" browser
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1767 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-18 11:54:53 +00:00
Tobias Doerffel
d1781362a4
heavily improved performance when adding items to file browser tree-widget ( closes #2146218 )
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1759 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-16 11:51:15 +00:00
Tobias Doerffel
fa1a9f4967
* rewrote the way plugins can handle certain filetypes
...
* rewrote various parts of file-browser to be less redundant and more stable (closes #2071891 )
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1582 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-07 22:38:23 +00:00
Tobias Doerffel
9b47d27f56
* improved concept for file types supported by certain plugins
...
* various small improvements for an even better ZynAddSubFX integration
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1520 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-08-30 00:07:02 +00:00
Tobias Doerffel
7f72593f06
do not examine directories for being empty when adding them - speeds up LMMS-startup a lot
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@889 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-04-05 14:24:06 +00:00
Tobias Doerffel
5d5ad19021
finally splitted rest of LMMS, i.e. tracks, track-containers, track-content-objects, whole instrument-track/instrument-track-window and so on - still a bit unstable but I'm sure we'll manage to get this one very stable\!
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@691 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-02-16 02:04:58 +00:00
Javier Serrano Polo
f01af6740e
singerbot proxy, fixed recently opened files, style sheet support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@574 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-03 14:41:58 +00:00
Tobias Doerffel
e24f094c62
dropped Qt3-support and improved Qt4-support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@547 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-08-26 19:02:51 +00:00
Tobias Doerffel
51c21ac627
protect m_previewPlayHandle with mutex
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@513 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-08-05 23:54:26 +00:00
Javier Serrano Polo
20f631bdca
global clipboard, groupbox automation, volume vector, several segfaults
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@486 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-05-12 14:56:52 +00:00
Javier Serrano Polo
16a61bf8fe
static engine, chunked audio buffer, pat fix, MIME type
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@472 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-04-19 06:52:29 +00:00
Javier Serrano Polo
e121fe84cd
patman, reworked resampling, sample extensions
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@471 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-04-07 11:06:52 +00:00
Javier Serrano Polo
52d9ca470b
dynamic tempo, online help, filter directories
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@469 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-03-28 02:54:25 +00:00
Javier Serrano Polo
474cb5f6cc
updated FSF address
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@380 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-08-27 23:24:31 +00:00
Danny McRae
703adaf6a3
Merged my own and Toby's changes from last week.
...
Modified Files:
ChangeLog Makefile.am TODO
data/presets/TripleOscillator/Makefile include/base64.h
include/config_mgr.h include/file_browser.h
include/instrument_track.h include/knob.h include/mixer.h
include/mmp.h include/sample_buffer.h include/sample_track.h
include/setup_dialog.h include/spc_bg_hndl_widget.h
plugins/audio_file_processor/audio_file_processor.cpp
plugins/audio_file_processor/audio_file_processor.h
plugins/bit_invader/bit_invader.cpp
plugins/organic/organic.cpp plugins/organic/organic.h
plugins/plucked_string_synth/plucked_string_synth.cpp
plugins/triple_oscillator/triple_oscillator.cpp
plugins/triple_oscillator/triple_oscillator.h
plugins/vestige/lvsl_client.cpp plugins/vestige/vestige.cpp
plugins/vibed/impulse_editor.cpp
plugins/vibed/nine_button_selector.cpp
plugins/vibed/nine_button_selector.h plugins/vibed/vibed.cpp
plugins/vibed/vibed.h src/lmms_single_source.cpp
src/core/bb_editor.cpp src/core/config_mgr.cpp
src/core/file_browser.cpp src/core/main_window.cpp
src/core/midi_tab_widget.cpp src/core/mixer.cpp
src/core/piano_roll.cpp src/core/setup_dialog.cpp
src/core/song_editor.cpp src/core/track.cpp src/lib/mmp.cpp
src/lib/sample_buffer.cpp src/tracks/instrument_track.cpp
src/tracks/sample_track.cpp src/widgets/fade_button.cpp
src/widgets/group_box.cpp src/widgets/lcd_spinbox.cpp
src/widgets/project_notes.cpp src/widgets/tab_widget.cpp
src/widgets/text_float.cpp src/widgets/tool_button.cpp
Added Files:
data/themes/blue_scene/auto_limit.png
data/themes/default/auto_limit.png include/volume_knob.h
src/widgets/volume_knob.cpp
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@131 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-17 14:09:06 +00:00
Tobias Doerffel
8310422d75
qt4- and other fixes
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@128 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-11 08:41:16 +00:00
Tobias Doerffel
8a5150677c
improved file-browser
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@122 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-07 06:27:50 +00:00
Tobias Doerffel
7534b09714
flp-import-basics and MIDI-tab-widget-extension
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@113 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-28 12:02:57 +00:00
Tobias Doerffel
fe9dc8c391
improved undo/redo-system
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@109 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-21 13:42:28 +00:00
Tobias Doerffel
5fd05b16e4
introduced engine-technology
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@81 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-02-10 10:48:27 +00:00
Tobias Doerffel
5e6a719b7c
drag'n'drop-support everywhere
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@38 0778d3d1-df1d-0410-868b-ea421aaaa00d
2005-12-19 12:17:23 +00:00
Tobias Doerffel
ab719618f7
new audio-mixing system and new VST-support-framework
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@25 0778d3d1-df1d-0410-868b-ea421aaaa00d
2005-11-30 10:19:11 +00:00
Tobias Doerffel
22de18909a
added ALSA-sequencer support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@23 0778d3d1-df1d-0410-868b-ea421aaaa00d
2005-11-07 13:44:52 +00:00
Tobias Doerffel
40d8b3c4f6
completely new MIDI-subsystem and other bugfixes, see ChangeLog for details
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@20 0778d3d1-df1d-0410-868b-ea421aaaa00d
2005-10-24 09:13:39 +00:00