thunder2
a96c467419
Load new stylesheets for locale depended things.
...
Loading order:
qss.default (internal)
qss.<locale> (internal e.g. qss.de_DE)
stylesheet.qss (internal or external)
stylesheet_<locale>.lqss (parallel to stylesheet)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6067 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-09 12:16:12 +00:00
thunder2
a60422069c
Added api for news feeds to the plugin interface.
...
Added news feeds to the FeedReader plugin.
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-08 22:07:52 +00:00
thunder2
f12473f7f7
GxsForums:
...
- Fixed expand new messages
- Fixed creating of thread/post messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 22:11:16 +00:00
thunder2
84c910672e
FeedReader:
...
- Fixed sensitive state of the read all button.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6064 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 22:10:05 +00:00
thunder2
70e9b08bb0
Changed direction of the new text method on GxsGroupDialog. Now the service group dialogs can set the string for the gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 11:40:05 +00:00
thunder2
1c7e374fcd
Added new method to GxsGroupDialog to allow the service group dialogs to set own string for the gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 00:00:46 +00:00
thunder2
6d9782217b
Added patch from AsamK:
...
- Fixed compile of FeedReader plugin with libxml2 < 2.8
- Enabled compile of FeedReader plugin for all systems
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6061 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-06 02:46:37 +00:00
thunder2
f488dbd15a
Added new option for GxsForums and FeedReader - Open all forums/feeds in new tab.
...
Option=on (standard)
- no standard tab
- new tab by single click
- no menu entry "Open in new tab"
Option=off:
- standard tab (not closeable)
- open in standard tab by single click
- menu entry "Open in new tab"
- open new tab with middle mouse button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6060 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-06 02:30:10 +00:00
thunder2
9cfe660e11
Removed toaster for muted participant of a chat lobby.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-03 16:20:14 +00:00
thunder2
451c7f5eda
Removed the policy TabFocus from some gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-03 14:08:39 +00:00
thunder2
e099389528
FeedReader:
...
- Fixed crash when removing a feed displayed in the main tab.
- Fixed reading author of ATOM feeds.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6057 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-02 21:02:39 +00:00
thunder2
c44d10a6a1
FeedReader:
...
- Changed compare of node names to case insensitive. More feeds should be supported now.
- added ATOM format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-02 20:18:42 +00:00
thunder2
35cc460e71
Added a standard tab to GxsForums and FeedReader.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-30 02:41:53 +00:00
thunder2
999d9c3920
Updated translations from transiflex.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-28 18:04:48 +00:00
defnax
c9460e81c2
update Help Page
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6053 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-28 17:59:32 +00:00
thunder2
4804f950af
FeedReader
...
- fixed crash at startup
- added some toolbar icons
- added QTimer to message navigation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-28 00:42:27 +00:00
csoler
24a40fc665
- make addFriend a virtual (pure) function of the abstract p3LinkMgr class. Useful for testing.
...
- updated test notes.
- patched netsetup_test and upnpforward to run correctly.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 21:18:16 +00:00
csoler
b2214fcd46
removed #ifdef USE_NEW_CHUNK_CHECKING_CODE, since it is enabled by default now. Also removed the use of assume_availablility to put chunks or not in checking mode. This was inconsistent. As a side effect, cache files of size > 1MB get chunk-checked as well, which is good
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6050 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 21:16:33 +00:00
csoler
c11c602568
fixed auto-test results
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6049 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 18:09:07 +00:00
csoler
3ff9ff9a14
added missign file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6048 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 18:05:17 +00:00
csoler
05df11117c
fixed auto-tests in pgp directory
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 18:02:15 +00:00
csoler
d1752bbdcb
fixed util tests
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 15:58:55 +00:00
thunder2
7e19517451
Activated disabled code in GxsForums before merging.
...
Updated english translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 15:56:57 +00:00
csoler
10e2ed536e
finished fixing tests in ft/. Removed my scripts.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 11:49:41 +00:00
csoler
3b678beca9
fixed more tests. Added checking for initialized partials and download directories in RsDiscSpace
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-27 10:23:38 +00:00
csoler
8720ab968e
fixed compilation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6042 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 23:15:18 +00:00
csoler
447193a576
fixed crosscreator test
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 22:44:22 +00:00
csoler
9cf6db3051
fixed ftserver3test. Apparently cache items are not transferring ok
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 21:25:08 +00:00
csoler
cf947e7b7c
fixed ftserver2test
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6039 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 21:09:53 +00:00
csoler
871ca11aff
fixed ftserver1test
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6038 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 20:55:44 +00:00
csoler
4756711f10
fixed ftcontrollertest. runs correctly now
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6037 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 20:17:44 +00:00
csoler
4e586c84ba
- added TestUtils class to handle generating random files and random SSL/PGP ids.
...
- fixed ftcontollertest. This should help fixing ftserver[123]test as well
- improved pqiTestor using templates (lots of identical functions replaced)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 19:53:27 +00:00
csoler
66207b81e5
- made the names consistent between ftdata, ftdatamultiplex and tests/
...
- added missing virtual functions in ftDataRecv
- setup initSSL instance as a static member of AuthSSL, instead of an external (does not change much except the init in rsinit.cc)
- changed p3PeerMgrIMPL to take SSL and PGP ids as parameters. This avoids calling AuthSSL and AuthGPG from the constructor => very helpful for tests.
- added random creation function in t_RsGenericId<>
- added functions setAuthSSL_debug() and setAuthGPG_debug() to manually setup the authSSL and authGPG objects to use. Used in tests.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 18:12:19 +00:00
csoler
69859f2a43
working on ft tests. Not finished yet
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6034 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 14:02:56 +00:00
csoler
2865ba30ce
fixed sh scripts. Needs "#!" to indiate what shell to use
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6033 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 09:28:38 +00:00
thunder2
cb9c998fe0
FeedReader:
...
- switched to tabbed ui
- load/save open folders
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-25 23:53:55 +00:00
thunder2
e569c89476
Added missing include for Linux compile.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6031 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-22 23:40:28 +00:00
csoler
d893d30883
- made errors of certificate (new formaT) parsing translatable.
...
- added checksum code for new format certificate. Will be enabled in v0.6, since it is not backward compatible
- fixed very stupid bug in radix64 cleaning function, causing any certificate to be accepted as a radix string
- added list of non backward compatible changes in README.txt, so that we can track them
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6030 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-22 21:22:03 +00:00
thunder2
0f26b85a88
FeedReader:
...
- Remove "sid=" from link
Moved stringToUpperCase and stringToLowerCase from rsinit.cc to util/rsstring.cc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6029 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-22 21:01:45 +00:00
thunder2
e66a9117e2
Added patch from Henry
...
- fixed typo in FeedReader
Updated english translation.
Updated languages from transiflex.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6028 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-22 15:47:12 +00:00
thunder2
13ac670eec
Changed config type of the FeedReader. There was a conflict with general config.
...
Added warning in p3ConfigMgr::addConfiguration when a config type is used twice.
Removed checkbox for "Experimental Features" in general page without function.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-22 00:02:40 +00:00
thunder2
fc78f6c7ac
Added patch from Henry
...
- some more corrections
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6026 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-21 20:26:09 +00:00
defnax
f1777abb59
Added pegmarkdown compile to build script
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-21 09:59:48 +00:00
thunder2
a570f969bc
FeedReader:
...
- added language support
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-20 18:36:58 +00:00
defnax
d9ebe7c593
Added Turkish language translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6022 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-20 14:50:00 +00:00
thunder2
0a499634dd
FeedReader:
...
- added notify in main window, systray icon and settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6021 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-20 13:30:16 +00:00
thunder2
b1d887b614
Added patch from Henry:
...
- removed hardcoded font Arial
- fixed some strings
Updated english translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-20 12:16:53 +00:00
thunder2
e6839c3245
Fixed compiler warning in Serverpage.ui.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6019 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-20 11:11:28 +00:00
csoler
986c2cf3e6
added some automatic test scripts. Needs to be done in all directories. Only serializer/ and util/ done now.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-19 23:05:38 +00:00
chrisparker126
470b3df7c2
Added update broadcast component, works, but don't use yet, will change
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6017 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-18 22:25:00 +00:00