summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.cpp
AgeCommit message (Collapse)Author
2013-03-28metronome icon in arrangerRobert Jonsson
2012-05-28merged with release_2_0Florian Jung
2012-03-19merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-18moved redundant toolbar generation into TopWin::TopWinFlorian Jung
2011-12-26(no commit message)Florian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-16Fixed crashes reloading songs having open editors. Previous memleak fixes Tim E. Real
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
2011-10-12fixed "initial window size gets smaller and smaller" bug when in MDI modeFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-15removed my translation scripts (now that i know about the cmake way ;) )Florian Jung
updated translations a really tiny bit fixed indentation in cobject.cpp
2011-09-14oops. removed duplicated GPL noticeFlorian Jung
2011-09-14merged experimental into trunkFlorian Jung
new features: - MDI user interface - improved pasting (dialogs etc) - some fixes
2011-09-14merged with trunkFlorian Jung
tiny fix: removed bool initalizing completely reindented cobject.cpp
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-06Updated the licensing informationOrcan Ogetbil
2011-08-29fixed robert's fixesFlorian Jung
2011-08-27fixed window and toolbar-icon glitchesFlorian Jung
2011-08-25housekeeping and made some error more fatal (now aborts muse)Florian Jung
2011-08-25fixed subwin positioningFlorian Jung
2011-08-23fixed sizing, resizing and minimum size stuffFlorian Jung
the actual effect of this is that windows->tile now works properly
2011-08-22added fullscreen modeFlorian Jung
2011-08-21automatic maximizing for arranger when in traditional SDI modeFlorian Jung
2011-08-21fixed bugs regarding saving and restoring toolbar stateFlorian Jung
2011-08-21added "windows" menuFlorian Jung
removed unneeded debugging messages ("FINDMICH")
2011-08-19added support for saving window state (geometry, maximized, isSubWin,Florian Jung
sharesToolsAndMenu)
2011-08-18added GUI for MDI settingsFlorian Jung
fixed loading of arranger settings
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-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-13main work for sharing menus and toolbars doneFlorian Jung
this is only a "safety commit", it doesn't really work yet. but it also doesn't segfault :)
2011-08-10THIS IS JUST A PROOF OF CONCEPTFlorian Jung
arranger is now a MdiSubWin
2011-05-01TopWins can now save and restore their toolbar settingsFlorian Jung
2010-11-22Oops, fixed regression, marker view and cliplist crashes.Tim E. Real
2010-11-22Ported View and MidiEditor classes. Fixed TopWin constructor. Tim E. Real
2010-11-09Updated some window flags (stay on top, delete on close...)Tim E. Real
2010-10-27See ChangeLogTim E. Real
2010-10-26See ChangeLogTim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson