thunder2
69373cc69b
Set the OK button as default in the settings window.
...
Added a new setting for Windows to start RetroShare minimized on system start.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-11 22:46:14 +00:00
thunder2
3ecb987a4e
Added new setting for the position and the margin of the toaster.
...
Cleaned translation of the toaster GUI.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-10 21:49:38 +00:00
thunder2
f7252fd693
Added three new methods on misc: getOpenFileName, getOpenFileNames and getSaveFileName. Please use this rather than QFileDialog.
...
Added save and restore of the last used directories for the following types
- Extra files
- Certificates
- History
- Images
- Messages
- Blogs (not tested)
It is easy to change.
Added attach of multiple files at once in CreateForumMsg.
The RetroShare links of the added files in CreateForumMsg are added with new style and as anchor with size information.
Added translation to some file dialogs.
Removed (commented out) not needed methods in NetworkDialog.
Fixed handling of filenames with umlauts when adding extra files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3894 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-03 00:54:40 +00:00
defnax
c1e3947957
update the strings to the latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3893 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-02 14:45:15 +00:00
thunder2
75b0d2e797
Update german translation for NetworkView.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3884 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-30 16:24:28 +00:00
thunder2
bd319d2357
Added filter for files in SharedFilesDialog.
...
It is hidden for the release version (RS_RELEASE_VERSION), because the RemoteDirModel is slow with many files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3882 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-30 12:29:04 +00:00
defnax
73f22ad897
update French translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3881 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-30 12:22:04 +00:00
defnax
ef1e8ae5be
update the strings to latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3880 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-29 21:02:40 +00:00
defnax
daef5382c1
update French translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3876 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-29 12:30:12 +00:00
thunder2
162c54aae4
Added a combined notify icon in systray. You can enable/disable this in the NotifyPage.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3871 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-26 00:54:18 +00:00
thunder2
fc08d1171f
Added simple toaster for download complete.
...
Added new icon in MainWindow and systray icon for existing completed downloads.
You can enable/disable the toaster and the systray icon in NotifyPage.
Recompile of the GUI needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3868 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-25 00:20:25 +00:00
defnax
6c9e429215
added new French translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3866 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-24 11:59:26 +00:00
defnax
7c86a88a94
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3851 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-22 15:24:10 +00:00
defnax
7e22057c16
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-22 15:12:21 +00:00
thunder2
064b619f70
Added standard context menu to the input text in private chat, group chat and create forum message.
...
Added paste RetroShare link to the context menu of the text edit and file list in message composer.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-21 21:12:35 +00:00
defnax
6de5949ba9
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-19 20:42:21 +00:00
defnax
2632afe9e4
update translation strings to the latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3823 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-19 18:34:18 +00:00
thunder2
e82fab4ba4
Changed the RetroShare link format to an internet conform style.
...
retroshare://file?name=&size=&hash=
retroshare://person?name=&hash=
We can extend this very easy. QUrl can build and parse it.
The paste of the old RetroShare links is still working.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3818 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-18 16:31:44 +00:00
defnax
f0cc412e73
restored back french translation file and cleand it.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3816 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-18 13:40:29 +00:00
leander-256
aa67c06d3e
- Updated French translation unit (obsolete entries removed)
...
- GeneralPage.ui : display seconds after the number in the spinbox
- ConnectFriendWizard.ui : correct typoes
- DetailsDialog.ui : add a missing colon
- ChanMsgItem.ui and PopupChatDialog.ui : set "TextLabel" as not to translate
- RSTreeWidget : fix compiler warning by removing useless const in return type
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3815 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-18 07:57:46 +00:00
defnax
d30d6a0444
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3809 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-17 13:27:48 +00:00
defnax
0552b21377
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3808 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-17 12:52:26 +00:00
thunder2
0f1a1987b6
Added drag and drop support for attaching files in MessageComposer.
...
Corrected some messageboxes to show the icon of the parent.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-16 09:31:30 +00:00
thunder2
1bc2aa29f8
Added new images for dock and undock of tabs in PopupChatWindow.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-16 08:26:26 +00:00
thunder2
145c6775c4
Added mark all as read/unread in forums tree.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-15 23:33:32 +00:00
thunder2
39907c1afc
Added tabbed PopupChatWindow. You can switch to tabbed chat window in the settings (NotifyPage).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3797 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-15 20:49:24 +00:00
thunder2
734301c2bc
Scroll the text browser of the PopupChatDialog on first show and on every new chat messsage to the end.
...
Removed setting "Reopen if closed by user" and flag RS_CHAT_REOPEN.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-13 21:53:06 +00:00
thunder2
a27855450f
Show count of unread NewsFeeds in the Friends Storm tab (without PeerItem's).
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3773 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-10 12:24:36 +00:00
thunder2
f3ec123b88
Show the user count of DHT in an userfriendly format.
...
Hide user count when DHT is off.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3761 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-08 12:25:49 +00:00
thunder2
dd4c43cf7d
Removed menus with friends in SharedFilesDialog.
...
Add a single action to send files as message.
Add send as message to the remote files too.
The files are now send as recommended files.
Disable context menus for the person item.
Auto hide the AttachFileItem in all dialogs after the successfully finish of the hash.
Removed the column source of the files in messages.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3759 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-07 21:33:48 +00:00
thunder2
0f05f8d85e
Fixed german language.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3755 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-06 19:40:44 +00:00
thunder2
37c71b4d71
Loads the language file for the Qt standard dialogs from the translations dir in the application path, when the load from Qt library path failed.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3750 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-04 18:39:24 +00:00
thunder2
ad6b10272b
Added setting for the count of messages to load from the history for group and private chat
...
Restore the last active page in MainWindow on startup
Removed not needed methods RshareSettings::getChatAvatar and RshareSettings::setChatAvatar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3747 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-04 11:14:47 +00:00
thunder2
0e41211f3c
Added new return codes to RsInit::InitRetroShare to know, what failed.
...
Show error box when gpg initialization failed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3744 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-03 22:54:34 +00:00
thunder2
3c65283f8f
- Change methods of RsMsgs from "std::string" to "const std::string&"
...
- Fixed sent messages doesn't get the flag RS_MSG_FLAGS_NEW
- Rework reply and forward message, now the replied or forwarded message gets the state and not the answer itself
- Added RsMsgParentId (with test) to save the parent of the message in draft
- Change methods of MessageComposer from "std::string" to "QString"
- Show image in the message row in MessagesDialog again
- Fixed umlauts in recommended files in MessageComposer
- Renamed tab "Live Chat" in "Group Chat"
- Fixed german translation
recompile of the GUI needed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3741 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-02 21:11:11 +00:00
thunder2
321e218c9a
Beautify statusbar.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3734 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-01 00:03:05 +00:00
thunder2
5cc222d251
Show tags as label in MessagesDialog.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3728 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-31 19:37:05 +00:00
thunder2
89ca27ef66
Check for empty recipient and empty subject in MessageComposer.
...
Added context menu for empty trash in MessagesDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3720 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-29 20:57:23 +00:00
thunder2
8d992ec817
Fixed compile. Show up and download speed in the same format like in the statusbar.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3706 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-28 10:12:56 +00:00
thunder2
a2905bd7ae
Reworked ConfCertDialog to show more dialogs at once.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-25 20:19:57 +00:00
thunder2
fb5785ac9d
Fixed german language.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3694 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-23 14:08:20 +00:00
thunder2
b7b8cfe860
Renamed "Peer Details" in ConfCertDialog in "Friend Details".
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-22 17:00:13 +00:00
thunder2
3a50bcb8f7
Added a simple startup splash screen.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3684 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-19 18:06:22 +00:00
thunder2
f4cb8b0845
Fixed german translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3671 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-14 21:00:23 +00:00
thunder2
d687019d01
Optimized columns of the channel tree.
...
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3666 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-11 22:39:47 +00:00
thunder2
0be24268f7
Fixed resizing of the MainWindow when hashing files with long names.
...
Moved the hash strings of notifyHashingInfo from the librs to the GUI for translating.
Fixed german translation.
Recompile of GUI needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-09 18:35:34 +00:00
thunder2
928e236103
Added new settings on the NotifyPage to enable or disable the systray icons for messages and posts.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3647 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-07 21:50:15 +00:00
thunder2
d31cef0f11
ChannelFeed:
...
- Sort the ChanMsgItems of the channel by date
ChanMsgItem:
- Fixed adding all files (SubFileItem) again by pressing the unsubscribe button (only in Friend Storm)
- Enable unsubscribe button only when channel is subscribed (only in Friend Storm)
- Fixed adding files with umlauts (utf8) on Windows
- Enabled Download and Play button in ChanMsgItem, when they are enabled in the SubFileItems
ftServer:
- Added the method alreadyHaveFile for use in the GUI - recompile of GUI needed
SubFileItem:
- Added state strings like LOCAL, REMOTE, ERROR, ... for translating
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3614 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-10-05 20:39:14 +00:00
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
thunder2
a43660bf9d
Updated german translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-30 19:16:18 +00:00
thunder2
327af4ca61
Add group support to the ConnectFriendWizard.
...
Add friend (now also in context menu of the group) sets the current selected group as default for the new user.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-29 19:30:59 +00:00
thunder2
7fd43d30b5
Fixed translation in advanced search. QOject::tr outside a function is not translated.
...
Fixed some german translations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-29 15:29:07 +00:00
defnax
0e460eec90
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-28 21:56:48 +00:00
thunder2
de16f6c72d
New class for working with peer names (rsid, name + location, ...) - PeerDefs.
...
Show the location in brackets - "name (location)" (defined now in PeerDefs).
Renamed head of context menu in PeersDialog for ssl items.
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-28 20:33:34 +00:00
defnax
277a321f1b
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3552 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-28 17:02:45 +00:00
defnax
710052ab62
rename Context menu string in PeersDialog and update some translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-28 15:43:06 +00:00
thunder2
e8d22e2940
Show Cc and Bcc in MessagesDialog if available.
...
Send message to friend with a click on To, Cc or Bcc label.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3546 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-28 00:03:12 +00:00
thunder2
89314af64e
Cleaned ProfileWidget and fixed german translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-27 22:08:03 +00:00
thunder2
627b0ca54a
Reworked MessageComposer
...
- Added To, Cc, Bcc and Recommend friends
- Added group support
- Show state of the friends in real time
- Save state of the window in profile
- Translated into german
Added "Message group" to PeersDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-27 21:05:52 +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
f84b6ff501
corrected the Offline info text for PopupChatDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-21 20:05:27 +00:00
thunder2
831c73dd9d
Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder.
...
Save and restore the position of the ShareManager window.
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3513 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-18 16:05:32 +00:00
thunder2
ed737e2c9f
Fixed umlauts (utf8) in Windows. Changed some parameters to reference pointer. Added virtual folders to the lib.
...
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3509 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-17 18:27:30 +00:00
thunder2
3339e6ee0a
Small cosmetic changes:
...
- Added a space between "nick (me)" and the "location" in PeersDialog.
- The own and subscribed channels in ChannelFeed are expanded by default.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-15 16:06:31 +00:00
thunder2
dbb21e0b16
The forum details (name and description) can be edited by the owner.
...
Recompile of the gui needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3488 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-14 19:38:47 +00:00
thunder2
671e3e71a6
ForumsDialog
...
- Enable the button for new messages only when a thread is selected.
ForumsDialog & CreateForumMsg
- Now using embedded emoticons.
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3483 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-13 23:35:21 +00:00
thunder2
4fd3ab6123
Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation.
...
Now the big changes are finished.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3480 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-13 20:05:55 +00:00
thunder2
81ca05e75e
Cleaned Creation Dialogs for Channels and Forums and updated german translation.
...
Fixed small bug in AppearancePage.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3479 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-13 15:11:20 +00:00
thunder2
690194d38f
Cleaned PopupChatDialog, NetworkDialog, SearchDialog, TransfersDialog, SharedFilesDialog, ChannelFeeds and updated german translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3477 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-13 00:27:50 +00:00
thunder2
5e2921ae98
Cleaned ForumsDialog and MessagesDialog and updated german translation.
...
New class for working with tag translation - TagDefs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3476 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-12 22:17:17 +00:00
thunder2
1e3a1d7ddb
Rework some translations.
...
Removed the translation of gui elements, that does not need to be translated.
Especially in feed items.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3475 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-12 20:27:03 +00:00
thunder2
8b6aa9107b
Moved the status strings in StatusDefs from the context QObject to "StatusDefs" for Linguist .
...
It is easier to understand for translators.
Renamed "Peer" to "Friend".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-12 16:24:23 +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
c63905fefc
Show date in chat messages and small style changes.
...
Save and restore window position of the Historiy Browser.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3446 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-05 10:32:32 +00:00
defnax
bfb7d4d908
forget the translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3437 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-03 16:57:53 +00:00
defnax
f1ae5766dd
update German translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3435 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-03 15:36:28 +00:00
defnax
92f5d37712
update strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3430 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-02 15:06:27 +00:00
defnax
de8bbd334e
update strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3417 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-31 21:09:02 +00:00
defnax
c7c6f6d36a
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3412 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-31 01:10:19 +00:00
thunder2
77418bd4b6
Removed peer name from "is typing..." message of the sender and add it of the receiver side.
...
Now the "is typing..." message can be translated.
It is still not a good solution, but it works for now.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3408 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-30 18:33:19 +00:00
defnax
749cb575e6
update again strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-24 14:33:45 +00:00
defnax
15c064bbef
update language strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-24 14:13:59 +00:00
defnax
c6537bbe09
update translation strings.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3378 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-18 12:07:11 +00:00
defnax
b39302092e
update german translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3290 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-14 20:47:12 +00:00
defnax
699ac58f71
update translation strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3289 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-14 20:34:46 +00:00
defnax
852d82e287
update German translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3237 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-30 12:21:15 +00:00
defnax
d48035385b
fixed translation for a transfers column, there was a enter after translation text.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3105 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-10 13:43:52 +00:00
defnax
5df30d555b
update translation strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-10 11:44:48 +00:00
defnax
3083ed9db9
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2724 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-18 11:29:45 +00:00
defnax
a02289a611
update translations to the latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2710 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-14 12:58:59 +00:00
defnax
66736d9d24
Fixed Russian translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2681 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-05 13:19:40 +00:00
defnax
e315d2efc7
Fixed translations on StatusBar display.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-03 20:33:10 +00:00
defnax
0ffdde5c29
update Turkish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2648 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-27 17:52:56 +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
c645530ea8
update Japanese translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2639 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 12:15:46 +00:00
defnax
f27b21cc42
update Japanese translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 11:16:40 +00:00
defnax
a58d8aa5f6
Fixed: enabled translation for Hide/Expand Button in Messages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 23:40:46 +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
defnax
1fdb4a31e6
forget to add this
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2598 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 22:06:08 +00:00
defnax
6b71666284
update translation strings, and add section to project file to update unfinished translations files easy
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 21:59:33 +00:00
defnax
64d75f3ab7
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 12:00:16 +00:00
defnax
12a0f45625
update Swedish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2573 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 13:33:58 +00:00
defnax
9634f5e6fc
disabled unfinished translations.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 12:30:57 +00:00
defnax
907eca965b
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2570 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 11:51:10 +00:00
defnax
3cf90e6ae1
update Russian translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2567 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-16 21:58:58 +00:00
defnax
276ff5caea
update Korean language translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 18:09:16 +00:00
defnax
470803a5c8
added new Japanese translation, update Chinese and Korean languages, and new strings updates for all languages from TrustView changes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-13 23:22:57 +00:00
defnax
363d46ca75
removed not needed more
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-12 00:19:18 +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
d0a772f5d9
use QPushButton for some dialogs fixes translation problems, QButtonBox default translations are only available for few languages.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 20:56:57 +00:00
defnax
0c92a8b417
update language
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2504 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 13:21:24 +00:00
defnax
24ac53dcc9
clean up turkish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2502 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 16:13:56 +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
b850d75d5d
remove translations with wrong naming
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 22:45:22 +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
defnax
eccd429f42
clean up Chinese translation file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 23:07:22 +00:00
defnax
8e8022daf6
update german translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2469 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-01 21:20:30 +00:00
defnax
86a64be229
update with new French translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2386 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-21 20:37:04 +00:00
defnax
d6192b4b47
update german translation not yet finished
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2369 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 14:22:35 +00:00
defnax
04eeb0138f
update language strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2367 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 13:23:03 +00:00
defnax
e48b51102e
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2285 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-11 17:05:38 +00:00
andrewsteinborn
bc84ebb494
Delete the odt readme, start on Welsh translation and remove a blank line in rsprint.cc.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 22:14:53 +00:00
andrewsteinborn
e2549624f6
Added Welsh in languagesupport.cpp
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-24 22:51:18 +00:00
andrewsteinborn
545f3fb988
Added Welsh translation, will work on later.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2117 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-24 20:59:58 +00:00
defnax
85f74e7a75
update translations to latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1942 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-30 01:38:56 +00:00
defnax
a65f555ce0
new swedish translation thanks to Daniel Wester
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-30 22:17:51 +00:00
defnax
313d25e559
update
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1424 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 21:34:16 +00:00
defnax
fbd256100f
fixed languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1423 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 21:33:00 +00:00
defnax
1df1039d44
Fixed some correct language namings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1422 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 20:03:11 +00:00
defnax
5b0d2ebe6d
update language
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 18:59:53 +00:00
defnax
7a903ea7d5
update
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1420 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 18:45:10 +00:00
defnax
0712d11b62
update language strings to the latest
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1419 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-24 18:32:06 +00:00
defnax
7a0a929a50
update language strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1401 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-21 23:25:57 +00:00
defnax
400ad9e0bd
update French tanslation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-20 00:29:02 +00:00
defnax
1c729b93fc
update language strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1379 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-14 17:52:41 +00:00
defnax
2f07cfaee7
update strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-12 11:45:16 +00:00
joss17
3ab34d67d8
add some french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 11:47:00 +00:00
defnax
270c7c70d7
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1242 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 17:04:46 +00:00
defnax
4ef40b5cd1
update new Chinese translation thanks to netfleet Developer lsn752
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1214 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 00:40:51 +00:00
defnax
d9aa7a3e3a
enabled double click download
...
disabled not implemented Broadcast context menu entry
enabled reseting keywords
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 22:34:38 +00:00
defnax
96d886e674
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1212 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 20:27:19 +00:00
defnax
cc9b87785f
enabled translation for STATUS strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-10 17:49:41 +00:00
defnax
dab5ae98f8
added clean it.ts file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1208 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-09 12:37:27 +00:00
defnax
a30aa37062
removed corrupt .ts file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1207 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-09 12:36:14 +00:00
defnax
b1c5db70d7
update .ts files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1206 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-09 12:29:08 +00:00
defnax
2a2a30cb66
update translations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1203 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-09 01:11:41 +00:00
defnax
ed82e71c10
update strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1196 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-08 15:01:22 +00:00
defnax
7ba8ad6b91
update strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1195 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-08 11:50:16 +00:00
defnax
ce3db07a63
update translation strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-05 12:00:13 +00:00
defnax
64fd117316
added missed qm files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1137 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-20 14:10:30 +00:00
defnax
e037bb072f
update turkish strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1136 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-20 13:38:30 +00:00
defnax
cfbfb9b148
added support for CN and TW languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1135 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-20 13:24:56 +00:00
defnax
bd569ce42a
* updated translation strings
...
* Enabled translations for QString's in RemoteDirModel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1004 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-02-04 19:21:00 +00:00
defnax
2a7937f3d8
update
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-02-01 13:55:43 +00:00
defnax
861891d999
update de language
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-02-01 13:44:51 +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
stockpicker
9f68fc5393
Updated ru translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-01 17:03:03 +00:00
drbob
dcd88a8af4
Updated German Translation (thanks Tom).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@713 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-31 17:42:33 +00:00
drbob
4e43cb2f09
Updated Language Files and some of the gui.
...
There are still lots more HTML tags to remove from the other files.
This is important - as it makes the translators job so much harder!
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@683 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-14 20:01:17 +00:00
defnax
0c6d24e007
some fixes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@268 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-12-08 11:27:01 +00:00
defnax
88ff3c8db7
changend language order to Default English
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-18 00:26:44 +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