Commit Graph

  • 5025c34033 * Added new icon for Notify * set correct icon for Deny Friend Context Menu defnax 2009-04-09 20:19:03 +00:00
  • 2c69866a79 * added qmovie for InDirectoryCheck defnax 2009-04-09 18:22:55 +00:00
  • 449674be3f fixed libretroshare.pro for win32 compile defnax 2009-04-09 17:04:32 +00:00
  • fab7faa5f6 Polished drop down menus in the network tab csoler 2009-04-07 21:01:45 +00:00
  • 22c2974466 Feature: user can set commands fo opening shared files with some external applications. First revision. TODO: test on Windows, add additional functionality(see trac) beardog_uk 2009-04-07 08:08:03 +00:00
  • ab43d876c8 Added automatic slicing of search response packets so as to cope with streaming packet size requirements. Tested. csoler 2009-04-06 21:06:44 +00:00
  • 1ff00dcf07 it happens sometimes that files of size 0 are transfered. In such a case the destination file is not written down, and the following calls to moveFile in ftcontroller.cc produce an error. Ive put an if to avoid this. csoler 2009-04-06 19:41:40 +00:00
  • 9d89c12a38 added NULL gard in dhtPublish() csoler 2009-04-06 18:57:30 +00:00
  • 1542d5ad2c tried fix for cygwin csoler 2009-04-06 11:55:27 +00:00
  • 49570daf72 tried fix for cygwin csoler 2009-04-06 11:34:34 +00:00
  • 4bb497a905 Cleaned the gui a little bit: - added a checkbox to control the use of external servers for ip determination. - put back Network on the left - put channels out of RS_RELEASE_VERSION, as it's not working yet. - NetworkDialog: - set the info in columns about trust to be more explicit - changed dark green into light green to comply with colors in the trust matrix (it's also more readable in light green) - corrected trust strings that appeared in the Last Contact column - changed "generate certificate" in connect friends wizard into "export my certificate..." which is more appropriate csoler 2009-04-05 13:04:18 +00:00
  • afb51d5d31 added missing file entry csoler 2009-04-04 16:42:52 +00:00
  • e0d25d507a Corrected compilation pb + pushed news feed out of release version + put back network in left most place. csoler 2009-04-03 20:39:04 +00:00
  • 304bd556e0 added server-based ip determination as a fallback to existing methods. Forced Dht publishing as soon as an external ip is known csoler 2009-04-03 09:21:58 +00:00
  • e23bd13bc9 added server-based ip determination as a fallback to existing methods. Forced Dht publishing as soon as an external ip is known csoler 2009-04-03 09:21:20 +00:00
  • db74c9ef58 replaced doquit with normal QMessageBox defnax 2009-04-02 20:28:12 +00:00
  • 8b36ac51e5 tentative compilation fix for cygwin csoler 2009-04-02 18:38:06 +00:00
  • 4451978eed disabled Close Action from I2P Messenger Toolbar defnax 2009-04-02 16:06:33 +00:00
  • 9d808d9548 added I2PMessenger Plugin defnax 2009-04-02 13:23:05 +00:00
  • 0cd24c8f21 Corrected the 127.0.0.1 persistency bug csoler 2009-03-30 20:07:24 +00:00
  • 9b59f89cdf Fixed file rename by using a common rsDirUtil function csoler 2009-03-29 13:58:28 +00:00
  • b3f433b5f2 - Deleted AddFriendDialog, InviteDialog and AddFriendWizard files. They are not used in current version, so it was beter not to keep them. We can always restore them, if any need. beardog_uk 2009-03-28 10:41:49 +00:00
  • afcc1d76d2 Wizard for adding friends. Almost stable, but code needs cleanup. beardog_uk 2009-03-26 16:58:06 +00:00
  • b652bd0f3a * changend make Friend context menu icon defnax 2009-03-26 15:45:58 +00:00
  • 4d278ac414 win32 compatibility for moving files csoler 2009-03-26 13:24:27 +00:00
  • 97a1ac3422 update installer scripts defnax 2009-03-25 22:03:56 +00:00
  • 12f263f75b update changelog defnax 2009-03-25 21:55:31 +00:00
  • ef54d9d176 win32 compatibility csoler 2009-03-23 14:45:51 +00:00
  • 4ef56e1b79 suppressed #ifdef TURTLE_HOPPING from libretroshare, as it s not anymore needed. csoler 2009-03-22 14:08:02 +00:00
  • 99baceae7e added a direct make friend button in the drop down list of network dialog csoler 2009-03-21 20:29:23 +00:00
  • 418478877a Added file gards for saving which I forgot in last commit. csoler 2009-03-21 19:41:46 +00:00
  • a311814714 suppressed misleading ssl error. csoler 2009-03-20 23:43:24 +00:00
  • 631e3b303e Secured the output of .cfg files and cache files. Now closing RS or serializing errors while saving these files cannot corrupt them anymore. csoler 2009-03-20 23:37:06 +00:00
  • 207983a9e5 added a callback to notify when clicking on make friend button csoler 2009-03-20 23:10:56 +00:00
  • 3d2514238e made own avatar persistent. Next task will be to make friends avatars persistent too csoler 2009-03-20 20:41:31 +00:00
  • 12113df4b7 fixed file moving between different file systems, which forced people to have their Incoming directory on the same file system than the Partials directory csoler 2009-03-19 12:49:11 +00:00
  • 72dbf59b9d added license declaration and some comments beardog_uk 2009-03-18 20:13:38 +00:00
  • a735928749 The AddFriend and InviteFriend dialogs changed, now they become more usable. I tried to make them simpler; Changes: - Invitation text contains only certificate information; - buttons for saving/opening pqi-files become more noticeable; In our pogram this mechanism works fine, and there are no bugs with it. It ill be good to stimulate users to invite friends with this way. - removed "Email" button from invite dialog. There are other ways for transferring a piece of text: icq, irc, forums... Also, this button worked only on Windows, and, some people use web-based mail, not standard clients. I tried to make the dialog as simple, as possibe, so I removed unnessessary buttons beardog_uk 2009-03-18 19:44:06 +00:00
  • efd9a2f056 update, during the GUI for invitation changes beardog_uk 2009-03-18 19:33:30 +00:00
  • f36e0ba3ae set config cygwin similar same howto defnax 2009-03-18 19:16:07 +00:00
  • 7e37bde130 fixed path for SSL_DIR and UPNPC_DIR in libretroshare.pro defnax 2009-03-18 18:57:33 +00:00
  • 896e95f224 fixed SSL_DIR and UPNPC_DIR to use same like howto for linux defnax 2009-03-18 18:51:09 +00:00
  • 34e042d02c turtle search now connected to the gui. Next move: digg turtle tunnels for fast download. csoler 2009-03-17 21:01:02 +00:00
  • 7859e40ddd missing ifdef csoler 2009-03-16 18:25:24 +00:00
  • 7b84b125df turtle search is now working. Next task: update search gui csoler 2009-03-15 22:45:40 +00:00
  • 148c918ae1 update rsversion and changelog defnax 2009-03-14 14:15:18 +00:00
  • 29bd4795fd turtle dev. Worked on serialisation, mainly, and connexion to gui. csoler 2009-03-13 21:14:30 +00:00
  • decb7442bc finished turtle router. Needs debugging. Next task: turtle serializer csoler 2009-03-12 21:07:00 +00:00
  • 8d08034380 added config target for turtle hoping, pushed router dev a little further. csoler 2009-03-12 20:08:02 +00:00
  • 32c12542dc feature: since now smilie widget will appear near smile button (as it usually is in all messengers). Both in group and private chats beardog_uk 2009-03-12 17:57:30 +00:00
  • 4451c2690f bug fixed: the MainWindow object wasn't deleted. beardog_uk 2009-03-12 15:51:19 +00:00
  • c35c60bbb1 history in group chat appeared beardog_uk 2009-03-12 14:28:33 +00:00
  • 8ee7f4258d classes for history support, initial revision; beardog_uk 2009-03-12 14:23:05 +00:00
  • 8a08033728 added history support in group chat; almost stable; beardog_uk 2009-03-12 14:14:55 +00:00
  • 05659d6b7c Added a Mutex around out_pkt and out_data in pqistreamer.cc, as a thread race between queue_outpqi and handleoutgoing is most probably responsible for random packet corruption. csoler 2009-03-11 20:36:51 +00:00
  • cc993dab25 yet another uninitialized memory read gone csoler 2009-03-09 19:38:00 +00:00
  • 24c841ffe3 Suppressed uninitialized memory read. csoler 2009-03-09 14:10:24 +00:00
  • 532148c433 suppressed uninitialized memory read csoler 2009-03-09 12:09:11 +00:00
  • 307e58a5c1 changed font size in AddFriendDialog to fixed size, to help checking that the key is good looking csoler 2009-03-03 20:01:21 +00:00
  • 1424d85384 Fixed the ssl connexion problem. However, for connexions to occur correctly, both peers should upgrade to this new version csoler 2009-03-03 19:40:42 +00:00
  • 56b3370cd1 added a forgotten time(NULL) in notifyqt.cpp csoler 2009-03-01 15:18:34 +00:00
  • 14dc2fbf7e added another anti-lag strategy in pqissl.cc. This is to avoid connexion problems csoler 2009-03-01 15:12:22 +00:00
  • 8ad457e011 Started turtle hopping implementation. Not yet functional nor compilable. csoler 2009-02-28 18:19:00 +00:00
  • 661e404741 added bat script for compile libretroshare with MinGW Makefile update mingw script defnax 2009-02-27 02:06:33 +00:00
  • 3695dc8b5b updated build script csoler 2009-02-26 14:13:39 +00:00
  • 55653325d1 compatibility with new notification method: added a rsicontrol global variable csoler 2009-02-26 14:10:26 +00:00
  • 23a617dca4 Added a workarround for the packet sending problem. This is not optimal, but seems to work fairly well. csoler 2009-02-26 14:04:48 +00:00
  • 580123a232 added QMAKE_CC = g++ to win32 section in .pro file defnax 2009-02-24 21:42:59 +00:00
  • f018bf0f85 fixed .pro -lgdi32 defnax 2009-02-24 21:39:17 +00:00
  • 59cdaba9dc Improved the notification model so that it uses Qt signals to avoid core dumps, and improved the gui to increase responsiveness (e.g. forum display, network discovery info, friends, msg deletion and selection) csoler 2009-02-22 17:36:39 +00:00
  • 93fa052b58 Upadet Wiki Link in Help Dialog notdefine 2009-02-19 20:24:47 +00:00
  • dbe494abac win32 compilation compatibility csoler 2009-02-16 08:48:57 +00:00
  • d58b4dad7d suppressed some debuggign output. csoler 2009-02-15 20:22:34 +00:00
  • f98c8153a6 found and corrected this bug about wrong packet size. This took me the WE, but I have a great deal of patience ;-) csoler 2009-02-15 20:13:35 +00:00
  • b0668b1f48 set Refresh Rate for down/up speed on statusbar to 1000 defnax 2009-02-13 12:15:42 +00:00
  • 82bffd9e09 * Added Uptime and Since to Statistics defnax 2009-02-12 23:24:27 +00:00
  • 168c854738 Update Statistics with icons defnax 2009-02-12 17:42:52 +00:00
  • 6324b4eb8b update Changelog defnax 2009-02-12 15:17:22 +00:00
  • 563dc1457a update Readme defnax 2009-02-12 12:55:12 +00:00
  • acaa10d54f suppressed an initialized memory read. It happens below, but this limits its impact above. csoler 2009-02-12 12:47:57 +00:00
  • 543e27a1da Changed PreMods() and postMods() functions into signals in notifyqt so that these functions do not cause a data race when called from a callback in libretroshare. csoler 2009-02-12 11:48:43 +00:00
  • 516b1684f9 * Enabled Statistics for ApplicationWindow defnax 2009-02-12 00:30:40 +00:00
  • bcfb410ba4 * Added functionality for Bandwidth Graph, it shows now down and upload speed and Recv/Sent Data in KB/MB defnax 2009-02-11 23:28:10 +00:00
  • c8837d5b96 * Disabled Plugins in ApplicationWindow defnax 2009-02-11 22:57:12 +00:00
  • 6f869022da * Moved Plugins to MainWindow * Fixed icon size for Reply to all Button to 24x24 defnax 2009-02-11 22:50:12 +00:00
  • 6c00b15f03 done: 'replay to all' button in 'messages' page now works beardog_uk 2009-02-11 18:43:37 +00:00
  • 08357e3bdd suppressed bug when creating new certificate csoler 2009-02-10 09:33:30 +00:00
  • b94e6f6386 ccc beardog_uk 2009-02-09 21:01:41 +00:00
  • 98911955d5 Possibly got rid of this core dump in file uploads. It seems it came from unlocked destroying of dataplex->mServers when they came out of time, while the gui still asked for info about them. csoler 2009-02-09 20:26:12 +00:00
  • 9602f07760 restored PeersDialog.cpp defnax 2009-02-09 14:09:25 +00:00
  • bf48cc83aa * Disabled addRecipient for Forwarding a message defnax 2009-02-09 13:36:08 +00:00
  • 1b62cbe85e * Added Reply all Button defnax 2009-02-09 13:24:05 +00:00
  • 9cc0e377bb restored peers dialog defnax 2009-02-09 10:29:30 +00:00
  • f3d35b7b5a changed pointer cast from int to void* csoler 2009-02-09 08:10:15 +00:00
  • 209bb758e2 added #include <stdint.h> which is needed when compiling with MinGW/cgywin under Windows. defnax 2009-02-08 21:07:11 +00:00
  • 96a9aee189 compliance with win32 csoler 2009-02-08 14:35:52 +00:00
  • 78c07ca367 Turned RsInit into a static class, and changed retroshare invite so that it does not contain signatures anymore. csoler 2009-02-08 14:30:28 +00:00
  • b9abc24e5c update win32 section defnax 2009-02-08 13:31:21 +00:00
  • 6efc71efd5 compliance with win32 csoler 2009-02-08 13:04:32 +00:00
  • 881f1395c8 set version to 0.4.12b defnax 2009-02-07 00:57:44 +00:00