Revision 658878

Go back to digest for 29th April 2007

Features in Office

Marijn Kruisselbrink committed changes in /trunk/koffice/shapes:

Code that can at least render some very basic music. It's still leaking memory all over the place (working on that), largely undocumented, and quite hackish, but it can already show some music :)

File Changes

Added 40 files
  • /trunk/koffice/shapes/musicshape
  •   /core
  •   /fonts
  •   /MusicStyle.cpp
  •   /MusicStyle.h
  •   /core/Bar.cpp
  •   /core/Bar.h
  •   /core/Chord.cpp
  •   /core/Chord.h
  •   /core/CMakeLists.txt
  •   /core/foo.cpp
  •   /core/foo.h
  •   /core/MusicElement.cpp
  •   /core/MusicElement.h
  •   /core/Note.cpp
  •   /core/Note.h
  •   /core/Part.cpp
  •   /core/Part.h
  •   /core/PartGroup.cpp
  •   /core/PartGroup.h
  •   /core/Sheet.cpp
  •   /core/Sheet.h
  •   /core/Staff.cpp
  •   /core/Staff.h
  •   /core/tests
  •   /core/Voice.cpp
  •   /core/Voice.h
  •   /core/VoiceBar.cpp
  •   /core/VoiceBar.h
  •   /fonts/CenturySchL-Bold.ttf
  •   /fonts/CenturySchL-BoldItal.ttf
  •   /fonts/CenturySchL-Ital.ttf
  •   /fonts/CenturySchL-Roma.ttf
  •   /fonts/CMakeLists.txt
  •   /fonts/Emmentaler-14.ttf
  •   /fonts/FreeSans.ttf
  •   /core/tests/CMakeLists.txt
  •   /core/tests/SheetTest.cpp
  •   /core/tests/SheetTest.h
  •   /core/tests/VoiceBarTest.cpp
  •   /core/tests/VoiceBarTest.h
Modified 10 files
  • /trunk/koffice/shapes
  •   /CMakeLists.txt
  •   /musicshape/CMakeLists.txt
  •   /musicshape/MusicShape.cpp
  •   /musicshape/MusicShape.h
  •   /musicshape/MusicShapeFactory.cpp
  •   /musicshape/MusicShapeFactory.h
  •   /musicshape/MusicTool.cpp
  •   /musicshape/MusicTool.h
  •   /musicshape/MusicToolFactory.cpp
  •   /musicshape/MusicToolFactory.h
50 files changed in total