forked from blue/squawk
a bit of refactor, fix the time to request next portion of messages in ui, fancy shadows are back!
This commit is contained in:
parent
216dcd29e9
commit
05d6761baa
12 changed files with 826 additions and 600 deletions
|
@ -32,7 +32,7 @@ set(squawkUI_SRC
|
|||
models/messagefeed.cpp
|
||||
models/element.cpp
|
||||
utils/messageline.cpp
|
||||
utils//message.cpp
|
||||
utils/message.cpp
|
||||
utils/resizer.cpp
|
||||
utils/image.cpp
|
||||
utils/flowlayout.cpp
|
||||
|
@ -42,6 +42,8 @@ set(squawkUI_SRC
|
|||
utils/dropshadoweffect.cpp
|
||||
utils/feedview.cpp
|
||||
utils/messagedelegate.cpp
|
||||
utils/eb.cpp
|
||||
utils/shadowoverlay.cpp
|
||||
)
|
||||
|
||||
# Tell CMake to create the helloworld executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue