GUI modifications to incorporate RecognTags.

- Enable EditDialog for own Ids.
	- Addition, parsing and removal of Tags in IdEditDialog.
	- Display of Tags (only text) in GxsId Label/Chooser/TreewidgetItem ..

TODO:
	- Add icon sets for RecognTags.
	- display of Tags as Icons.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-10-20 09:56:12 +00:00
parent fc58861447
commit 2ce92da8ad
8 changed files with 507 additions and 174 deletions

View file

@ -2,7 +2,7 @@ CONFIG += qt gui uic qrc resources uitools idle bitdht
# Below is for GXS services.
# Should be disabled for releases.
#CONFIG += gxs debug
CONFIG += gxs debug
gxs {
@ -193,7 +193,10 @@ macx {
gxs {
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
LIBS += -lsqlite3
LIBS += ../../../lib/libsqlcipher.a
#LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
#LIBS += -lsqlite3
#LIBS += -lsqlcipher
}