defnax
5b9b0aba96
fixed to attach multiple links for Create Forum Message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-21 23:45:25 +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
csoler
5a65dabc09
- suppressed some errors in printf commands with uint64_t - apparently, the cap function in QRegExp takes a non const in some Qt versions. I had to copy the const parameter to a local variable.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-16 20:06:04 +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
086c5f8e53
Bugfix: show correct signed / unsigned state of forum messages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2853 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-05 23:06:05 +00:00
chrisparker126
352c4559ad
removed support for channels
...
- this is now explicitly only for forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2829 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:21:20 +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
defnax
beec507b1c
enabled Paste Links Full for Forum Posts, fixed Turkish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 00:02:51 +00:00
csoler
cc17744ee3
ported branch v0.5.0 commits 2529 and 2544 to trunk
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 12:57:08 +00:00
csoler
0705d9dfc7
added paste multiple links
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2516 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 23:09:35 +00:00
defnax
c9599fa1ed
added context action for Paste retroshare Link
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 16:55:29 +00:00
defnax
451ede6fde
added Past rs links from Button, and fixed not allow send blank Forum Messages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2397 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 14:01:51 +00:00
joss17
ef8cf1d8a6
add message flags initialisation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2200 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 20:01:49 +00:00
defnax
604dce321e
fixed when creating a new forum clear name and description fields.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2198 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 16:11:55 +00:00
defnax
bb3a1ba8b1
use AttachFileItem for Forums and Chat too, use SubFileItem only for Channels
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2124 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 14:35:32 +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
defnax
59e44e2fbe
Changed the default thumbnail image for channel msg item
...
Added for Friends add menu few more useful actions
Little redesign of Create Forum Message with stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2060 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 01:36:50 +00:00
csoler
e3ae7e622c
fixed up file attachement to forum msgs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 23:08:14 +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
f60a69bec4
fixed to not add a new "Re:" when forum message has always one.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-10 02:03:41 +00:00
defnax
e2c863199e
Added Allowed Messages Information for each Forum if its a Anonymous or Authenticated Forum
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 16:39:56 +00:00
defnax
086c13cce7
added Smiley Support when creating new Forum Message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 14:28:21 +00:00
defnax
628000480b
added Popularity/Date to Forum Details
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 17:10:36 +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
cf8330f350
Added setFocus feature, when creating new Thread or Reply Message change the Focus
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1954 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 16:05:51 +00:00
defnax
1a86871556
removed frame borders
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1938 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-26 17:14:44 +00:00
defnax
e6c8e57927
fixed some layouts
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1928 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-21 23:55:52 +00:00
defnax
bbe773b91c
removed not needed old Preferences
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1876 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-14 17:13:10 +00:00
defnax
384145ef48
set different icon and Text label when creating Channels from ChannelFeed.
...
added retroshareRevision for writing Revision in seperate string.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1535 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-14 11:49:15 +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
b6019d193b
Fixed directory problem wirh emoticons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-25 19:05:53 +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
drbob
02583ad232
Reverted to Forum Msgs back to before formatting.
...
Made self appear in center of NetworkView
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-29 12:12:30 +00:00
defnax
2a6381db2d
* Added a function to not allow to create a Forum/Channel without a Name.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@848 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-28 01:49:17 +00:00
defnax
e03d808ad3
* Fixed sorting in Friends
...
* disabled auto scroll for Friends Widgett
* added retroshare own logo for Network icon
* Fixed layouts/margins/spacings of the Create Forum Message Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@847 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-28 01:14:58 +00:00
defnax
74104d71e7
* Fixed Create Forum Message Dialog
...
* Fixed some Displaying isues for statusbar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-27 23:59:08 +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
defnax
8ae8f6bb88
* set bold for Down: and Up: String in Statusbar
...
* set a Window icon for Create Forum
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@745 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-12 13:33:38 +00:00
defnax
44d4cfc8b9
fixed include headers for RshareSettings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@718 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-03 17:07:29 +00:00
defnax
31098421b2
-fixed Lokal Directories hide Button to Checked
...
-added a Toolbar for New Forum Message
-moved Post Forum Msg/Cancel Button to ToolBar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@680 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-12 21:07:41 +00:00
drbob
c6a595c7db
Significant changes to the GUI to introduce new display style.
...
* Completed much of General Msg Dialog.
* Completed much of ChannelFeed.
* Added Channel Messages to News Feed.
* Connected Blog/Channels to GeneralMsgDialog.
* Improved SubFileItem display.
* Completed ChanGroup/Menu/MsgItems.
* Added SubDestItem for use in GeneralMsgDialog.
* Generalise CreateForum to cover Channels as well.
* Restricted CreateForum to public forums/private channels.
* Demo of Drag-N-Drop Files for Linux (filesystem->GenMsgDialog)
* Updates to rsiface stuff (blog/channels/types)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-06-24 04:36:45 +00:00
drbob
2c7df4aba1
* Added retroshare interface.
...
* Updated RS_FORUM -> RS_DISTRIB flags
* Improvements to Forum (mainly subscribe/unsubscribe).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@595 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-06-13 15:46:34 +00:00
drbob
5a27165353
Significant improvements to Forums:
...
* displays forums
* displays thread list/msg
* Threaded/Flat View.
* Add new Forum / Add new Message.
* new classes in src/gui/forums
Updated rank and forums interfaces.
Improvements to Link Cloud GUI.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-15 16:40:38 +00:00