Commit Graph

60 Commits

Author SHA1 Message Date
thunder2
3cfc08482f New icon in system tray and a new icon with star in toolbar of MainWindow, when new forum messages are available.
New signal forumsChanged on NotifyQt.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3354 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-09 21:20:34 +00:00
thunder2
86ae9983d1 New read status for forum messages.
New mail messages are marked with a new icon in front of the title.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3352 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-08 22:58:10 +00:00
leander-256
4bb4fc11e2 This intimidating patch renames libretroshare/src/rsiface/ to
libretroshare/src/retroshare/

All the relevant headers have been modified to reflect that change.

This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-06 09:40:23 +00:00
thunder2
569ac25843 cleaned include files
- removed some dependencies between other header files
- removed many includes of <QtGui> and replaced it with only needed files

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-23 18:52:58 +00:00
thunder2
daf0ea50ee PeersDialog/MessengerWindow:
- send recommended friend as message
- paste recommended friends as "retroshare://person|..." from clipboard

reworked retroshare link handling
- added new type -> retroshare://person|<name>|<hash>
- added processing of links to RetroShareLink and RSLinkClipboard and removed all processing in anchorClicked of QTextBrowser 
- fixed parseClipboard to handle all found links in clipboard
- disabled the processing of the clickable links (RetroShareLink::processUrl), because QUrl can't handle the RetroShare links properly

removed memory leaks of the QAction in some context menus


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3292 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-15 11:25:34 +00:00
drbob
126a1d4012 Switched parent from MainPage to RsAutoUpdatePage ... in an attempt to fix GPG password freeze.
don't think it worked!



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-05 19:41:46 +00:00
defnax
f3c2f0eaf0 disable the newthread and reply button when forum is not own or subscribed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3195 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-23 22:11:42 +00:00
defnax
69bba330ac set a minimum size for Forum items and set a Foreground Text color.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-19 22:21:31 +00:00
defnax
2088ff808d Set icons for Signed and none signed Forum Messages, set a default minimum size for thread items.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-31 23:02:45 +00:00
defnax
4f4bad4d5a moved Forum Title Column as First column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-30 23:49:20 +00:00
thunder2
b0c1467abe improvement MessagesDialog:
- enabled draft box

bugfix MessagesDialog:
- correct from and to in list and message header

changes MessageComposer:
- cleaned channel part


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2994 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-25 09:32:14 +00:00
defnax
1fb7fb005c rename class and source ChanMsgDialog to MessageComposer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-23 19:13:41 +00:00
thunder2
6baf56285b reworked settings
now there is only one global object for loading and saving settings

RshareSettings *Settings;

the class RSettings can be used too, but it is not prefered, because the default settings has no affect

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-20 21:53:27 +00:00
thunder2
c2f7f7935e improved ForumsDialog:
- new filter for threads tree
- saved layout of dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2954 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-19 20:17:43 +00:00
thunder2
42f728a483 removed call to :clone in refill of threads in ForumsDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-17 21:42:18 +00:00
thunder2
c3c6480f4b changed the usage of "QMenu*" to a local "QMenu"
removed usage of "new QMouseEvent", it was a memory leak
cleaned some includes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-14 20:55:44 +00:00
thunder2
946d09cb72 Fixed crash and endles loop with refill in forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2892 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-12 22:23:05 +00:00
thunder2
fb58beef4f Source code maintenance
Memory leaks:
- PeersDialog::insertPeers -> takeTopLevelItem, takeChild

- activate correct page on creating a new forum or channel from PeersDialog (problems with RS_RELEASE_VERSION)
  new static method to activate a page MainWindow::activatePage

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2842 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 00:09:55 +00:00
thunder2
9cf20fd9fd Changes in ForumsDialog:
- modal window for creating new forum
- refill forum and thread tree
- enabled next and previous button
- set enable/disable state of menu items

