summaryrefslogtreecommitdiff
path: root/muse2/muse/marker
AgeCommit message (Collapse)Author
2012-11-22Fixed: Markers and synth windows don't open at all on some desktops like ↵Tim E. Real
Lubuntu. See ChangeLog for details.
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-08-04Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added member Song::updateFlags2. Song::update() now takes an extra 'flags2' param. Please see ChangeLog for important information.
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-18moved redundant toolbar generation into TopWin::TopWinFlorian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-14- provided sane configuration defaultsFlorian Jung
- updated templates - windows->tile/arrange in rows/columns doesn't maximize a window if it's the only one - removed "bool initalizing stuff" - small fixes for focusing and toolbar-sharing
2011-09-10merged the first bunch of orcans changesFlorian Jung
STILL WAIT WITH COMMITTING NEW STUFF! i have to merge the rest as well! this is a bit buggy (connect errors, not tested much), but doesn't segfault immediately
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-08-29fixed robert's fixesFlorian Jung
2011-08-27full screen + part edit focusRobert Jonsson
2011-08-22added fullscreen modeFlorian Jung
2011-08-22renamed and rearranged "settings" menusFlorian Jung
fixed empty title problem for list editor shared menu is also resetted when closing/hiding arranger, marker, cliplist
2011-08-18"share tools and menu" can be set at runtimeFlorian Jung
added global settings for "default isMDI state" and "share..." (one default for Subwins, one for free wins) TODO: read and save them into configuration, add settings dialog for it
2011-08-16half-way working versionFlorian Jung
toolbar state can be saved and restored, though this is still a bit buggy
2011-08-16this is only a backup commitFlorian Jung
toolbar states are now saved also for shared toolbars toolbar and window state saving is now handled in TopWin TODO: finish list, cliplist, masterlist, marker, arranger
2011-08-15added transport and panic toolbars to all TopWinsFlorian Jung
removed the Toplevel class, as the TopWin::type() function replaces it
2011-08-14added "As subwindow" menu entries and made them workFlorian Jung
2011-08-14removed the senseless (unsigned long)(some_pointer) stuff, as some_pointerFlorian Jung
was stored as "real" (uncasted) pointer in the same struct
2011-06-03merged with trunk and adapted new functionsFlorian Jung
2011-06-02applied WillyFoobar's patch: moved all Q_OBJECT statements toFlorian Jung
their appropriate place
2011-05-08structure menu fixesRobert Jonsson
2011-01-31added option to build internal modules staticallyOrcan Ogetbil
2010-12-20Major cmake cleanup. Please see the ChangeLog.Orcan Ogetbil
2010-12-19Split individual parts into their own shared libraries. Moved main() into ↵Orcan Ogetbil
its own file.
2010-12-18Fixed marker view crash. Fixed some memory leaks.Tim E. Real
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-14Please see ChangeLog.Tim E. Real
2010-12-12Translations are now handled by cmake. Updated the Russian translation. ↵Orcan Ogetbil
Added -l flag to override system locale.
2010-12-08ported many Qt3 methods to Qt4Orcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-12-07Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all ↵Tim E. Real
usages. Reverted class SpinBox to previous revision.
2010-11-28ported Marker ViewOrcan Ogetbil
2010-11-22Delete main MusE object before returning from main.Tim E. Real
Also make ClipList a child of it, so it deletes too.
2010-11-09Updated some window flags (stay on top, delete on close...)Tim E. Real
2010-10-30Removal of autotools stuff.Tim E. Real
2010-10-28Toolbars: Marker, list, master(s) windows. Fixes for others. Some new style ↵Tim E. Real
headers fixes.
2010-10-26See ChangeLogTim E. Real
2010-10-22See ChangeLogTim E. Real
2010-10-19See ChangeLogTim E. Real
2010-10-16See ChangeLogTim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson