comparison easyhg.pro @ 397:61bde1f0ff0a item_appearance_adjustments

Replace DateItems (background items for date shading) with a date range list in the scene and dedicated rendering for it in the graphics view: this way we can ensure the shading spans the full width and the dates are always visible
author Chris Cannam
date Wed, 25 May 2011 14:32:32 +0100
parents b9c153e00e84
children 4f3d96c1916f
comparison
equal deleted inserted replaced
396:1e73b5911631 397:61bde1f0ff0a
1 1
2 CONFIG += release 2 CONFIG += debug
3 3
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = EasyMercurial 5 TARGET = EasyMercurial
6 6
7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X, 7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X,
39 src/logparser.h \ 39 src/logparser.h \
40 src/panner.h \ 40 src/panner.h \
41 src/panned.h \ 41 src/panned.h \
42 src/connectionitem.h \ 42 src/connectionitem.h \
43 src/textabbrev.h \ 43 src/textabbrev.h \
44 src/dateitem.h \
45 src/colourset.h \ 44 src/colourset.h \
46 src/debug.h \ 45 src/debug.h \
47 src/recentfiles.h \ 46 src/recentfiles.h \
48 src/startupdialog.h \ 47 src/startupdialog.h \
49 src/repositorydialog.h \ 48 src/repositorydialog.h \
53 src/filestatuswidget.h \ 52 src/filestatuswidget.h \
54 src/confirmcommentdialog.h \ 53 src/confirmcommentdialog.h \
55 src/hgaction.h \ 54 src/hgaction.h \
56 src/historywidget.h \ 55 src/historywidget.h \
57 src/changesetscene.h \ 56 src/changesetscene.h \
57 src/changesetview.h \
58 src/incomingdialog.h \ 58 src/incomingdialog.h \
59 src/uncommitteditem.h \ 59 src/uncommitteditem.h \
60 src/settingsdialog.h \ 60 src/settingsdialog.h \
61 src/clickablelabel.h \ 61 src/clickablelabel.h \
62 src/workstatuswidget.h \ 62 src/workstatuswidget.h \
75 src/logparser.cpp \ 75 src/logparser.cpp \
76 src/panner.cpp \ 76 src/panner.cpp \
77 src/panned.cpp \ 77 src/panned.cpp \
78 src/connectionitem.cpp \ 78 src/connectionitem.cpp \
79 src/textabbrev.cpp \ 79 src/textabbrev.cpp \
80 src/dateitem.cpp \
81 src/colourset.cpp \ 80 src/colourset.cpp \
82 src/debug.cpp \ 81 src/debug.cpp \
83 src/recentfiles.cpp \ 82 src/recentfiles.cpp \
84 src/startupdialog.cpp \ 83 src/startupdialog.cpp \
85 src/repositorydialog.cpp \ 84 src/repositorydialog.cpp \
88 src/filestates.cpp \ 87 src/filestates.cpp \
89 src/filestatuswidget.cpp \ 88 src/filestatuswidget.cpp \
90 src/confirmcommentdialog.cpp \ 89 src/confirmcommentdialog.cpp \
91 src/historywidget.cpp \ 90 src/historywidget.cpp \
92 src/changesetscene.cpp \ 91 src/changesetscene.cpp \
92 src/changesetview.cpp \
93 src/incomingdialog.cpp \ 93 src/incomingdialog.cpp \
94 src/uncommitteditem.cpp \ 94 src/uncommitteditem.cpp \
95 src/settingsdialog.cpp \ 95 src/settingsdialog.cpp \
96 src/workstatuswidget.cpp \ 96 src/workstatuswidget.cpp \
97 src/moreinformationdialog.cpp \ 97 src/moreinformationdialog.cpp \