thunder2
7664a82fd6
Reworked design of offline chat messages in PopupChatDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3592 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-02 22:42:30 +00:00
defnax
12fd5b29f7
Added new smiley to the emotes.acs, changed the Smiley Button size for a better mouse over effect.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3569 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-30 15:45:43 +00:00
defnax
2ef645b6a5
Added a icon for Edit Action in ShareManager
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3528 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-23 21:08:22 +00:00
thunder2
4614a06d57
Reworked context menu in PeersDialog.
...
Add "Edit group" to the context menu.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-23 18:49:52 +00:00
thunder2
077b2871f1
Groups for friends in PeersDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3523 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-22 22:37:57 +00:00
defnax
ad9f981ab0
Added CreateGroup Dialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-21 16:11:19 +00:00
defnax
c3e1cdafab
corrected to use new smileys
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-15 15:13:54 +00:00
defnax
f94d0b7600
corrected some smileys
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3495 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-15 00:23:53 +00:00
thunder2
60746b5702
New class "StatusDefs" for status information like strings, images, fonts and colors.
...
Removed the status string function from the lib.
Removed static strings like " - " and " : " from translation.
Removed not needed images.
Fixed german translation in MessengerWindow, PeersDialog and PopupChatDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-12 14:10:28 +00:00
thunder2
20887fc93b
Changed the path for additional styles to "stylesheets" for Linux in "~/.retroshare" (untested), for Windows in "%APPDATA%\RetroShare" and for the portable version in the appdir.
...
Added variants for styles. Variants are files in the subdir "variants" of the style with the extension .css. The file <variant>.css and main.css are matched together.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3456 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-07 23:19:27 +00:00
thunder2
6bd6c50502
Styles for public chat, private chat and history.
...
RetroShare has a standard style for each type, but the user can define their own styles.
The external directories "style/public", "style/private" and "style/history" are scanned for subdirs with user defined style informations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-07 15:49:31 +00:00
defnax
a3fc110a82
forget this to commit
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3451 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-06 19:32:44 +00:00
thunder2
bacf1f5a80
Added remove, copy to clipboard and resend of messages in History Browser.
...
Clear history in PeersDialog don't remove messages from the History Keeper.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3447 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-05 20:50:34 +00:00
thunder2
1f8017d06a
Redesigned history browser of group chat.
...
New chat style for history browser.
There's more to come.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3443 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-04 23:59:08 +00:00
thunder2
8213a2aa77
Chat service:
...
- Added send time to ChatInfo.
Chat:
- Reworked IMHistoryKeeper to save only needed data as raw data (not formatted from PeersDialog).
- Renamed the public chat history file from "his1.xml" to "chatPublic.xml" and moved it from data dir to config dir. The current history is lost. Please delete the file "his1.xml" manually.
- Optimized save of the history. Save only when changed, also during the runtime.
- Clear the history in PeersDialog clears the IMHistoryKeeper too.
- New setting to send chat message with Ctrl+Return. Changed the check for Enter in PeersDialog and PopupChatDialog from textChanged to eventFilter.
- Smileys are inserted at the current cursor position, not added at the end.
- Don't send emty messages.
New class ChatStyle:
- Created a new class for the work with chat styles and smileys.
- Currently only two internal styles are available - private and public. Later more external styles planned.
- Moved functions for loading and showing the emoticons from PeersDialog and PopupChatDialog to the new class.
Private chat:
- Split private chat style into incoming.htm and outgoing.htm.
- Removed style change.
Public chat:
- New chat style incoming.htm, outgoing.htm, hincoming.htm and houtgoing.htm.
Chat feed:
- Show links and emoticons if they are enabled for public chat.
PeersDialog:
- Show the own name and location only once at start and not with QTimer every 1.5 second.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3441 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-04 14:23:30 +00:00
defnax
27c94be8fd
improving the Private Chat layout, fixes for plastique/cleanlooks design to hide the frame borders.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3433 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-02 19:53:31 +00:00
defnax
a26547effb
Added to display for Attached Audio,Video and Archive files a default icon in Private Chat
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3431 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-02 17:26:29 +00:00
defnax
7b20984574
added a new no avatar background picture for privat Chat.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3407 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-30 16:06:06 +00:00
defnax
4d9eaac22d
changed Avatar pixel size, and added for Privat Chat's Avatar background new images.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3405 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-30 15:43:07 +00:00
defnax
459970cc88
forget to commit this.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3377 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-18 12:04:47 +00:00
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
defnax
749945dda8
added a idle icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3076 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-05 23:27:08 +00:00
defnax
3056ec0875
Added to display Friends rsstatus on PeersDialog, icon and color change when Friend is Idle, Away or Busy
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3075 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-05 22:42:32 +00:00
defnax
d951674f64
Added Trust settings and Signing informations to HelpBrowser
...
Added Trust info Button to call HelpBrowser for Trust Settings and Signing informations.
Clean up Peer Details Trust TabWidget, removed not needed Labels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-03 18:34:43 +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
9eb5af1f0b
removed unused old im icons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-31 22:20:14 +00:00
defnax
647c08c8da
Added Folders and Tags Header Buttons, and moved "Total Inbox" and "Total Sent" to the Bottom into a QLabel.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-31 21:27:57 +00:00
thunder2
c8a805b8e7
added trash in msgservice and trash folder in MessagesDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-28 14:42:54 +00:00
thunder2
5b4985e3d3
tag feature in MessagesDialog
...
its disabled until the msgId is static
uncomment the define STATIC_MSGID in MessagesDialog.h for testing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-27 19:48:52 +00:00
thunder2
cef2c1218f
improvements MessagesDialog:
...
- new read/unread state - stored locally
- show all recipients in Outbox, Sentbox and Draftbox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-23 17:21:30 +00:00
defnax
8feeb2adb3
Added Chat Settings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 21:17:36 +00:00
chrisparker126
d37ae260f8
added inactive png to qrc
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:22:10 +00:00
defnax
9acfe64d97
enabled updated Danish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2641 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 16:20:12 +00:00
defnax
42184efe70
fixed to get work again Chinese language , and load now Qt translations for widgets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2520 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-12 00:16:39 +00:00
defnax
0b4bc0f2eb
added some actions for photo view
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2509 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 13:35:58 +00:00
defnax
9e11f833e8
added for Queue actions own icons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2503 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 21:07:53 +00:00
defnax
85e4a796dc
clean up korean translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2501 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 01:03:51 +00:00
defnax
edb4562ae4
clean up languages and corrected few languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 22:42:41 +00:00
joss17
f362daea0b
small design change of confcertdialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2491 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-06 21:30:00 +00:00
defnax
4afa46cb82
Added Popularity view as icons to display for each channel
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2487 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-05 11:58:35 +00:00
defnax
508782f673
added change trayicon when get a new message, added change trust icons when trust is changed
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2449 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 17:47:52 +00:00
defnax
3dc156b6f6
improved the icons and Buttons in Trust Tab
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2417 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 21:24:59 +00:00
defnax
9e584e6723
redesign Create Blog Msg Publisher with html Formating features and fixed textSize formating for Message Composer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 14:20:40 +00:00
defnax
459c364636
Added action to GroupChats Button Menu for disable/enable Emoticon's, not yet stored
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2371 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 18:33:35 +00:00
defnax
4ee0b8f252
removed unused icons, needs make clean for compile
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2364 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 01:33:32 +00:00
defnax
4a5bd60880
added a search icon into the search frame
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2343 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 20:02:46 +00:00
defnax
0f4d4dfedc
changed save/copy Cert icons for ConnectFriendWizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2341 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 18:00:18 +00:00
defnax
99b56b50dd
update search extensions
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2328 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 14:52:47 +00:00
defnax
a3a66e8dc5
added icon for Always item in files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2299 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 15:05:12 +00:00
defnax
2573a05dfe
Added Save Cert Button to ConnectFriend Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2294 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 19:11:52 +00:00
defnax
4d1e48e63e
added icon for gpg key checkbox
...
clean up and removed not needed icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 12:11:59 +00:00
defnax
63b98f3ccc
improved design of profile generation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 01:02:18 +00:00
defnax
e6595f767c
set a default Avatar when Friend has no Avatar for Privat Chat.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2199 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 19:30:18 +00:00
defnax
be36aa98c6
update smileys
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2188 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 12:40:07 +00:00
defnax
8d74bb0e6b
redesign MessengerWindow
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2175 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 17:39:30 +00:00
defnax
704d89ab9a
Added a Blockquote Button to ToolBar, changed Message Toasters Icon label as ToolButton
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2126 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 20:16:54 +00:00
defnax
777b52753a
Added Split Text for Compose Message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2125 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 15:36:24 +00:00
defnax
6cb925016a
little improvements for Compose Messsage,
...
added Blockquote,Increase font size,Decrease font size,text font to code style Buttons
added when reply to a message set TextCursor to End.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 14:03:38 +00:00
defnax
28a1244a1b
Added Attach File feature for Messages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2099 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 21:39:27 +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
defnax
84447a6304
Added to Send RetroShare link as html format for Messages
...
Added to can download from Messages when clicked on link.
Added when start connection attempt then change icon on location.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 18:03:35 +00:00
defnax
561104297e
Fixed to check if Messages contains Re or Fwd to not add more.
...
Added when Messages contains Re or Fwd change Message icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 02:42:11 +00:00
defnax
7e29afbbd9
moved the Status icons to the correct place
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 00:09:39 +00:00
defnax
3840fa24a1
little bit improving Channel Msg item
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-10 01:28:04 +00:00
defnax
3fc74316f4
changend wizard icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-09 23:10:14 +00:00
defnax
b05dbc80e4
Added Quick Start Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-08 13:00:00 +00:00
defnax
2f9f390dbf
update emoticons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1976 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-05 00:00:33 +00:00
defnax
e919981e00
* added a about dialog
...
* quit RetroShare with rApp not more use qApp for quit, shutdown is now faster.
* added first retranslateUi for MainWindow
* changend Add Share string.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-31 02:23:02 +00:00
defnax
85a2014a15
removed not needed stylesheets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1840 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-23 20:24:42 +00:00
defnax
e26c14573f
added taskGraphPainterWidet
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-15 19:26:34 +00:00
defnax
1fdc8b6937
redesign the search Button stylesheet.
...
added change icon when Friends is not unreachable,
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-15 16:39:21 +00:00
defnax
9c5f01f49a
changend icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1715 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-04 16:54:37 +00:00
defnax
1383ca61f6
improved SearchDialog stylesheets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1708 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-02 23:37:46 +00:00
defnax
e6d2b59ccc
added new frame for the Top of Friendslist.
...
added menu button "Add" for Add Friend/Create new Profile actions.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1671 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-22 22:47:49 +00:00
defnax
c9f295a760
added InfoDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1669 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-22 17:23:41 +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
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
defnax
7b9e56ced7
update
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1443 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-27 20:51:22 +00:00
joss17
a36475a167
Add a static and a build time version information
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-22 22:03:34 +00:00
defnax
13eed1c932
redesign SharedFiles, with splitted view for Remote and Local Dirs and added QFrame's for switch to different views.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1392 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-20 17:03:27 +00:00
defnax
8a1ae827b9
Added SoundDialog for Preferences which uses QSound supports wav files, where can set wav files.
...
Added SoundManager for the events, at the moment there is no connect for a event to use it.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1386 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-17 11:21:40 +00:00
defnax
e80b56c63c
Changend File Associations icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1382 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-15 23:04:40 +00:00
defnax
f7c12bef70
added icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1381 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-14 23:13:02 +00:00
defnax
a2c29ba507
Added icon for Trust Tab in PeerDetails
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1366 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-13 12:44:33 +00:00
defnax
38f5c7d6ef
changend preview icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1318 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-04 23:36:04 +00:00
defnax
663659577c
reorder transfer context menu
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1314 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-02 23:47:38 +00:00
defnax
eea261d739
switch trayicon if online count is 0 or bigger
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-20 22:51:15 +00:00
defnax
30e4d8d078
added Copy/Paste/Send retroshare//: file urls/links
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 14:23:55 +00:00
defnax
6106309a3d
replaced old Network Status with new one
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1229 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 16:53:20 +00:00
defnax
99828dfa41
added new Toasters
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 00:37:25 +00:00
csoler
7b4c990fa4
embeded default chat styles so that it works with packaging
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1194 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-07 23:03:10 +00:00
defnax
1c5db15325
grey user icon when online is 0 on statusbar
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1158 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 22:45:31 +00:00
defnax
69914204db
generated for statusRates own class to clean more MainWindow
...
clean up some namings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 22:14:20 +00:00
defnax
63ea6946c7
Added DHT status to statusbar, it will be change his color and changes the tooltip .
...
Added Network Status for Log Tab too in NetworkDialog at the moment realy basic,every 100 seconds checks for the actually status.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 02:39:57 +00:00
defnax
1cc8639305
changend network icon
...
set different icon color for avaible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-29 15:48:01 +00:00
defnax
5025c34033
* Added new icon for Notify
...
* set correct icon for Deny Friend Context Menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-09 20:19:03 +00:00
beardog_uk
afcc1d76d2
Wizard for adding friends. Almost stable, but code needs cleanup.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-03-26 16:58:06 +00:00
csoler
7b84b125df
turtle search is now working. Next task: update search gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1078 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-03-15 22:45:40 +00:00