thunder2
690194d38f
Cleaned PopupChatDialog, NetworkDialog, SearchDialog, TransfersDialog, SharedFilesDialog, ChannelFeeds and updated german translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3477 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-09-13 00:27:50 +00:00
leander-256
4bb4fc11e2
This intimidating patch renames libretroshare/src/rsiface/ to
...
libretroshare/src/retroshare/
All the relevant headers have been modified to reflect that change.
This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-06 09:40:23 +00:00
thunder2
569ac25843
cleaned include files
...
- removed some dependencies between other header files
- removed many includes of <QtGui> and replaced it with only needed files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-23 18:52:58 +00:00
thunder2
daf0ea50ee
PeersDialog/MessengerWindow:
...
- send recommended friend as message
- paste recommended friends as "retroshare://person|..." from clipboard
reworked retroshare link handling
- added new type -> retroshare://person|<name>|<hash>
- added processing of links to RetroShareLink and RSLinkClipboard and removed all processing in anchorClicked of QTextBrowser
- fixed parseClipboard to handle all found links in clipboard
- disabled the processing of the clickable links (RetroShareLink::processUrl), because QUrl can't handle the RetroShare links properly
removed memory leaks of the QAction in some context menus
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3292 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-15 11:25:34 +00:00
defnax
53d5287490
set minimum sizeHint for Network's TreeWidget items to 18 pixel
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-21 12:26:23 +00:00
defnax
fe6d44ecde
fixed to export full certificate on networkDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3147 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-16 18:01:23 +00:00
defnax
db9dd0f04d
added to settings for tray message enable/disable
...
fixed to get work Export Certificate on NetworkDialog
added to display on uploads extensions icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3137 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-15 11:34:58 +00:00
leander-256
4dc30963cb
Fix GCC 4.5 errors, which does not accept any more calling the constructor like
...
this: C::C()
For a more detailed and correct explanation see Harald van Dijk's comment here:
http://blog.flameeyes.eu/2010/06/02/tinderbox-summary-for-may-2010-gcc-4-5-berkeley-db-5-0-libpng-1-4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3132 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-14 11:57:22 +00:00
thunder2
5c92cc4a0d
removed unused variables
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-10 07:50:14 +00:00
defnax
ead1228535
cleaning some code style
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-09 15:56:07 +00:00
defnax
6d8c846726
Added Search Filter for Network
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-09 10:29:34 +00:00
defnax
c3e1a71279
cleaning up source code removed GeneralMsgDialog and ConnectDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-23 22:35:51 +00:00
thunder2
6baf56285b
reworked settings
...
now there is only one global object for loading and saving settings
RshareSettings *Settings;
the class RSettings can be used too, but it is not prefered, because the default settings has no affect
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-20 21:53:27 +00:00
thunder2
c3c6480f4b
changed the usage of "QMenu*" to a local "QMenu"
...
removed usage of "new QMouseEvent", it was a memory leak
cleaned some includes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-14 20:55:44 +00:00
thunder2
0c46da0dd2
Changed settings to local variable, no more as pointer on all classes.
...
RshareSettings settings;
settings.value(...);
It should lower memory usage and removes memory leaks.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2886 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-11 20:02:52 +00:00
thunder2
c3d92dc472
Source code maintenance
...
Memory leaks:
- NotifyQt::UpdateGUI -> popup messages (toaster) stay hidden in memory
- p3disc::handleIncoming -> item was not deleted when RsDiscHeartbeat (memory leak every tick)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-05 22:03:43 +00:00
thunder2
8ce338c49c
Source code maintenance
...
Memory leaks:
- NetworkDialog::loadcert -> new QFileDialog
- NetworkDialog::insertConnect -> takeTopLevelItem
- NetworkDialog::on_actionAddFriend_activated -> new QFileDialog
- main -> new StartDialog, new GenCertDialog
to be continued
Info:
Pointer from takeTopLevelItem must be deleted
Can someone convert the StartDialog from QMainWindow to QDialog ?
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2833 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 13:12:46 +00:00
csoler
38463c905e
ported branch commit 2732: fixed deadlock in passwd callback
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2734 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-19 21:50:03 +00:00
joss17
ca9d3d38d1
Added info and consistency for gpg sign and trust signification
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2565 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-16 18:53:52 +00:00
joss17
d3018c4538
small code change
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2511 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 16:18:33 +00:00
joss17
6c686496a9
reengineered the network dialog insert connect method
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2492 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-06 21:30:18 +00:00
joss17
8079a6d454
color adjustement for the network dialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2456 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 21:44:04 +00:00
joss17
8bc30731b4
change the color of peer display
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2446 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 23:44:27 +00:00
joss17
50559997ab
change the gpg key list display
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2442 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 23:43:26 +00:00
joss17
2b58d2fc02
remove the log tabs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2355 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 21:24:06 +00:00
joss17
94aa902a95
clean the qmake files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2318 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 14:18:53 +00:00
joss17
d8ae27123e
gui cleaning
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2214 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 20:49:24 +00:00
joss17
442577d9fc
gui implementations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:32:56 +00:00
joss17
54c7f8b81a
implement the remove friend for gpg key, and improve the tranfer of ip address from a dummy peer to a normal peer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2024 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:32:05 +00:00
joss17
9976b80566
remove the ssl cert storage. Big rewrite of ssl cert and friend management
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2017 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:22:52 +00:00
joss17
1ae1c9a98b
implement the trust settings in the gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2012 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:14:49 +00:00
joss17
dabe44356a
make peer detail gui work for the gpg and the ssl id
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2011 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:12:56 +00:00
joss17
41600dc3cf
make peer details work for GPG key in the network view gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:11:02 +00:00
joss17
77b3c0afd0
first code for the gui : network dialog, start dialog and certificate first generation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2009 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:08:46 +00:00
joss17
61c570b0f0
remove DHT from the gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1873 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-12-14 13:47:04 +00:00
defnax
0f69d49bde
clean up, removed not needed old ConnectionsDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-23 20:37:47 +00:00
csoler
506f14eb2f
- Added a parent page widget (class RsAutoUpdatePage) to handle auto-update. The page updates using a timer, only wh
...
en visible, and each time it gets showed. I already made some RS pages derive from this page.
- Modified and renamed the taskGraphPainterWidget to display info about currently selected file transfers. For know, it only shows file chunks info, but we should use it to display additional info about the transfer. Warning: in its
current state, only fake chunk info is displayed.
- Suppressed p3files.h, because it is not used.
Remains to do (in order):
- Implement a chunk map class in ft/ to properly manage which chunks should be downloaded
- Display correct chunk info by requesting the transfer's chunk map
- Add check-sum verification of chunks
- allow RS to import a partially downloaded file by force re-checking chunks
- Add chunk map exchange from file source peer id to file destination peer id.
- Manage chunks from different peers.
- Allow search (turtle search) for partially downloaded files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1832 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-17 12:45:06 +00:00
joss17
b99b99f0d5
Bug which causes net reset solved
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1770 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:41:55 +00:00
joss17
2e5130a1da
rewrite connection manager
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1769 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:41:24 +00:00
joss17
b8be372c4d
changed net status gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:36:33 +00:00
joss17
32ea1bfd0f
remove unimplemented tcpOk flag
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1750 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-10-30 00:35:44 +00:00
defnax
bc8d21cf03
disabled not working actions for the menu Button.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1672 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-09-22 23:00:27 +00:00
defnax
4e8294444b
Fixed SharedFiles column size's
...
Enabled for Network Log to show again rsversion
Added .rsfb extension for Uploads Progressbar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-10 23:11:17 +00:00
drbob
b756edd32e
* Updated rsiface / rspeers.h
...
* Added correct menu items to the NetworkView.
* Tweaked speed of NetworkView to conserve CPU.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1502 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-09 13:08:58 +00:00
defnax
01935af39b
added for Network menu Create new Profile action to can generate more Profiles without need to run Login Window.
...
disabled from Profile Generator Dialog not used the optional Cert loading sections.
fixed startdialogs layout
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-04 23:37:01 +00:00
joss17
6bd87814ea
remove old version display
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1459 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-31 18:26:19 +00:00
defnax
a112c2d02a
Added Export Cert to Contect menu
...
renamed View Button to Menu
Added Add Friend and Export Cert to Menu Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-16 14:36:03 +00:00
defnax
3bd022bea3
added storing Network Tab Position
...
added for Check files button to change text when checking files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1353 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-11 00:45:17 +00:00
ammorais
070939704c
* Change on the Timers of Network Menu that weren't wroking properlly
...
* Fixed the context menu position of the Netwok Log
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-10 22:49:46 +00:00
drbob
b454ccf996
* put gpgme dependencies behind #defines.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:54:43 +00:00
drbob
42d2b62420
* Updated rspeers.h to match libretroshare.
...
* switched pgp password to encrypted entry
* corrected NetworkDialog / NetworkView to use validLvl instead of trustLvl.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:45:07 +00:00
drbob
100cf75439
* minor changes required to get the gui working with PGP,
...
* improved NetworkView to show signatures, and friends.
I expect these will be cleaned up later - these were purely functional so i could test pgp.
Enable using RS_USE_PGPSSL in rsiface/rsinit.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:13:01 +00:00
defnax
dbfe103e03
changend string names for logs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 22:30:30 +00:00
defnax
6106309a3d
replaced old Network Status with new one
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1229 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 16:53:20 +00:00
defnax
2172dbf55e
changend addtab method for network view translation doesnt worked before
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1197 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-08 18:26:57 +00:00
csoler
01bbd5ef03
merged peer detail dialogs from network and friends tab
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1191 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-07 22:43:11 +00:00
defnax
dbd5b6de39
moved Network Status Tab from Preferences to NetworkDialog as second tab after Log tab.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-04 00:30:24 +00:00
defnax
69914204db
generated for statusRates own class to clean more MainWindow
...
clean up some namings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-02 22:14:20 +00:00
defnax
255b5dca39
added the basic natstatus feature for statusbar,
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 12:45:27 +00:00
defnax
9113d01977
changend string
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1149 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 11:31:56 +00:00
defnax
63ea6946c7
Added DHT status to statusbar, it will be change his color and changes the tooltip .
...
Added Network Status for Log Tab too in NetworkDialog at the moment realy basic,every 100 seconds checks for the actually status.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-01 02:39:57 +00:00
defnax
34c8e5108b
update view button
...
enabled for some strings translation to use (tr)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1145 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-29 17:48:25 +00:00
defnax
88fa2715d5
added view button
...
let left toolbar moveable to right side.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1144 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-29 17:07:28 +00:00
defnax
5025c34033
* Added new icon for Notify
...
* set correct icon for Deny Friend Context Menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-09 20:19:03 +00:00
csoler
fab7faa5f6
Polished drop down menus in the network tab
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-07 21:01:45 +00:00
csoler
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
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-05 13:04:18 +00:00
defnax
b652bd0f3a
* changend make Friend context menu icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1100 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-03-26 15:45:58 +00:00
csoler
99baceae7e
added a direct make friend button in the drop down list of network dialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-03-21 20:29:23 +00:00
csoler
b6019d193b
Fixed directory problem wirh emoticons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-01-25 19:05:53 +00:00
csoler
797d5fc933
Added tool tip and info to peer that trust you, in NetworkDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@895 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-12-24 17:09:41 +00:00
csoler
b95a0b0f17
small improvement in display of 3rd party trust info
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@894 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-12-23 17:59:58 +00:00
csoler
69f48f7d20
Added the infrastructure for propagating trust info through third parties, and little interface to be able to see it.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@893 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-12-23 16:25:32 +00:00
csoler
01a2ca1468
changed trust table name into trust matrix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-29 17:57:33 +00:00
csoler
941e59f6e9
Implemented a big trust table where people can see who trusts who, and who is trusted by who. This makes trust discrepencies really easy to catch
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@805 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-11-15 14:29:34 +00:00
notdefine
82bd565f4c
Update Network Tab.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@738 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-27 15:10:55 +00:00
notdefine
58cf788d6d
Update Network Tab.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@737 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-27 14:48:57 +00:00
notdefine
cd750d2024
Show Date in Network Tab using QT functions.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@736 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-22 20:01:01 +00:00
notdefine
5bbc5cc6af
fix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@735 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-22 08:02:38 +00:00
notdefine
21cf471f6c
Show a readable Date, no Timestamp in Network Tab.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@734 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-09-21 22:04:49 +00:00
csoler
cec173495e
- made the NetworkDialog display the self peer. This is useful to display who trusts oneself
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@712 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-31 16:52:35 +00:00
defnax
cb891ff08a
-added Log feature for QT .
...
-fixed Prefences and General Dialog
-disabled show function from main.cpp it will not allow to start minimized, it blocks minimize gui function.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@686 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-15 17:49:57 +00:00
defnax
2ac326f076
-added new icons for Authed/denied16
...
-set header text aligment to AlignHCenter/AlignVCenter
-removded not needed Authcode column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@671 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-08 14:32:13 +00:00
drbob
d5376cd575
Removed most debugging/std::cerr output (in #defines)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@640 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-07-09 09:53:47 +00:00
drbob
e07783ac2b
Various Gui improvements:
...
* Added fallback to only <id> if peer is unknown in LinkCloud.
* Added CheckFiles, and display status icon to SharedFiles.
* Fixed SMPlayer startup and added play slot in Main Window.
* Added Play Files to Local Shared Files. (context menu)
* Added Play File to completed File Transfers. (context menu)
* Ensured that selected Transfer stays selected.
* Corrected Download State enumeration
* Renamed Peer Details/ Authenticate to Make Friend / Peer Details
* Removed Network View from Application Window.
* Mods to RemoteDirModel to get Paths from files.
* updated Rs Interface files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@450 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-03-31 18:37:50 +00:00
defnax
f17f7253f4
fixed clear log context menu position
...
changend login dialogs background color
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-03-22 01:05:32 +00:00
defnax
4c40d7beff
added for Network View Settings QFrame to can Hide/Show the settings
...
added a Log Tab in Network
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@398 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-03-21 23:31:00 +00:00
defnax
172c00c2a2
fixed network view layout
...
added network into a TabWidget too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-03-17 20:52:08 +00:00
defnax
0c7af5a691
added a tabwidget for network view
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@380 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-03-17 13:14:17 +00:00
drbob
c4e1d73837
Commit of the new UDP Connection methods and
...
the rewrite of the retroshare core networking stack.
This check-in commits the changes to the GUI code.
Changes to use the new rspeers.h interface to
the retroshare core.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@316 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-01-25 08:49:40 +00:00
drbob
935745a08e
Created V0.3.x branch and moved the head into the trunk directory.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-15 03:18:48 +00:00