Commit Graph

  • 920ebe3a5a enhanced key sharing; shared key now saved if not subscribed and rs is shutdown also 'blue font' update sent once shared key received chrisparker126 2011-01-20 23:47:04 +00:00
  • 2f3287b898 removed some useless debug info csoler 2011-01-20 22:22:02 +00:00
  • 2fd623bfed suppressed some debug info csoler 2011-01-20 22:18:42 +00:00
  • 635f0f51f1 fixed display issue in last commit csoler 2011-01-20 21:46:44 +00:00
  • 7d1441f730 fixed the 1e+02 bug csoler 2011-01-20 21:39:18 +00:00
  • 474aa31fd1 suppressed debug printfs and costly outputs csoler 2011-01-20 17:25:30 +00:00
  • 70c276fec6 Fixed RetroShare links with "#" and some other "bad" characters in the file name. thunder2 2011-01-15 00:25:25 +00:00
  • 693bf4dd7c Added smiley and RetroShare link support for ForumMsgItem and MsgItem. Added some new translations. thunder2 2011-01-13 22:19:20 +00:00
  • cdef45d4a3 Fixed RetroShare links with "'" in the file name. thunder2 2011-01-13 00:37:45 +00:00
  • 73b443ddf6 Uncheck the sign box by default for anonymous forums. thunder2 2011-01-12 23:13:19 +00:00
  • 35c97a6f65 Revert Changes notdefine 2011-01-10 15:30:37 +00:00
  • d9d996c587 Don't move priority files to the end of the queue, when partner peer is not reachable. set the queue priority to +1 in the queue, so they will be first resumed after one of the lower priority downloads finished notdefine 2011-01-10 14:58:49 +00:00
  • 8014ee372d Changed the display of the not known peer name from "Anonymous" to "Unknown". Fixed german language. thunder2 2011-01-09 14:47:52 +00:00
  • f82a9a3c5f Faster processing of the gpg keys for discovery. thunder2 2011-01-09 12:31:41 +00:00
  • c9911694ff corrected a bug that caused file descriptors to never get closed. Adding some tracing comments. csoler 2011-01-08 23:27:33 +00:00
  • dae62c6821 added missign destructor call that resulted in file left open csoler 2011-01-07 22:43:21 +00:00
  • 4b091a54d6 Added new statusbar widget about pending discovery informations. You can enable it in the server settings. Recompile of GUI needed. thunder2 2011-01-07 16:56:57 +00:00
  • 3a9181bc85 update french translation defnax 2011-01-07 14:10:17 +00:00
  • ad7f97bfc3 Fixed drag and drop of files for a new forum message in Ubuntu. thunder2 2011-01-07 13:17:22 +00:00
  • dd55b2bf74 Moved strings of RsPeerDetails::autoconnect for translation to the GUI side and added integer constants for it. Fixed sorting of available friends in MessengerWindow. Recompile of the GUI needed. thunder2 2011-01-06 18:26:39 +00:00
  • 13ab90e14b Removed not needed class GroupTreeWidgetItem. thunder2 2011-01-04 23:00:42 +00:00
  • ff57befb1f Added display menu in channels and forums to sort the group tree by name, popularity or last post. Removed unnecessary loop over the forum messages in ForumDetails. Removed date and time when lastPost==0 in ForumDetails and ChannelDetails. thunder2 2011-01-04 20:19:45 +00:00
  • 28b4534fdf Removed unnecessary variable "ownId" in ftController::FileRequest. Optimized parameter of rsForums from "std::string" to "const std::string&". Recompile of the GUI needed. Cleared childTS in RsDistribMsg::clear. thunder2 2011-01-04 19:46:27 +00:00
  • 8de9d39cc0 Suppressed 4 memory leaks: - authssl would call OPENSSL_malloc without OPENSSL_free - pqistore was not deleting items in pqiSSLStore when BIN_FLAGS_NO_DELETE is not here - rsdir/rsinit were calling opendir withoug closedir (which might eat FDs, in addition) - udplayer was not freeing it's 16KB buffer at end of loop. csoler 2011-01-01 20:37:10 +00:00
  • e576c56e27 Disabled the context menu actions "Subscribe to Forum" and "Unsubscribe to Forum" in forums tree, when no forum is selected. thunder2 2010-12-31 22:32:08 +00:00
  • ad67844c7a Enabled clickable links in forums and messages. Added new translation in messages (count of recommended files). Fixed german translation. thunder2 2010-12-30 17:09:32 +00:00
  • 2307ef04a0 Removed count of possible ways from the header text in ConnectFriendWizard. Fixed german language. thunder2 2010-12-29 21:09:00 +00:00
  • 7dd828b196 update french translation defnax 2010-12-28 21:18:42 +00:00
  • 37ba8ea682 fixed to scale the Channel logo defnax 2010-12-28 15:47:17 +00:00
  • dd3ddfb912 Enabled new translation and changed some existing translation in FileTransferInfoWidget. Fixed german translation. thunder2 2010-12-27 18:51:16 +00:00
  • c54b564436 Set the icon size for the popularity to 19x19. thunder2 2010-12-27 17:46:12 +00:00
  • 2a2912cabf Fixed sort by name and sort by state in PeersDialog. thunder2 2010-12-27 14:00:13 +00:00
  • 9d2fa1bcb5 Fixed compile on Linux. thunder2 2010-12-27 10:46:26 +00:00
  • 42286dd976 Removed the "release" from the config to build a debug version with QtCreator (Windows) too. thunder2 2010-12-27 00:44:03 +00:00
  • df1e8b7537 Created a basic widget of the group tree with the filter out of the channels and used it in the forums tree too. thunder2 2010-12-27 00:15:25 +00:00
  • 7b3da2165a Fixed the saving of the last used page in MainWindow. The channel page was not saved. thunder2 2010-12-27 00:09:14 +00:00
  • 40efe19efa added chunk request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation csoler 2010-12-26 10:58:02 +00:00
  • 304bbf55cf fixed the icon size for the popularity icons defnax 2010-12-25 15:48:36 +00:00
  • 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. thunder2 2010-12-25 12:52:29 +00:00
  • fd2955b28b bring back network status tab. defnax 2010-12-23 08:58:57 +00:00
  • 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. thunder2 2010-12-22 23:02:21 +00:00
  • a66d5f0f8f removed not needed network status tabwidget defnax 2010-12-22 21:15:12 +00:00
  • 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. thunder2 2010-12-22 01:11:19 +00:00
  • 719c0ec30d enabled copyable thread title in forums defnax 2010-12-21 22:52:51 +00:00
  • f844c88e79 added missing notification csoler 2010-12-21 22:14:22 +00:00
  • 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. thunder2 2010-12-21 21:13:08 +00:00
  • 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". thunder2 2010-12-21 13:30:45 +00:00
  • 5bc8e68059 Made key exchange more stable. removed restore key function sorry introduced lock with my last commit chrisparker126 2010-12-20 16:03:04 +00:00
  • 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. thunder2 2010-12-19 23:50:46 +00:00
  • d4393b8d0b Fixed size of the state column after switching it on. thunder2 2010-12-18 21:30:24 +00:00
  • 74f3b3d5a3 Fixed misspelling in TrustView. thunder2 2010-12-18 20:26:36 +00:00
  • 2f559dae96 removed channel delete feature chrisparker126 2010-12-18 19:35:07 +00:00
  • d3a6f7316c Added the state column in PeersDialog again. Now you can choose to show the state in an own column or behind the name. thunder2 2010-12-18 01:45:32 +00:00
  • dac49e9bfc added new finish translation, enabled finish translation on gui. defnax 2010-12-17 20:43:05 +00:00
  • 8cfe5abbe2 reduced CPU cost of file index by suppressing lots of std::string copy actions csoler 2010-12-15 22:51:41 +00:00
  • 254e3de187 Removed the status column in PeersDialog and added the status to the name column. thunder2 2010-12-15 21:32:44 +00:00
  • 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. csoler 2010-12-14 21:56:37 +00:00
  • 1495758d45 allowed EXTAddrFinder service by default csoler 2010-12-13 22:34:22 +00:00
  • 49641e311c Fixed layout in GeneralPage when the checkboxes are hidden. thunder2 2010-12-13 21:04:31 +00:00
  • b8bd6bfdca Show the new setting for starting minimized on system start only for Windows. Cleaned some methods for accessing the settings. thunder2 2010-12-13 20:34:07 +00:00
  • 0d5dfc9258 update stylesheets defnax 2010-12-13 00:10:14 +00:00
  • 6cbce6d0d7 removed a default stylesheet from messenger window defnax 2010-12-13 00:09:36 +00:00
  • d18160af6e moved the search filter in Messenger Window defnax 2010-12-12 23:41:45 +00:00
  • 8f89d735c6 Adds PRE_TARGETDEPS for Linux platforms so the RetroShare binary is recompiled everytime libbitdht.a or libretroshare.a is modified. leander-256 2010-12-12 04:11:58 +00:00
  • 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. thunder2 2010-12-11 22:46:14 +00:00
  • 3ecb987a4e Added new setting for the position and the margin of the toaster. Cleaned translation of the toaster GUI. thunder2 2010-12-10 21:49:38 +00:00
  • 4b16ffcc83 update the backgroud image of the toasters defnax 2010-12-10 15:57:43 +00:00
  • 224a44f79c changed the layout of all Toasters to look like same defnax 2010-12-10 02:37:58 +00:00
  • 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, ... thunder2 2010-12-09 20:49:41 +00:00
  • 5617b3cdda Forgot to commit a file. thunder2 2010-12-09 20:28:59 +00:00
  • 249995ab89 Fixed spacing between the stacked toaster, when the taskbar is at the bottom of the screen. Removed not used toasters: ForumsToaster and GroupChatToaster. thunder2 2010-12-09 20:16:05 +00:00
  • 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. thunder2 2010-12-08 00:14:12 +00:00
  • 9bb5f304b7 changed function name addDistantPeer to locked_addDistantPeer csoler 2010-12-07 21:45:12 +00:00
  • f5bfc8c92a changed a bit the file transfer strategy. To be tested further. csoler 2010-12-07 17:09:21 +00:00
  • a79d2a8e53 Fixed memory leak in online toaster. The avatar data was not deleted, when the online toaster is deaktivated. thunder2 2010-12-05 22:27:50 +00:00
  • 38203704f0 Count the own gpg id as friend, when another location exists. thunder2 2010-12-05 00:20:11 +00:00
  • 207dddf4d8 Fixed compile thunder2 2010-12-03 11:54:39 +00:00
  • f7252fd693 Added three new methods on misc: getOpenFileName, getOpenFileNames and getSaveFileName. Please use this rather than QFileDialog. thunder2 2010-12-03 00:54:40 +00:00
  • c1e3947957 update the strings to the latest defnax 2010-12-02 14:45:15 +00:00
  • d9467c3a07 Display Online and Total Friends on same Label, to get more free space on Statusbar defnax 2010-12-02 14:43:11 +00:00
  • 5153a82ffe removed the space defnax 2010-12-02 13:21:00 +00:00
  • 3896ce0e5e fix for the searchline stylesheet defnax 2010-12-01 00:37:43 +00:00
  • 516bfa4b9a moved crashfile retro.log into the current SSLID directory to avoid conflict between multiple RS instances running on the same computer csoler 2010-11-30 22:12:41 +00:00
  • ad01becb1a restaured connexion to self GPG key with different location csoler 2010-11-30 22:02:18 +00:00
  • 6816ccca10 fixed the layout Horizontal spacing in NetworkView defnax 2010-11-30 21:21:27 +00:00
  • 1a613a2ecf fixed the layout for the PeerItem for better resize defnax 2010-11-30 21:00:21 +00:00
  • dc764eaf0e Fixed calculation of the minimum available space for the hash status string. The window was resized again on hashing with the animation. Fixed memory leak in hash status. thunder2 2010-11-30 20:33:09 +00:00
  • 75b0d2e797 Update german translation for NetworkView. thunder2 2010-11-30 16:24:28 +00:00
  • 1d5dc08cc6 possible fixed the Add Button in ShareManager defnax 2010-11-30 15:21:03 +00:00
  • 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. thunder2 2010-11-30 12:29:04 +00:00
  • 73f22ad897 update French translation defnax 2010-11-30 12:22:04 +00:00
  • ef1e8ae5be update the strings to latest defnax 2010-11-29 21:02:40 +00:00
  • 9ec813b4b8 corrected quite subtle bug in ftdatamultiplex, due to deleting a filecreator that is also a file server. csoler 2010-11-29 20:46:21 +00:00
  • 90211debe9 added missing mutex (caused memory error) csoler 2010-11-29 17:21:51 +00:00
  • 313d3eac6a Added to select and attach multiple files at once defnax 2010-11-29 15:21:00 +00:00
  • daef5382c1 update French translation defnax 2010-11-29 12:30:12 +00:00
  • ac26433450 removed debug info and unused code csoler 2010-11-27 20:13:43 +00:00
  • 4f80b2557e corrected a cross lock between p3ConnectMgr::connectResult() ->...-> UdpBitDht::removeFindNode() and bdNodeManager::iteration() ->...-> p3ConnectMgr::retryConnectUDP(), by making calls to netAssisFriend() off-mutex. csoler 2010-11-27 20:00:26 +00:00
  • 78dea3c630 Avoid adding duplicate recommended files. Added static scroll area for hashing files. thunder2 2010-11-26 15:32:46 +00:00
  • aeabbbd58a Add attachements in MessageComposer now can add more than one file at once. thunder2 2010-11-26 12:09:27 +00:00