-Added timeline
commitedabe74e7d6373184aa865e076208ae0fb5c774b
authorJorge Cuadrado <kuadrosx@zi0n.(none)>
Tue, 31 Jul 2007 05:57:56 +0000 (31 00:57 -0500)
committerJorge Cuadrado <kuadrosx@zi0n.(none)>
Tue, 31 Jul 2007 05:57:56 +0000 (31 00:57 -0500)
tree0681d1d68707cba2cec65c373eb38640d67e33b2
parent52c2d3c97a8345b365c1a47c9929a780cf49ab8c
-Added timeline
-Added colorpalette
77 files changed:
src/components/colorpalette/cellscolor.cpp [new file with mode: 0644]
src/components/colorpalette/cellscolor.h [new file with mode: 0644]
src/components/colorpalette/colorpalette.cpp [new file with mode: 0644]
src/components/colorpalette/colorpalette.h [new file with mode: 0644]
src/components/colorpalette/colorpalette.pro [new file with mode: 0644]
src/components/colorpalette/colorpicker.cpp [new file with mode: 0644]
src/components/colorpalette/colorpicker.h [new file with mode: 0644]
src/components/colorpalette/colorvalue.cpp [new file with mode: 0644]
src/components/colorpalette/colorvalue.h [new file with mode: 0644]
src/components/colorpalette/gradientcreator.cpp [new file with mode: 0644]
src/components/colorpalette/gradientcreator.h [new file with mode: 0644]
src/components/colorpalette/luminancepicker.cpp [new file with mode: 0644]
src/components/colorpalette/luminancepicker.h [new file with mode: 0644]
src/components/colorpalette/palettedocument.cpp [new file with mode: 0644]
src/components/colorpalette/palettedocument.h [new file with mode: 0644]
src/components/colorpalette/paletteparser.cpp [new file with mode: 0644]
src/components/colorpalette/paletteparser.h [new file with mode: 0644]
src/components/colorpalette/palettes.cpp [new file with mode: 0644]
src/components/colorpalette/palettes.h [new file with mode: 0644]
src/components/colorpalette/palettes/Bears.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Bgold.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Blues.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Borders.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/BrownsAndYellows.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Caramel.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Cascade.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/China.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Coldfire.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/CoolColors.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Cranes.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Darkpastels.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Default.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Ega.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Firecode.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Gold.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/GrayViolet.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Grayblue.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Grays.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Greens.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Hilite.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Khaki.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Lights.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Muted.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/NamedColors.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/News3.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Op2.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Paintjet.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Pastels.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Plasma.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Reds.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/RedsAndPurples.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Royal.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/TangoIconThemePalette.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Topographic.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Visibone.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Visibone2.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Volcano.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/WarmColors.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/Web.ktpl [new file with mode: 0644]
src/components/colorpalette/palettes/toonka.ktpl [new file with mode: 0644]
src/components/colorpalette/private/gradientselector.cpp [new file with mode: 0644]
src/components/colorpalette/private/gradientselector.h [new file with mode: 0644]
src/components/colorpalette/private/gradientviewer.cpp [new file with mode: 0644]
src/components/colorpalette/private/gradientviewer.h [new file with mode: 0644]
src/components/components.pro [new file with mode: 0644]
src/components/timeline/framestable.cpp [new file with mode: 0644]
src/components/timeline/framestable.h [new file with mode: 0644]
src/components/timeline/layermanager.cpp [new file with mode: 0644]
src/components/timeline/layermanager.h [copied from src/shell/mainwindow.cpp with 50% similarity]
src/components/timeline/timeline.cpp [new file with mode: 0644]
src/components/timeline/timeline.h [copied from src/shell/mainwindow.cpp with 50% similarity]
src/components/timeline/timeline.pro [new file with mode: 0644]
src/components/timeline/tlruler.cpp [new file with mode: 0644]
src/components/timeline/tlruler.h [copied from src/shell/mainwindow.cpp with 50% similarity]
src/shell/mainwindow.cpp
src/shell/shell.pro
src/src.pro