Open problem:
- last post time not updated

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-01 19:03:35 +00:00
csoler
a657def956 cleaned the RS link code, factorized the parsing into a single class. Still missing: copy/paste of multiple links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 21:38:26 +00:00
defnax
e7bf81f0e0 added for MessagesBox's a default window icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-01 17:26:22 +00:00
defnax
98820697d4 Added for Create Channel the Channel Logo Button + Display
Added for Forums Collapse all/Expand all

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 23:59:49 +00:00
csoler
e70e995894 added functionnality to complain when a download is initiated over a file already in download, or in the HD
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 15:42:26 +00:00
csoler
fee083e6b8 fixed downloading of links attached to forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 14:31:32 +00:00
defnax
0b8cb7b287 changed link scheme to retroshare:// for forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2039 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 13:54:16 +00:00
defnax
9a8f693f3d Added attaching files feature for Forums, not working properly yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2038 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 13:03:43 +00:00
defnax
7017a35581 Added Reply to Author feature for each Forum Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-09 16:33:00 +00:00
defnax
c9e5e72edd little improvements for Channels and Forums Design
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-05 01:49:58 +00:00
defnax
5807dcd2fe added switch signed/none string when Forum has signed or none signed message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1973 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 16:03:26 +00:00
defnax
a7f143e0dc Added Display smiley icon in Forum Posts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 14:29:49 +00:00
defnax
4cc7c5aae4 Added when no Thread selected clear Forum Name ,Post Text and Thread Title
Added when switched Thread then clear last Post Text and  Thread Title

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-03 01:27:29 +00:00
defnax
256ea3a282 Added to Display the selected Posts Thread Title
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 22:50:56 +00:00
defnax
03cbedb224 fixed forgetten tooltip
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 17:31:43 +00:00
defnax
65b35e8c53 Added Forum Details Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 15:47:07 +00:00
defnax
45d96a6e55 added for Popular/Other Forums ToolTip for Popularity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 13:36:40 +00:00
defnax
a26e2876fe show Popularity as ToolTip, removed not usefull items which stretches the Forums list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 12:24:59 +00:00
defnax
af3b78449c added use for Authd forum a different forum icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 18:58:39 +00:00
defnax
7715f9dd30 added Anonymous author string
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 17:14:37 +00:00
defnax
5ae41c8de9 added Start new Thread Button
added MessageBox Info when no Forum is selected

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 15:37:45 +00:00
defnax
8b7045f1c2 set default textcolor for channel items
set default Font for Forum items

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1655 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-16 00:01:09 +00:00
defnax
ebfd56026a *changend ForumName Font, set Font to Bold
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1652 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-15 12:33:59 +00:00
defnax
746bbda046 added to disable when flatview is enabled RootIsDecorated
added stylesheet background for Forum Label
set a default Font size for Forum Label.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1645 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-13 13:25:24 +00:00
drbob
4546be7778 GUI mods for new Forum sorting method. (Last Post)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1629 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-09 21:17:03 +00:00
defnax
129842f0a9 added for ShareManager and CreateForum stylesheet background images
little redesign CreateForum

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-13 13:35:18 +00:00
csoler
59cdaba9dc Improved the notification model so that it uses Qt signals to avoid core dumps, and improved the gui to increase responsiveness (e.g. forum display, network discovery info, friends, msg deletion and selection)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1050 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-02-22 17:36:39 +00:00
drbob
3d4920f73f Gui modifications to support authenticated forums.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@868 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-12-06 00:30:56 +00:00
csoler
67b6b24e63 added display for author of forum posts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@865 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-12-03 19:39:20 +00:00
defnax
d56d3e57f9 * Added Formating support for Create Forum Messages
* set correct WindowsTitle for Create Channel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-27 00:01:46 +00:00
drbob
fa1d123b62 Set in Release Mode.
Bugfixes in CreateForumMsg 



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-15 23:47:17 +00:00
stockpicker
d0ce88e986 Minor fixes to compile with GCC 4 under Linux
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-02 15:20:42 +00:00