RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
csoler 2f749e2bf5 Improved Search Dialog (Patch from AsamK)
-don't add friend sources count to anonymous count each time a result for the same file is received!, this could lead to enormously large sources numbers
  -don't readd search in summary list if it was already removed by the user
  -don't clear the filter when new search results are added
  -when using the file name filter only show result from the current search, not also from previous searches
  -fixed adding only file types which were searched for, for this I created a new hidden column in summary list to store the file type
  -fixed sorting by file size/age, pad string with '0' instead of ' ' Search feature: a quirk I've found
  -decrease gui hanging:
     -when adding search results temporarily disable sorting
     -only add 250 instead of 500 items in one go
     -don't call selectSearchResults() for each item added to the result list; instead call hideOrShowSearchResult() which only sets the hidden status of the added item, not the complete list
     -replace std::string with QString, removes unnecessary conversions


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 19:30:41 +00:00
build_scripts updated ubuntu changelog 2012-03-31 08:01:53 +00:00
libbitdht/src Added thread safe function for inet_ntoa in libbitdht. 2012-03-18 01:33:25 +00:00
libretroshare/src Added three new toasters - private chat, group chat and chat lobby. 2012-03-30 23:02:52 +00:00
plugins Fixed compile of VOIP on Windows with Qt >4.7. 2012-03-18 21:07:37 +00:00
retroshare-gui/src Improved Search Dialog (Patch from AsamK) 2012-04-12 19:30:41 +00:00
retroshare-nogui/src patch from costa to add a spanish intro server 2012-03-17 15:34:03 +00:00
build-all-mingw32make.bat update changelog and corrected some path for win libs 2012-02-20 12:38:04 +00:00
RetroShare.pro Added retroshare-nogui to the subdir project. 2011-12-10 11:24:36 +00:00