summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
AgeCommit message (Collapse)Author
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2011-12-26(no commit message)Florian Jung
2011-12-14pulled 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-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-14merged with trunkFlorian Jung
tiny fix: removed bool initalizing completely reindented cobject.cpp
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-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-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-14removed the senseless (unsigned long)(some_pointer) stuff, as some_pointerFlorian Jung
was stored as "real" (uncasted) pointer in the same struct
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-08-07moved the arranger out to its own windowFlorian Jung
2011-04-15added menus for adding new staves to score windowsFlorian Jung
introduced Toplevel::SCORE cleaned up the code a bit still TODO: support and display score-names possible bugs: ScoreEdit::parts() isn't kept
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
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-26See ChangeLogTim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson