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