thunder2
42286dd976
Removed the "release" from the config to build a debug version with QtCreator (Windows) too.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3938 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-27 00:44:03 +00:00
thunder2
df1e8b7537
Created a basic widget of the group tree with the filter out of the channels and used it in the forums tree too.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-27 00:15:25 +00:00
thunder2
7b3da2165a
Fixed the saving of the last used page in MainWindow. The channel page was not saved.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3936 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-27 00:09:14 +00:00
csoler
40efe19efa
added chunk request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-26 10:58:02 +00:00
defnax
304bbf55cf
fixed the icon size for the popularity icons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-25 15:48:36 +00:00
thunder2
404dfd0cbc
Added popularity column and removed hidden date column in forums tree.
...
Added new global class for working with popularity PopularityDefs.
Changed the display of the popularity icons.
0 = icon 0
1-7 = icon 1
8-15 = icon 2
16-24 = icon 3
25-34 = icon 4
>34 = icon 5
This can be changed in PopularityDefs::icon.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-25 12:52:29 +00:00
defnax
fd2955b28b
bring back network status tab.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3932 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-23 08:58:57 +00:00
thunder2
aa285ccfef
Removed useless tooltips of the gpg items in PeersDialog.
...
Show the state of the ssl item as tooltip, when the status column is hidden and "Hide state" is switched on.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3931 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-22 23:02:21 +00:00
defnax
a66d5f0f8f
removed not needed network status tabwidget
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3930 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-22 21:15:12 +00:00
thunder2
9715066181
Fixed the initial fill of the friends in the contact sidebar in the MessageComposer. Now the correct state image of the friend is shown.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3929 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-22 01:11:19 +00:00
defnax
719c0ec30d
enabled copyable thread title in forums
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3928 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-21 22:52:51 +00:00
csoler
f844c88e79
added missing notification
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-21 22:14:22 +00:00
thunder2
312f23bd4e
Used GPGME_VALIDITY_... constants in ConfCertDialog and NetworkDialog.
...
Changed the usage of RsPeerDetails.validLvl to RsPeerDetails.trustLvl for the display in the column "Did I authenticated peer" in NetworkDialog.
Added an icon to the MessageBox of the NotifySysMessage.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-21 21:13:08 +00:00
thunder2
ab42691a31
Removed unnecessary loops for debug output in CacheStrapper::loadList without debug enabled.
...
Changed parameter of RsDirUtil::cleanupDirectory from "std::list<std::string> keepFiles" to "const std::list<std::string> &keepFiles".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3925 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-21 13:30:45 +00:00
chrisparker126
5bc8e68059
Made key exchange more stable.
...
removed restore key function
sorry introduced lock with my last commit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3924 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-20 16:03:04 +00:00
thunder2
35f91f5e07
Added some optimizations (const std::string&) to the load of the caches at startup and to the p3ConnectMgr.
...
Added PRE_TARGETDEPS in RetroShare.pro for Windows too.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3923 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-19 23:50:46 +00:00
thunder2
d4393b8d0b
Fixed size of the state column after switching it on.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-18 21:30:24 +00:00
thunder2
74f3b3d5a3
Fixed misspelling in TrustView.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-18 20:26:36 +00:00
chrisparker126
2f559dae96
removed channel delete feature
...
added optimisation suggestion with load/savelist
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3920 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-18 19:35:07 +00:00
thunder2
d3a6f7316c
Added the state column in PeersDialog again. Now you can choose to show the state in an own column or behind the name.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-18 01:45:32 +00:00
defnax
dac49e9bfc
added new finish translation, enabled finish translation on gui.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-17 20:43:05 +00:00
csoler
8cfe5abbe2
reduced CPU cost of file index by suppressing lots of std::string copy actions
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3917 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-15 22:51:41 +00:00
thunder2
254e3de187
Removed the status column in PeersDialog and added the status to the name column.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-15 21:32:44 +00:00
csoler
98f471c56b
added auto-remove of unused and dummy locations every 10 minutes (still keeping at least one location for each GPG key). Suppressed exchange of p3disc info for dummy locations.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3915 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-14 21:56:37 +00:00
csoler
1495758d45
allowed EXTAddrFinder service by default
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 22:34:22 +00:00
thunder2
49641e311c
Fixed layout in GeneralPage when the checkboxes are hidden.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3913 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 21:04:31 +00:00
thunder2
b8bd6bfdca
Show the new setting for starting minimized on system start only for Windows.
...
Cleaned some methods for accessing the settings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 20:34:07 +00:00
defnax
0d5dfc9258
update stylesheets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3911 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 00:10:14 +00:00
defnax
6cbce6d0d7
removed a default stylesheet from messenger window
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 00:09:36 +00:00
defnax
d18160af6e
moved the search filter in Messenger Window
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3909 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-12 23:41:45 +00:00
leander-256
8f89d735c6
Adds PRE_TARGETDEPS for Linux platforms so the RetroShare binary is
...
recompiled everytime libbitdht.a or libretroshare.a is modified.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-12 04:11:58 +00:00
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
defnax
4b16ffcc83
update the backgroud image of the toasters
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3905 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-10 15:57:43 +00:00
defnax
224a44f79c
changed the layout of all Toasters to look like same
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3904 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-10 02:37:58 +00:00
thunder2
e0a2883eaf
Commited changes from Imanuel
...
Added flac and m4a to the audio extensions. Optimized "toUpper" on searching for the extension.
Convert the extension to lower case to find mixed cases too - mP3, AVi, ...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-09 20:49:41 +00:00
thunder2
5617b3cdda
Forgot to commit a file.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3902 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-09 20:28:59 +00:00
thunder2
249995ab89
Fixed spacing between the stacked toaster, when the taskbar is at the bottom of the screen.
...
Removed not used toasters: ForumsToaster and GroupChatToaster.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3901 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-09 20:16:05 +00:00
thunder2
2a69abe570
Completely reworked the toasters. Now there is only one place that moves the toaster and the toasters are stacked.
...
Removed the chat and call toaster.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3900 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-08 00:14:12 +00:00
csoler
9bb5f304b7
changed function name addDistantPeer to locked_addDistantPeer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-07 21:45:12 +00:00
csoler
f5bfc8c92a
changed a bit the file transfer strategy. To be tested further.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-07 17:09:21 +00:00
thunder2
a79d2a8e53
Fixed memory leak in online toaster. The avatar data was not deleted, when the online toaster is deaktivated.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3897 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-05 22:27:50 +00:00
thunder2
38203704f0
Count the own gpg id as friend, when another location exists.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3896 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-05 00:20:11 +00:00
thunder2
207dddf4d8
Fixed compile
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3895 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-03 11:54:39 +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
defnax
d9467c3a07
Display Online and Total Friends on same Label, to get more free space on Statusbar
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3892 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-02 14:43:11 +00:00
defnax
5153a82ffe
removed the space
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3891 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-02 13:21:00 +00:00
defnax
3896ce0e5e
fix for the searchline stylesheet
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3890 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-01 00:37:43 +00:00
csoler
516bfa4b9a
moved crashfile retro.log into the current SSLID directory to avoid conflict between multiple RS instances running on the same computer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3889 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-30 22:12:41 +00:00