drbob
22bfc3e821
Final Changes for V0.4.08a release:
...
* Updated Version numbers.
* Added chat styles to installer.
* Fixed .at() call on map -> doesn't work on windows/MacOSX.
* Tweaked default font back to 10 for chat.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@564 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-24 23:11:37 +00:00
drbob
87b7bfadb5
Fixed up minor bug in Links Cloud:
...
conflict between anonymous link box, and context menus fixed.
Moved Links Cloud from Unfinished, to Main Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-24 20:23:15 +00:00
drbob
39f4fa3d6c
Modified rankings to take into account the User Score (-2 -> +2).
...
Scores can be based on:
Time: Average Comment Age.
Ranking: Sum of peer scores.
Combo: Sum of (score * age)
These are still rather crude and could be improved significantly
if anyone is interested in trying.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@562 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-24 20:20:16 +00:00
chrisparker126
fe22d0b651
final interface, before starting on connectivity
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@561 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-24 15:10:59 +00:00
chrisparker126
7d571f6e2c
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@560 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-24 15:09:51 +00:00
chrisparker126
ab4b0d0251
fixed some issues with dummy function
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@559 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-18 20:25:14 +00:00
chrisparker126
033df8ed16
added refresh button
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-18 20:23:57 +00:00
chrisparker126
7bcfda123f
added utility function to add user, refresh screen, clear scrn
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-18 20:23:09 +00:00
chrisparker126
95b93b1e5c
continueing testing of dummy data, so far so good.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@556 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-18 20:22:08 +00:00
ewensun
807472f427
enable new popupchat style. Default style will be provided if no style file exist.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@555 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-17 17:40:22 +00:00
vinnyx
9cd24b315f
Added network message objects for the Status service - RsStatusItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-14 10:35:12 +00:00
drbob
5913872a77
Fixed cross-platform bugs.
...
(1) std::map<> doesn't support .at() on OSX or Windows. (use [] or find())
(2) u_int32_t is invalid on windows. (use uint32_t )
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-13 16:56:27 +00:00
drbob
a5621763a8
Improvements to the Link Cloud GUI. Added Share Anonymously, and Vote (+2 -> -2) to the context menu.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@552 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-13 15:45:09 +00:00
drbob
d48205286a
* Improvements to Link Cloud Service. You can now vote anonymously on a Link,
...
this will spread it to your friends anonymously.
* Completed Mutex Locking on Connection Manager.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-13 15:41:40 +00:00
rwoodruff91
ffe371c4e5
Used Dummy data for the message sending. Works well.
...
Added some coloring and a timestamp.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@550 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-12 18:27:15 +00:00
chrisparker126
b763bd5ae9
added P3Qblog to services makefile
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@549 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-11 20:05:17 +00:00
chrisparker126
386a22746a
added external interface
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@548 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-11 19:36:02 +00:00
chrisparker126
9bc89b0c33
added code snippet for displaying a usr on blogDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@547 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 21:35:45 +00:00
chrisparker126
066ffd2447
fixed up some definition issues
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@546 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 21:33:07 +00:00
chrisparker126
d4b8340885
needed to make p3qblog public to rsQblog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 20:01:49 +00:00
chrisparker126
cb736a2d5b
added initialised qblog interface
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@544 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 20:00:02 +00:00
rwoodruff91
d16d5d4ef5
lineEdit becomes focused when message/status is sent
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@543 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 12:19:40 +00:00
rwoodruff91
4450f1e911
-Removed the status dropdown from BlogDialog.ui
...
Added a button to set the users status
-Changed the setStatus code for testing (just prints the users status)
-Fixed a typo in one of the comments in rsQblog.h
-Renamed a few of the Qt objects and a few of the variables/functions in
the code so that they made more logical sense.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@542 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-10 12:16:34 +00:00
chrisparker126
ae96b742b1
added rsQblog interface
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-09 19:13:13 +00:00
chrisparker126
7d5b3af65a
qblog dummy service implemented
...
- need to test with qblog gui
- added to make compiles fine
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@540 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-09 01:01:13 +00:00
chrisparker126
2ac5b4cc65
qblog dummy service implemented
...
- needs to be tested with gui
- added to make, compiles fine
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-09 00:30:29 +00:00
chrisparker126
de0ad9b68f
qblog dummy service implemented
...
- needs to be tested with gui
- compiles fine
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@538 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-09 00:29:10 +00:00
chrisparker126
556a2f32b8
dummy service implemented, needs to be test with GUI
...
- added to make, compiles fine
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@537 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-09 00:27:28 +00:00
chrisparker126
f1081651e5
fully implemented qblog serialiser
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@536 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-05 20:21:22 +00:00
chrisparker126
ca861f6306
fully implemented qblog serial items
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@535 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-05 20:20:18 +00:00
chrisparker126
041b1fb07c
fully implemented chat serialiser
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@534 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-05 20:19:25 +00:00
rwoodruff91
c876a9889e
Cleaned up the code a little bit.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@533 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-04 16:43:07 +00:00
rwoodruff91
1e6f925d67
Status combo box now returns current user status.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@532 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-04 16:40:39 +00:00
rwoodruff91
607a017ca7
Added a status dropdown including a few example statuses
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@531 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-04 15:39:46 +00:00
rwoodruff91
c58edd7a10
Named the function sendBlog rather than sendMsg.
...
Added users/status box to BlogDialog.ui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@530 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-04 15:27:16 +00:00
rwoodruff91
2d40e6cef4
Added the ability to have bold, underlined or font in italics.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-29 19:19:07 +00:00
vinnyx
a282b9fa74
Added Status service interface to retroshare-gui.
...
PeersDialog now displays additional status info from Status service (if any).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@528 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-28 12:09:26 +00:00
vinnyx
3eafd7d00e
Added RsStatusString() - returns a string for given status number
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-28 11:50:39 +00:00
rwoodruff91
a5d69bee24
Just changed it to say Blog Feed:
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@526 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-26 13:02:13 +00:00
rwoodruff91
9b4ee77dd3
Added very very basic functionality to the BlogDialog.
...
Still learning here.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@525 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-26 12:52:13 +00:00
vinnyx
26d2def720
Added status service: p3status
...
Added status service to core: p3face-startup
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-26 09:39:02 +00:00
vinnyx
02c6d70e30
Changed include from <string.h> to <string>
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@523 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-26 06:30:40 +00:00
chrisparker126
180c5ad542
for rsQblog service. TODO: fully implement and test
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-25 18:43:23 +00:00
chrisparker126
46dd2988bb
for rsQblog service, TODO: fully implement and test
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-25 18:42:35 +00:00
chrisparker126
4f918b2fab
add QBLOG service ID
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@520 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-25 18:37:57 +00:00
drbob
e42a4cf463
Added empty Blog Dialog to Unfinished!
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-24 13:14:58 +00:00
drbob
98eabbabe0
Small Tweaks.
...
* Removed services toolbar - until it is needed.
* Removed background on MessengerWindow - it breaks on linux.
* fixed Messages Html problem.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@518 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-24 12:58:27 +00:00
vinnyx
4e03fa5d06
#ifndef protection
...
global pointer to interface
LGPL header
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@517 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-24 12:26:44 +00:00
vinnyx
39eb8a3091
Interface for status service.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@516 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-24 12:11:59 +00:00
notdefine
86d191d932
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@515 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-24 08:41:07 +00:00