mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 01:23:13 -04:00
- Added blocking of embedded images (+ settings) to forums and messages
- Added image support for forum messages - Renamed LinkTextBrowser to RSTextBrowser - Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6752 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8ffc0e05de
commit
6b1613d8bb
31 changed files with 907 additions and 454 deletions
|
@ -30,7 +30,7 @@ class QLabel;
|
|||
class QLineEdit;
|
||||
class RSTreeWidget;
|
||||
class UIStateHelperData;
|
||||
class LinkTextBrowser;
|
||||
class RSTextBrowser;
|
||||
|
||||
enum UIState // State is untouched when bit is not set
|
||||
{
|
||||
|
@ -61,11 +61,11 @@ public:
|
|||
void addLoadPlaceholder(int index, QLabel *widget, bool clear = true, const QString &text = "" /* ="Loading" */);
|
||||
void addLoadPlaceholder(int index, QLineEdit *widget, bool clear = true, const QString &text = "" /* ="Loading" */);
|
||||
void addLoadPlaceholder(int index, RSTreeWidget *widget, bool clear = true, const QString &text = "" /* ="Loading" */);
|
||||
void addLoadPlaceholder(int index, LinkTextBrowser *widget, bool clear = true, const QString &text = "" /* ="Loading" */);
|
||||
void addLoadPlaceholder(int index, RSTextBrowser *widget, bool clear = true, const QString &text = "" /* ="Loading" */);
|
||||
void addClear(int index, QLabel *widget);
|
||||
void addClear(int index, QLineEdit *widget);
|
||||
void addClear(int index, RSTreeWidget *widget);
|
||||
void addClear(int index, LinkTextBrowser *widget);
|
||||
void addClear(int index, RSTextBrowser *widget);
|
||||
|
||||
/* Set state */
|
||||
void setLoading(int index, bool loading);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue