Commit Graph

  • acf57ed3fd Removed read/write mutex from AuthGPGimpl and from the sources. Added RsThread as base class to AuthGPGimpl and load all gpg keys every hour. thunder2 2010-09-30 19:05:43 +00:00
  • bb4aedf55f Disabled expand on double click in the contacts tree in MessageComposer. thunder2 2010-09-30 17:01:51 +00:00
  • 12fd5b29f7 Added new smiley to the emotes.acs, changed the Smiley Button size for a better mouse over effect. defnax 2010-09-30 15:45:43 +00:00
  • a16530c04f changed a smiley string defnax 2010-09-30 14:30:55 +00:00
  • 865ce36860 changed font color and font size for the ConnectFriendWizard pages defnax 2010-09-30 12:25:46 +00:00
  • 0ebcdaabd9 Prevent multiple instances from running on Windows systems. thunder2 2010-09-30 00:27:23 +00:00
  • dbbf71788d * BUGFIX. bdId comparison was wrong... fixed. drbob 2010-09-29 22:53:49 +00:00
  • 1239bf88ee fixed the group QComboBox layout and position defnax 2010-09-29 20:56:40 +00:00
  • 35054699bc Fixes Compile Problems. Return type was not valid, hope now it is correct. notdefine 2010-09-29 20:45:50 +00:00
  • 2964533caf * Added history to .pro * modified nettest to be useful as a test program drbob 2010-09-29 20:37:30 +00:00
  • aa46ed0f69 * BUGFIX: enabled more than 10 outgoing msgs for the DHT. (max 5000 / sec now) * Added debug message when the udp port changes. drbob 2010-09-29 20:02:39 +00:00
  • b690f933c1 * Added usleep fn definition to windows * fixed compile warning. drbob 2010-09-29 20:01:04 +00:00
  • c9229fb6e8 bitdht improvements * Added bdHistory, to monitoring all the p2p dht messages (disabled normally) * cleaned up all compile warnings on OSX. * added Found timestamp to peer info. * disable save, until store is close to full. * ...?other stuff? drbob 2010-09-29 19:59:31 +00:00
  • 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. thunder2 2010-09-29 19:30:59 +00:00
  • 7fd43d30b5 Fixed translation in advanced search. QOject::tr outside a function is not translated. Fixed some german translations thunder2 2010-09-29 15:29:07 +00:00
  • 4c835472d6 MessageComposer: Set the color of the edittext back to standard on adding a new friend as recipient. thunder2 2010-09-28 23:16:50 +00:00
  • d3fc7f3982 Reindroduce the read/write mutex for AuthGPG as mutex for the data member. Added second mutex for the gpg engine. Now the call to the gpg engine (for example AuthGPGimpl::LoadCertificateFromString) doesn't block the GUI. The existing problem is still the call of AuthGPGimpl::storeAllKeys every minute before access the gpg data. thunder2 2010-09-28 22:30:57 +00:00
  • 0e460eec90 update translations defnax 2010-09-28 21:56:48 +00:00
  • 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. thunder2 2010-09-28 20:33:34 +00:00
  • 277a321f1b update translation defnax 2010-09-28 17:02:45 +00:00
  • 710052ab62 rename Context menu string in PeersDialog and update some translations defnax 2010-09-28 15:43:06 +00:00
  • 6af91da0cf set default Font size 9 pixel to the TreeWidget defnax 2010-09-28 11:31:18 +00:00
  • 797a270b0e set a default Foreground color for the Group items defnax 2010-09-28 11:21:42 +00:00
  • 11685161f5 set a maximum height for the button frame defnax 2010-09-28 10:52:20 +00:00
  • 2096dcdbe9 changed the maximum width of the left side message list frame defnax 2010-09-28 10:41:29 +00:00
  • e8d22e2940 Show Cc and Bcc in MessagesDialog if available. Send message to friend with a click on To, Cc or Bcc label. thunder2 2010-09-28 00:03:12 +00:00
  • 89314af64e Cleaned ProfileWidget and fixed german translation. thunder2 2010-09-27 22:08:03 +00:00
  • ad7a2fea39 enabled word wrap for To Label defnax 2010-09-27 22:06:32 +00:00
  • 22472209b7 enabled two pass load for new config saving. was mistakenly not enabled i.e. bug chrisparker126 2010-09-27 21:42:44 +00:00
  • 374d1820b4 Fixed umlauts (utf8) in DirectoriesPage in Windows. thunder2 2010-09-27 21:42:26 +00:00
  • 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 thunder2 2010-09-27 21:05:52 +00:00
  • baac505c15 removed memory leak caused by moving initretroshare to msgservice onstructor chrisparker126 2010-09-25 12:54:34 +00:00
  • b0f0e4c380 Added sources to RS link download (now works for copy links from browsable only files). Removed unused optional list of sources from RetroShareLink::process() csoler 2010-09-24 21:01:13 +00:00
  • 55a45dacd3 Send stack for outgoing peer informations on connect of a peer. thunder2 2010-09-24 17:06:09 +00:00
  • 0ffaf67ae0 added context menu icon for Edit Channel defnax 2010-09-24 15:20:35 +00:00
  • 8fae298502 some little redesign Share key dialog defnax 2010-09-24 14:59:09 +00:00
  • 37b797a2b4 Display the Channel Type on Channel Details defnax 2010-09-24 14:51:00 +00:00
  • 789ca4ff6b Removed methods on RsControl for handling id's of chat and messages. Now the user can write mail messages and two or more parallel MessageComposer's. Recompile needed. thunder2 2010-09-24 11:38:46 +00:00
  • 752495d239 changed Message Friend icon and added a separator defnax 2010-09-23 23:41:54 +00:00
  • a4c7da0e13 Added expand/collapse icons for the actions defnax 2010-09-23 22:46:36 +00:00
  • 2672a83309 changed the Deny icon on Friend Deny defnax 2010-09-23 22:34:40 +00:00
  • 8d6b4a2a09 Added Icons for Edit/Remove Group Actions defnax 2010-09-23 21:32:07 +00:00
  • 8385984d78 moved tag initialisation to msgservice constructor to deal to situation where loadlist() is not call chrisparker126 2010-09-23 21:27:34 +00:00
  • 2ef645b6a5 Added a icon for Edit Action in ShareManager defnax 2010-09-23 21:08:22 +00:00
  • 4614a06d57 Reworked context menu in PeersDialog. Add "Edit group" to the context menu. thunder2 2010-09-23 18:49:52 +00:00
  • e3fcfe6c1a disabled the OK Button by default, enable it back when file is attached. defnax 2010-09-23 17:16:27 +00:00
  • 09925c1bd5 Some changes for groups: - Show user groups without assigned friends too, the standard groups are hidden without assigned friends - Show the standard groups in he tree first, than the user groups thunder2 2010-09-23 08:37:03 +00:00
  • addb330205 Stack for incoming RsDiscReply items to give RetroShare time to send heartbeats and process other services. thunder2 2010-09-22 23:45:54 +00:00
  • 077b2871f1 Groups for friends in PeersDialog. thunder2 2010-09-22 22:37:57 +00:00
  • 8b1ffdb5d9 fixed transitioning of msg service config files from global signature format chrisparker126 2010-09-21 22:02:35 +00:00
  • f84b6ff501 corrected the Offline info text for PopupChatDialog defnax 2010-09-21 20:05:27 +00:00
  • c12ec062a2 Fixed deadlock in saving chat messages with an own avatar. thunder2 2010-09-21 17:32:31 +00:00
  • ad9f981ab0 Added CreateGroup Dialog defnax 2010-09-21 16:11:19 +00:00
  • 1352b27e7a Added version to RsPrivateChatMsgConfigItem for better extensibility. thunder2 2010-09-21 12:18:57 +00:00
  • 37fe5ff3a3 Save incoming not read private chat messages in config and delete it after reading. Added queue for outgoing private offline chat messages. The queue is also saved until the private chat message could be delivered. It does not work in the short time between the shutdown of the peer and the switch of the state to offline for that peer. For this we need a response of the peer. Need recompile. thunder2 2010-09-21 00:08:06 +00:00
  • 412cf5f928 updated msgServices to deal with loading and saving into new type may still not load old type. will look at portability fix chrisparker126 2010-09-20 22:11:09 +00:00
  • a51bf3da67 Added new class RSTreeWidgetItem derived from QTreeWidgetItem for sorting strings case insensitive without proxy model. Sort strings case insensitive in NetworkDialog, PeersDialog (changed to RSTreeWidgetItem), MessengerWindow (changed to RSTreeWidgetItem) and SharedFilesDialog (with folders first). Sort the columns size and age in SharedFilesDialog by internal data and not by the shown string. Save and load layout of the SharedFilesDialog in profile. thunder2 2010-09-20 00:10:51 +00:00
  • 52e0d2a095 added new individual config saving system global signature file format will be converted chrisparker126 2010-09-18 19:09:11 +00:00
  • 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. thunder2 2010-09-18 16:05:32 +00:00
  • 7baafb3f90 enabled word wrap for ShareManger Description defnax 2010-09-17 23:07:47 +00:00
  • 5277ca61e2 Some more changes for utf8 in Windows. Changes in RetroShareLink and drag'n'drop of files. thunder2 2010-09-17 21:54:25 +00:00
  • fff12a58c6 Changed the reference pointer from last commit to const. Need recompile again, sorry. thunder2 2010-09-17 19:21:14 +00:00
  • ed737e2c9f Fixed umlauts (utf8) in Windows. Changed some parameters to reference pointer. Added virtual folders to the lib. Recompile needed. thunder2 2010-09-17 18:27:30 +00:00
  • dccfbf20b0 Enabled clipping for DLListDelegate and ULListDelegate. The text should only be drawn in the own column. thunder2 2010-09-16 16:18:27 +00:00
  • a719cbce7b Removed date from incoming and outgoing chat style. thunder2 2010-09-16 12:48:43 +00:00
  • 25adc99fed removed not need old emotes defnax 2010-09-15 23:46:56 +00:00
  • 71add5be85 fixed smiley icon Button defnax 2010-09-15 23:42:36 +00:00
  • 8ee92483ee added missing return which would create ghost cache self-transfers csoler 2010-09-15 19:53:58 +00:00
  • d41089b30f suppressed debug info csoler 2010-09-15 19:48:49 +00:00
  • 301b7daa88 changed insertion in queue for cache files: these are always placed before the first non cache file, hence giving cache files a higher priority over normal downloads. csoler 2010-09-15 19:48:13 +00:00
  • f080fb22a0 Enabled autoscroll of the upload and download treeview in TransferDialog, so that the a cursor move scrolls the treeview. thunder2 2010-09-15 19:26:25 +00:00
  • 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. thunder2 2010-09-15 16:06:31 +00:00
  • c3e1cdafab corrected to use new smileys defnax 2010-09-15 15:13:54 +00:00
  • 8348e2a556 Fixed endless loop at startup of RetroShare, with a wrong definition of a smiley string in emotes.acs. thunder2 2010-09-15 14:32:09 +00:00
  • 00ef48b45d Fixed crash on Windows. The mutex rndMtx was not initialized when calling RSRandom::seed on startup. thunder2 2010-09-15 10:42:24 +00:00
  • 164425188d Added a border stylesheet for the smiley button defnax 2010-09-15 00:29:47 +00:00
  • f94d0b7600 corrected some smileys defnax 2010-09-15 00:23:53 +00:00
  • 5f0b9ab3cf Small optimizations in the fill of the download list in transfer. Save state of the TransferDialog in profile. thunder2 2010-09-14 23:51:55 +00:00
  • 3c1fb83423 forget this emotes defnax 2010-09-14 23:22:02 +00:00
  • e8fe1d9767 use now for default smileys same emote icons defnax 2010-09-14 22:59:21 +00:00
  • 228750fdb4 removed not need old emoticons defnax 2010-09-14 22:41:07 +00:00
  • 64e66f7f4c using new random generator for turtle tunnel ids. csoler 2010-09-14 21:26:18 +00:00
  • 4ea6b0b31f corrected bug about missing da39... null file csoler 2010-09-14 21:24:51 +00:00
  • dbb21e0b16 The forum details (name and description) can be edited by the owner. Recompile of the gui needed. thunder2 2010-09-14 19:38:47 +00:00
  • 0b63a4be86 New class for the work with emoticons - Emoticons Redesigned emoticons window - flat buttons - 9 icons in a row - moved the window to the direction of the input object thunder2 2010-09-14 17:47:11 +00:00
  • 6e771af2b6 added stylesheet for the Big description label. defnax 2010-09-14 13:06:08 +00:00
  • fc6c5ea22f Enabled to display the Channel logo on Channel Edit defnax 2010-09-14 13:00:32 +00:00
  • f7635044ae Enabled back sorting for Downloads defnax 2010-09-14 11:37:50 +00:00
  • 671e3e71a6 ForumsDialog - Enable the button for new messages only when a thread is selected. thunder2 2010-09-13 23:35:21 +00:00
  • 36d690448f update the nsis script defnax 2010-09-13 21:18:52 +00:00
  • 16b1dd7eb1 Remove memory leak in p3ChatService::receiveAvatarJpegData, when a peer changed the avatar. thunder2 2010-09-13 20:28:21 +00:00
  • 4fd3ab6123 Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. Now the big changes are finished. thunder2 2010-09-13 20:05:55 +00:00
  • 81ca05e75e Cleaned Creation Dialogs for Channels and Forums and updated german translation. Fixed small bug in AppearancePage. thunder2 2010-09-13 15:11:20 +00:00
  • a57ebbe623 Added border style sheet for the Channel Thumbnail Label. Fixed to not allow to stretch the Description Label, when text is too big, then view the full text when frame is shown. Removed one Button on PeerItem and use now a menu when want use the Advanced Messaging defnax 2010-09-13 14:24:26 +00:00
  • 690194d38f Cleaned PopupChatDialog, NetworkDialog, SearchDialog, TransfersDialog, SharedFilesDialog, ChannelFeeds and updated german translation. thunder2 2010-09-13 00:27:50 +00:00
  • 5e2921ae98 Cleaned ForumsDialog and MessagesDialog and updated german translation. New class for working with tag translation - TagDefs. thunder2 2010-09-12 22:17:17 +00:00
  • 1e3a1d7ddb Rework some translations. Removed the translation of gui elements, that does not need to be translated. Especially in feed items. thunder2 2010-09-12 20:27:03 +00:00
  • 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". thunder2 2010-09-12 16:24:23 +00:00
  • 64ff88ce72 Fixed compile minimal version. thunder2 2010-09-12 15:20:46 +00:00
  • 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. thunder2 2010-09-12 14:10:28 +00:00