Commit Graph

123 Commits

Author SHA1 Message Date
defnax
de288d196d added to show personal status of each friend when its avaible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2128 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 22:08:23 +00:00
nishant
d975d8bf1f Messenger Window linked with RsAutoupdate
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-30 16:12:13 +00:00
defnax
10aef0b027 set bold font for Online/Offline strings and for connected Friends
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1705 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-30 22:10:49 +00:00
defnax
7c39ba9e0c added new im icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1617 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-08 16:26:52 +00:00
defnax
758ba49ff1 store Avatar images as PNG format, to not lose the transparent of the pictures
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-07 13:59:38 +00:00
csoler
f9dc3b223b Started implementing flags to handle the sharing mode.
What works:
- the gui shows the flags in ShareManager
- the flags are loaded/saved to ft_shared.cfg and passed on to FileIndexMonitor
What does not work yet:
- the flags are not accounted for yet by FileIndexMonitor

In addition:
- simplified the directories dialog in Preferences, so that it calls the ShareManager instead of dupplicating the directories management 
code that becomes larger.
- setup the ShareManager to be a singleton, so as to coherently call it from different places.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-03 19:43:52 +00:00
beardog_uk
b3f433b5f2 - Deleted AddFriendDialog, InviteDialog and AddFriendWizard files. They are not used in current version, so it was beter not to keep them. We can always restore them, if any need.
- Removed "Invite friend" button from main window. 

- Also  changed some comments  to the wizard code.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1102 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-03-28 10:41:49 +00:00
defnax
171a5bef0d * set Qt::IgnoreAspectRatio for pictures
* added for MessengerWindow the new getAvatar and updateAvatar function


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-30 23:51:59 +00:00
defnax
c3f610c519 * Added MessagesPopupDialog
* Added for Messenger Window Share Manager Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@920 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-08 17:29:01 +00:00
defnax
5dc3e39337 * added for systray contextmenu Open Messages (working)
* set for MessengerWindow to use RWindow now
* added Messages button for MessengerWindow not working at the moment


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-07 21:12:31 +00:00
defnax
935a52dee3 * set for the Avatar Button a Background image
* set for Avatar Pictures to use IgnoreAspectRatio

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-07 01:56:09 +00:00
defnax
d2e64551c2 * added basic set avatar picture for MessengerWindow and Privat Chat
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-04 02:28:30 +00:00
defnax
78fe71b2f4 * added doubleclick feature for can start a privat chat without need to use context menu for Friends Dialog and Messenger Window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@902 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-01 23:25:16 +00:00
defnax
1ee1b408ff * fixed MessengerWindow
* update internal stylesheets
* update help content

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@763 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-23 16:17:29 +00:00
drbob
67a27744f8 * Cleaned up more debug output.
* Fixed Popup Chats with new Peer Dialog.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@645 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-07-10 18:52:56 +00:00
drbob
d5376cd575 Removed most debugging/std::cerr output (in #defines)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@640 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-07-09 09:53:47 +00:00
drbob
0d6471433c * Fixed Defnax's Status Bar.
* Fixed 'Offline' bug in MessengerWindow.
 * Added isOnline function to rspeers interface.
 * Cleaned up some stuff.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-06-16 20:28:16 +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
defnax
98240bf6f0 fixed backgroundimage
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@485 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-04-07 11:11:16 +00:00
drbob
c4e1d73837 Commit of the new UDP Connection methods and
the rewrite of the retroshare core networking stack.

This check-in commits the changes to the GUI code.
Changes to use the new rspeers.h interface to 
the retroshare core.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@316 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-01-25 08:49:40 +00:00
defnax
6490d67e84 -added systray menu function for can start SMPlayer .
-added for MessagesDialog/ New Message Dialog needed items for File Name,Size, Sources if correct?, Hash
-added resizesection/resizemode to see the complete Message Timestamp/Date item for MessagesDialog.
-added WidgetInformation function for MessengerWindow/New Message Dialog to save the Widget Position and Size.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-18 23:35:53 +00:00
defnax
92d5c61c8c -added remove Friend feature
-added Add Friend feature

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-17 01:35:52 +00:00
drbob
935745a08e Created V0.3.x branch and moved the head into the trunk directory.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-15 03:18:48 +00:00