Commit Graph

  • 4c8114d93d Moved User.png to user.png as Unix is case-sensitive. drbob 2008-06-15 15:10:27 +00:00
  • 29a07992c8 fixed Toaster defnax 2008-06-15 13:19:50 +00:00
  • 84f6dc0f44 added icons for voting combobox defnax 2008-06-15 10:32:24 +00:00
  • 734413d3a0 -enabled sorting for Links cloud -changend link voting icons defnax 2008-06-15 10:11:13 +00:00
  • d5c21b5b4a -fixed statusPeers output string to the correct place to out2 -redesigned the outputs for statusbar defnax 2008-06-14 21:37:46 +00:00
  • 34f6bd812a added a "|" split Down and Up in statusbar. defnax 2008-06-14 19:23:08 +00:00
  • 2c22ccd0d7 Added Start Minimised Option to GUI. Updated Version Number to V0.4.09a drbob 2008-06-14 13:24:22 +00:00
  • c47c751532 Added StartMinimised Option (-m as distinct from AutoLogin Option -a) The core does nothing with this, but it can be used by the gui. drbob 2008-06-14 13:22:39 +00:00
  • 9e947f26ca * Fixed rsStatus=NULL bug, for RS_RELEASE. * switched on RS_RELEASE for v0.4.09a drbob 2008-06-13 23:36:40 +00:00
  • 9c2558dbf0 Final changes as we head towards V0.4.09a release. * Switched on RELEASE flag in libretroshare. * Added missing Mutex lock in upnphandler. drbob 2008-06-13 23:22:20 +00:00
  • 76e877c2b6 Fixed the Toaster drbob 2008-06-13 19:03:28 +00:00
  • 14bdaaf964 Added includes for GCC4.4 #include <stdlib.h> #include <string.h> drbob 2008-06-13 16:02:36 +00:00
  • 2c7df4aba1 * Added retroshare interface. * Updated RS_FORUM -> RS_DISTRIB flags * Improvements to Forum (mainly subscribe/unsubscribe). drbob 2008-06-13 15:46:34 +00:00
  • fe284b628a * Added rstlvimage.cc to serialiser (missed in other checkin). * Added Forum ID to configuration Manager. * added proper startup for p3Forums. * updated forums/distrib interfaces. * Switch Auto-Login on by default. * switched out lots of debugging. * add RM libretroshare.a to top-level Makefile. drbob 2008-06-13 15:42:08 +00:00
  • 14dac82c85 Major work on distrib/forums system. - Now creates Distribution Groups, with Admin + Publish Keys. - Distributes Groups + Public Keys in the Cache File. - Stores private Keys and subscribed groups in Configuration. - Forum Test to check basic functionality. - Added nullService for services that require tick(), but no instant messages. - removed debugging for other services (ranking/gamelauncher) drbob 2008-06-13 15:32:12 +00:00
  • 602c7cc7b7 Addition of serialisers for forum/distrib Addition of TLV for Keys, Signatures and Images drbob 2008-06-13 15:26:31 +00:00
  • c6ac65efe5 Added Status Bar functionality: Data Rates, and numbers of Peers Online. drbob 2008-06-10 00:48:18 +00:00
  • e42ce13454 Add in storage of the current Data Rate to pqihandler.cc. Add in interface for the Data Rates. Increase DHT Bootstrap buckets to 8. drbob 2008-06-10 00:47:24 +00:00
  • 20aa2a031b Improvements to BlogDialog Layout, Added new blog interface to GUI. Added ProfileView/Edit to Retroshare.pro drbob 2008-06-09 13:23:53 +00:00
  • 9f8f0e46f5 Added new ProfileView and ProfileEdit to Blog Feed. Added Context menus to BlogDialog to open windows. drbob 2008-06-08 18:34:27 +00:00
  • 4a58c71f9e Added new functions to support profile and favourite files in Blog. Added Dummy information too. drbob 2008-06-08 18:32:40 +00:00
  • 6b4d072bb0 Add certificate-save functionality * usr can also choose where to save certificate chrisparker126 2008-06-07 20:25:25 +00:00
  • 8103b0c372 Restored 'Peer Offline' notification to Chat Window. drbob 2008-06-07 17:52:53 +00:00
  • 3b03f084fa Reorganised the Service Ids. Services which are being designed / tested should use an Id between 0xf000 - 0xffff until the messages are finalised. drbob 2008-06-07 16:06:21 +00:00
  • 9fbf95bf5d Added Filter to Stun Results to ensure that we only get external addresses. drbob 2008-06-07 11:22:01 +00:00
  • cbd0b216a4 moved isLocalNet() etc to util/rsnet.cc Fixed FAILURE in net_test1 drbob 2008-06-07 11:21:00 +00:00
  • a827b0a839 Moved several network related functions from pqinetwork to here. drbob 2008-06-07 11:19:09 +00:00
  • bba3c20045 tick for Qblog service added to update server chrisparker126 2008-06-06 23:40:43 +00:00
  • 5a2c0a27a2 add tick fn chrisparker126 2008-06-06 23:39:05 +00:00
  • 96ce0a8eff added tick fn cleaned up logical update behaviour, still needs fine tuning chrisparker126 2008-06-06 23:38:37 +00:00
  • 0108a247a5 FIXED: gui/ForumsDialog.cpp:624: error: call of overloaded `QTreeWidgetItem(NULL)' is ambiguous drbob 2008-06-06 16:38:59 +00:00
  • 5f3c9873fc Fixed up name/transfer rate display in FileTransfer Info. Updated Qblog interface file (from libretroshare) drbob 2008-06-06 00:04:45 +00:00
  • 9786a2ad54 BUGFIX: use correct id for FileTransfer data. drbob 2008-06-06 00:03:10 +00:00
  • dd771b9940 * Improvements to Upload information output: destination id, size and rate of last transfer * Deletes fileCache after 30 seconds of inactivity. drbob 2008-06-06 00:01:57 +00:00
  • 42579f4dec Fixed warnings from -pedantic drbob 2008-06-05 22:10:28 +00:00
  • 9b3213a02b Chris: Don't change the paths in here. They should work as they are! drbob 2008-06-05 21:42:01 +00:00
  • d8bfc6d8b3 Mostly connectivity code additions chrisparker126 2008-06-04 10:59:24 +00:00
  • e83a76c38a * all usrs including home usr shown on refresh() * for testing debugging purposes at the moment chrisparker126 2008-06-04 10:48:30 +00:00
  • 452d664b2a Added missing #includes for picky compilers (ArchLinux) drbob 2008-05-31 13:39:04 +00:00
  • aa906da74a Added #includes for picky compiler (ArchLinux) mainly: stdlib.h & string.h drbob 2008-05-31 13:31:11 +00:00
  • a904284bd6 Corrected expanding widget issue. mysd 2008-05-30 15:55:31 +00:00
  • 9f64df3f20 added missing #include <algorithm> for std::find (ArchLinux complained). drbob 2008-05-30 10:36:47 +00:00
  • 844e6a6941 Adding Calendar Sharing UI: CalDialog Currently not functional - Sample of UI for testing while underlying service is created. mysd 2008-05-29 20:56:44 +00:00
  • 22bfc3e821 Final Changes for V0.4.08a release: * Updated Version numbers. * Added chat styles to installer. * Fixed .at() call on map -> doesn't work on windows/MacOSX. * Tweaked default font back to 10 for chat. drbob 2008-05-24 23:11:37 +00:00
  • 87b7bfadb5 Fixed up minor bug in Links Cloud: conflict between anonymous link box, and context menus fixed. Moved Links Cloud from Unfinished, to Main Window. drbob 2008-05-24 20:23:15 +00:00
  • 39f4fa3d6c Modified rankings to take into account the User Score (-2 -> +2). Scores can be based on: Time: Average Comment Age. Ranking: Sum of peer scores. Combo: Sum of (score * age) drbob 2008-05-24 20:20:16 +00:00
  • fe22d0b651 final interface, before starting on connectivity chrisparker126 2008-05-24 15:10:59 +00:00
  • 7d571f6e2c git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@560 b45a01b8-16f6-495d-af2f-9b41ad6348cc chrisparker126 2008-05-24 15:09:51 +00:00
  • ab4b0d0251 fixed some issues with dummy function chrisparker126 2008-05-18 20:25:14 +00:00
  • 033df8ed16 added refresh button chrisparker126 2008-05-18 20:23:57 +00:00
  • 7bcfda123f added utility function to add user, refresh screen, clear scrn chrisparker126 2008-05-18 20:23:09 +00:00
  • 95b93b1e5c continueing testing of dummy data, so far so good. chrisparker126 2008-05-18 20:22:08 +00:00
  • 807472f427 enable new popupchat style. Default style will be provided if no style file exist. ewensun 2008-05-17 17:40:22 +00:00
  • 9cd24b315f Added network message objects for the Status service - RsStatusItem vinnyx 2008-05-14 10:35:12 +00:00
  • 5913872a77 Fixed cross-platform bugs. (1) std::map<> doesn't support .at() on OSX or Windows. (use [] or find()) (2) u_int32_t is invalid on windows. (use uint32_t ) drbob 2008-05-13 16:56:27 +00:00
  • a5621763a8 Improvements to the Link Cloud GUI. Added Share Anonymously, and Vote (+2 -> -2) to the context menu. drbob 2008-05-13 15:45:09 +00:00
  • d48205286a * Improvements to Link Cloud Service. You can now vote anonymously on a Link, this will spread it to your friends anonymously. drbob 2008-05-13 15:41:40 +00:00
  • ffe371c4e5 Used Dummy data for the message sending. Works well. Added some coloring and a timestamp. rwoodruff91 2008-05-12 18:27:15 +00:00
  • b763bd5ae9 added P3Qblog to services makefile chrisparker126 2008-05-11 20:05:17 +00:00
  • 386a22746a added external interface chrisparker126 2008-05-11 19:36:02 +00:00
  • 9bc89b0c33 added code snippet for displaying a usr on blogDialog chrisparker126 2008-05-10 21:35:45 +00:00
  • 066ffd2447 fixed up some definition issues chrisparker126 2008-05-10 21:33:07 +00:00
  • d4b8340885 needed to make p3qblog public to rsQblog. chrisparker126 2008-05-10 20:01:49 +00:00
  • cb736a2d5b added initialised qblog interface chrisparker126 2008-05-10 20:00:02 +00:00
  • d16d5d4ef5 lineEdit becomes focused when message/status is sent rwoodruff91 2008-05-10 12:19:40 +00:00
  • 4450f1e911 -Removed the status dropdown from BlogDialog.ui Added a button to set the users status -Changed the setStatus code for testing (just prints the users status) -Fixed a typo in one of the comments in rsQblog.h -Renamed a few of the Qt objects and a few of the variables/functions in the code so that they made more logical sense. rwoodruff91 2008-05-10 12:16:34 +00:00
  • ae96b742b1 added rsQblog interface chrisparker126 2008-05-09 19:13:13 +00:00
  • 7d5b3af65a qblog dummy service implemented - need to test with qblog gui - added to make compiles fine chrisparker126 2008-05-09 01:01:13 +00:00
  • 2ac5b4cc65 qblog dummy service implemented - needs to be tested with gui - added to make, compiles fine chrisparker126 2008-05-09 00:30:29 +00:00
  • de0ad9b68f qblog dummy service implemented - needs to be tested with gui - compiles fine chrisparker126 2008-05-09 00:29:10 +00:00
  • 556a2f32b8 dummy service implemented, needs to be test with GUI - added to make, compiles fine chrisparker126 2008-05-09 00:27:28 +00:00
  • f1081651e5 fully implemented qblog serialiser chrisparker126 2008-05-05 20:21:22 +00:00
  • ca861f6306 fully implemented qblog serial items chrisparker126 2008-05-05 20:20:18 +00:00
  • 041b1fb07c fully implemented chat serialiser chrisparker126 2008-05-05 20:19:25 +00:00
  • c876a9889e Cleaned up the code a little bit. rwoodruff91 2008-05-04 16:43:07 +00:00
  • 1e6f925d67 Status combo box now returns current user status. rwoodruff91 2008-05-04 16:40:39 +00:00
  • 607a017ca7 Added a status dropdown including a few example statuses rwoodruff91 2008-05-04 15:39:46 +00:00
  • c58edd7a10 Named the function sendBlog rather than sendMsg. Added users/status box to BlogDialog.ui rwoodruff91 2008-05-04 15:27:16 +00:00
  • 2d40e6cef4 Added the ability to have bold, underlined or font in italics. rwoodruff91 2008-04-29 19:19:07 +00:00
  • a282b9fa74 Added Status service interface to retroshare-gui. PeersDialog now displays additional status info from Status service (if any). vinnyx 2008-04-28 12:09:26 +00:00
  • 3eafd7d00e Added RsStatusString() - returns a string for given status number vinnyx 2008-04-28 11:50:39 +00:00
  • a5d69bee24 Just changed it to say Blog Feed: rwoodruff91 2008-04-26 13:02:13 +00:00
  • 9b4ee77dd3 Added very very basic functionality to the BlogDialog. Still learning here. rwoodruff91 2008-04-26 12:52:13 +00:00
  • 26d2def720 Added status service: p3status Added status service to core: p3face-startup vinnyx 2008-04-26 09:39:02 +00:00
  • 02c6d70e30 Changed include from <string.h> to <string> vinnyx 2008-04-26 06:30:40 +00:00
  • 180c5ad542 for rsQblog service. TODO: fully implement and test chrisparker126 2008-04-25 18:43:23 +00:00
  • 46dd2988bb for rsQblog service, TODO: fully implement and test chrisparker126 2008-04-25 18:42:35 +00:00
  • 4f918b2fab add QBLOG service ID chrisparker126 2008-04-25 18:37:57 +00:00
  • e42a4cf463 Added empty Blog Dialog to Unfinished! drbob 2008-04-24 13:14:58 +00:00
  • 98eabbabe0 Small Tweaks. * Removed services toolbar - until it is needed. * Removed background on MessengerWindow - it breaks on linux. * fixed Messages Html problem. drbob 2008-04-24 12:58:27 +00:00
  • 4e03fa5d06 #ifndef protection global pointer to interface LGPL header vinnyx 2008-04-24 12:26:44 +00:00
  • 39eb8a3091 Interface for status service. vinnyx 2008-04-24 12:11:59 +00:00
  • 86d191d932 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@515 b45a01b8-16f6-495d-af2f-9b41ad6348cc notdefine 2008-04-24 08:41:07 +00:00
  • 57cb79a7e1 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@514 b45a01b8-16f6-495d-af2f-9b41ad6348cc notdefine 2008-04-24 07:03:31 +00:00
  • 77342705ea BUGFIX: Mutex remained locked if Upnp setup failed. drbob 2008-04-22 11:45:28 +00:00
  • 32cfbb8c80 add Qblogs header file for services chrisparker126 2008-04-22 08:20:36 +00:00
  • 1381143133 removed pointer usage, and hid attirbutes from interface chrisparker126 2008-04-22 08:19:02 +00:00
  • 100db5effc changed documentation script to gen subfolders chrisparker126 2008-04-22 08:17:00 +00:00
  • 7f964076a1 new interface for retroshares QkBlog (TB renamed rsQkBlog) chrisparker126 2008-04-20 11:11:03 +00:00
  • b3eb664e35 Updated retroshare version number to 0.4.07a rwoodruff91 2008-04-16 16:22:12 +00:00