mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
Identity:
- Redesigned dialog - Fixed high CPU usage when showing reputation list - Added todo button UIStateHelper: - Added new base class for easier handling of ui elements with token request (show "Loading", set enable state, ...) RsProtectedTimer: - Fixed compile on Windows git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6495 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e36557d542
commit
f02cc51409
10 changed files with 1186 additions and 539 deletions
|
@ -428,6 +428,7 @@ HEADERS += rshare.h \
|
|||
gui/common/UserNotify.h \
|
||||
gui/common/HeaderFrame.h \
|
||||
gui/common/MimeTextEdit.h \
|
||||
gui/common/UIStateHelper.h \
|
||||
gui/style/RSStyle.h \
|
||||
gui/style/StyleDialog.h \
|
||||
gui/MessagesDialog.h \
|
||||
|
@ -704,6 +705,7 @@ SOURCES += main.cpp \
|
|||
gui/common/UserNotify.cpp \
|
||||
gui/common/HeaderFrame.cpp \
|
||||
gui/common/MimeTextEdit.cpp \
|
||||
gui/common/UIStateHelper.cpp \
|
||||
gui/style/RSStyle.cpp \
|
||||
gui/style/StyleDialog.cpp \
|
||||
gui/settings/rsharesettings.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue