Mercurial > hg > easyhg
comparison easyhg.pro @ 523:d869e6a18f63
Make the text labels in the work status area squeezable for small window sizes. Fixes #329
author | Chris Cannam |
---|---|
date | Tue, 15 Nov 2011 16:02:18 +0000 |
parents | fb196c016a9f |
children | 4276c7923d65 |
comparison
equal
deleted
inserted
replaced
522:43ddfa5e9fd0 | 523:d869e6a18f63 |
---|---|
61 src/clickablelabel.h \ | 61 src/clickablelabel.h \ |
62 src/workstatuswidget.h \ | 62 src/workstatuswidget.h \ |
63 src/moreinformationdialog.h \ | 63 src/moreinformationdialog.h \ |
64 src/annotatedialog.h \ | 64 src/annotatedialog.h \ |
65 src/hgignoredialog.h \ | 65 src/hgignoredialog.h \ |
66 src/versiontester.h | 66 src/versiontester.h \ |
67 src/squeezedlabel.h | |
67 SOURCES = \ | 68 SOURCES = \ |
68 src/main.cpp \ | 69 src/main.cpp \ |
69 src/mainwindow.cpp \ | 70 src/mainwindow.cpp \ |
70 src/hgtabwidget.cpp \ | 71 src/hgtabwidget.cpp \ |
71 src/hgrunner.cpp \ | 72 src/hgrunner.cpp \ |
97 src/settingsdialog.cpp \ | 98 src/settingsdialog.cpp \ |
98 src/workstatuswidget.cpp \ | 99 src/workstatuswidget.cpp \ |
99 src/moreinformationdialog.cpp \ | 100 src/moreinformationdialog.cpp \ |
100 src/annotatedialog.cpp \ | 101 src/annotatedialog.cpp \ |
101 src/hgignoredialog.cpp \ | 102 src/hgignoredialog.cpp \ |
102 src/versiontester.cpp | 103 src/versiontester.cpp \ |
104 src/squeezedlabel.cpp | |
103 | 105 |
104 macx-* { | 106 macx-* { |
105 SOURCES += src/common_osx.mm | 107 SOURCES += src/common_osx.mm |
106 LIBS += -framework Foundation | 108 LIBS += -framework Foundation |
107 ICON = easyhg.icns | 109 ICON = easyhg.icns |