Commit Graph

2058 Commits

Author SHA1 Message Date
thunder2
4e1395a14a Source code maintenance
Memory leaks:
- TransfersDialog::insertTransfers -> takeRow

Improvement:
- updating display of DetailsDialog in TransferDialog
  todo: maybe show summary of all selected files, calculating in TransfersDialog::updateDetailsDialog


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 22:44:53 +00:00
defnax
8feeb2adb3 Added Chat Settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 21:17:36 +00:00
defnax
73a64c9269 fixed Settings icon on ChannelFeed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2844 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 21:04:36 +00:00
csoler
8f4c6894ce correct bug with selection with human readable delegate.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 20:22:38 +00:00
thunder2
fb58beef4f Source code maintenance
Memory leaks:
- PeersDialog::insertPeers -> takeTopLevelItem, takeChild

- activate correct page on creating a new forum or channel from PeersDialog (problems with RS_RELEASE_VERSION)
  new static method to activate a page MainWindow::activatePage

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2842 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-03 00:09:55 +00:00
csoler
bffcbfe467 fixed the sorting of SearchDialog by age and by size, by using proper delegates for displaying the numbers. Removed the SR_REALSIZE_COL column, that is no longer necessary.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2840 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 21:37:54 +00:00
defnax
996e930f70 removed newsettings define from project file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2838 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 20:15:02 +00:00
defnax
e0f99aef65 added to display Tooltip's for Previous and Next Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2837 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 19:51:35 +00:00
defnax
d2c3c1b64c Fixed Channel Detail Labels, forget some renaming
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2836 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 16:18:51 +00:00
defnax
d516dfbfa8 Set back Unsubscribe Button on ChannelMsgItem only visible for NewsFeed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2834 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 14:11:56 +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
chrisparker126
8957fb919c - added creatchannelmsg source to pro file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2832 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 13:07:26 +00:00
defnax
36573c459d fixed images.qrc path
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2831 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:32:42 +00:00
chrisparker126
d4d09c2d87 - removed auto download combo-box
- channels service now will be explicit download if you subscribe
  - the same way with you cannot selectively choose the news that appears
  
 - added settings 
  - aim is where user can choose max d/l size permitable
  

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:27:27 +00:00
chrisparker126
352c4559ad removed support for channels
- this is now explicitly only for forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2829 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:21:20 +00:00
chrisparker126
bfa2da61f5 new create channel ui - essentailly a copy of createforums explicitly for channels
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:20:30 +00:00
chrisparker126
bb1fe255d3 - removed play adn d/l button (channels is now geared toward auto d/l of files)
- enabled unsubscribe on item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2827 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 12:17:43 +00:00
chrisparker126
5b24a2c50f added channel id for other channels groups so context menu can work for them (already worked for 'own' channel group)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2826 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 11:43:04 +00:00
chrisparker126
564e25908e - create channel now uses own createchannel widget rather than forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2825 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-02 11:41:23 +00:00
joss17
5a98d72376 add the dyndns settings to own profile display tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-01 19:26:55 +00:00
thunder2
9cf20fd9fd Changes in ForumsDialog:
- modal window for creating new forum
- refill forum and thread tree
- enabled next and previous button
- set enable/disable state of menu items

Open problem:
- last post time not updated

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-01 19:03:35 +00:00
csoler
401dac86e9 improved readability of cert generation dialog. Added tooltips, information, and wait cursor
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2821 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-01 15:17:23 +00:00
csoler
fdedc400dc corrected bug in search: files with size > 2Gb would not be added to transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2819 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-30 22:17:14 +00:00
thunder2
f88cd1c0aa Show correct state of subscribe button in forum feed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-29 19:00:27 +00:00
defnax
caaf7884f8 When QutBox is selected then Display header item "Recipient" instead of "From"
Added to Count Total Inbox and Total Sent on Messages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2813 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-28 21:05:11 +00:00
chrisparker126
7f8cafa8a9 changed idle time to 30 secs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2812 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-28 16:37:27 +00:00
thunder2
b3ccf3f07d crash with second open of HelpDialog solved
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-28 12:49:43 +00:00
thunder2
e8b428a911 RetroShare stopped responding during signing a key and asking for password.
The QSingleShotTimer of ConfCertDialog wants to update the gui and stopped in  PeerItem::updateItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-28 11:25:12 +00:00
chrisparker126
3c14705b39 win_idle, in idle_platform.cpp now as with linux, and mac.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2809 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-28 08:20:41 +00:00
defnax
e9ed5a1532 Added Commandline Options to Help Browser
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2808 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 23:21:35 +00:00
defnax
c91bc09c74 Added functionality to save a Privat Chat session and GroupChat History via ToolButton
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2807 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 22:08:38 +00:00
thunder2
9d5db08b7a MessagesDialog:
- enabled navigation through the messages with cursor keys
- used timer for better handling after keypress

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2804 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 21:46:28 +00:00
chrisparker126
b2213e15e6 new idle status feature added
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:30:46 +00:00
chrisparker126
aef6787517 changed connection from insertpeers when friendchanged() signal emmited to updateMessengerWindow
also added connection for idle feature to messenger window

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2799 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:25:12 +00:00
chrisparker126
d37ae260f8 added inactive png to qrc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:22:10 +00:00
chrisparker126
8993ebb8aa - added idle status
- insert peers is now under the same qtimer as save status

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2797 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:21:39 +00:00
chrisparker126
926c0dc284 enabled idle monitor
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2796 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:19:44 +00:00
chrisparker126
5cc59d6e77 added idle status and connection to messenger window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2795 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:18:44 +00:00
chrisparker126
eed3de92a9 removed MessengerWindow::insertpeer() from rsautoupdate::update()
- update of messenger window is delayed if rs window is not visible. 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2794 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:14:57 +00:00
chrisparker126
37aa76f28d added new inactive png
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2793 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 12:03:25 +00:00
thunder2
906cca8012 Forwarding a message keep the attached recommended files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-26 21:11:19 +00:00
defnax
31fb4ce06a Profile View some changes for testing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-26 11:33:16 +00:00
thunder2
38e06135a4 - The settings in the settings window are only loaded once.
- Saving the settings without changing the network settings doesn't shutdown the connections

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2786 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-25 23:28:10 +00:00
joss17
fa53e8b55c fix a gui bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-25 17:07:04 +00:00
defnax
f2644d5a06 update Changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2779 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-25 10:20:04 +00:00
csoler
0773e92f85 Ported patch from thunder2 (http://sourceforge.net/tracker/index.php?func=detail&aid=2991827&group_id=178712&atid=886241)
- Bug fix: Checkbox for automatic share of the incoming directory doesn't correctly set with setDown, use setChecked
- ShareManager and RSettingsWin doesn't need to be created all the time
- RSettingsWin: Save the last active page for the current runtime
- ShareManager and DirectoryPage: Show changed shared directories direct after the change




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2777 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-24 22:09:47 +00:00
joss17
c3b4b576ad ad missing code for dyndns details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2767 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-23 18:50:32 +00:00
joss17
d70e7a3b71 Add the setDynDNS to the confcertdialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2756 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-22 18:49:51 +00:00
joss17
948e4fb61d Commmit the code from Thunder
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2754 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-22 18:49:08 +00:00
defnax
c79d55a7a7 fixed MessengerWindow TreeWidget stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-22 14:55:25 +00:00
chrisparker126
c3f8af66e5 forgot to add back qtimer after experimenting with deriving rsAutoupdatepage
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2752 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-22 13:16:40 +00:00
defnax
fbd46c062e disabled version_detail_bash_script from project file, this makes lots of trouble for new Developers or which want compile first time RetroShare.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2751 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-21 11:45:22 +00:00
defnax
aefd492b86 Use fixed header size for Avatar Item and display autoconnect attempt after location.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2744 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-20 16:37:53 +00:00
defnax
7e4eaa4ae3 changed default avatar icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2743 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-20 14:50:45 +00:00
defnax
26a5d6d11a display Avatar icons on second item in MessengerWindow, when no Avatar pictures is available show a default one.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2742 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-20 14:34:44 +00:00
chrisparker126
080e10e89d connection for messenger chat to peer dialog (fixes minor bug
where calling messenger window chat leads to two chat windows opening)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2736 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-20 08:44:51 +00:00
chrisparker126
ab477885c3 restored open messenger to main window left hand panel
replaced messenger peer icons with avatars




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2735 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-20 08:42:45 +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
chrisparker126
9fb3770066 -sendstatus is now on qtimer - think of replacing with rs notify call back
- hack to load file status from previous rs session
- also removed 'offline' status

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2728 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-18 19:59:41 +00:00
chrisparker126
e6848bb615 enabled messenger on the side of rs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2727 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-18 19:54:19 +00:00
defnax
3083ed9db9 update translations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2724 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-18 11:29:45 +00:00
defnax
4883f59b17 added icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2723 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-15 22:31:04 +00:00
defnax
4c3651d597 Added to count new messages on Tray icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2722 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-15 14:35:27 +00:00
chrisparker126
76a4c34440 rsstatus
-implemented simple rsStatus for messenger window
- fixed minor bug with messenger window (starts new pop-up chat dialog when peer responds, if private chat started from messenger window) solution: messenger windows start peers dialogs pop-up chat dialog instead


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2721 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-15 12:02:23 +00:00
defnax
a02289a611 update translations to the latest
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2710 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-14 12:58:59 +00:00
defnax
76cb8733af Fixed new message string
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2707 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-12 22:31:14 +00:00
defnax
83272d7900 show rs version on WindowTitle for About Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2706 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-11 15:10:47 +00:00
defnax
21cf74c320 update version
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2705 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-11 14:55:50 +00:00
csoler
c6c8e63e91 ported branch commits 2666-2668, 2670-2672, 2679, 2682-2683 into trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-10 14:56:34 +00:00
defnax
063a366d12 removed double definition
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2700 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-10 10:58:55 +00:00
defnax
92df7037b2 Added ShareDialog for ShareManager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2693 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-08 16:33:10 +00:00
chrisparker126
c30e0c071e added gpg initialization for autologin
- your friends are not authenticated if not

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2692 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-08 15:51:10 +00:00
chrisparker126
6b8f62d8f0 Added support for Auto-login
- added checkbox in start dialog including warning (autologin not safe)
- added check box in gen setting to disable autologin on shutdown

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-08 11:55:10 +00:00
defnax
f38c060fb6 update Changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2687 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-05 23:58:47 +00:00
defnax
66736d9d24 Fixed Russian translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2681 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-05 13:19:40 +00:00
defnax
e315d2efc7 Fixed translations on StatusBar display.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-03 20:33:10 +00:00
defnax
523956c0bf removed formating for the textlabel in SharedFiles.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2675 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-03 18:42:03 +00:00
defnax
69d6b67673 Fixed translation support for few strings in TurtleRouterDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2673 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-03 18:29:25 +00:00
defnax
bbf220dc41 set username column by default little bit bigger
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-29 18:11:17 +00:00
defnax
a79c5eca10 Fixed to display when Peer name is not avaible with a default string.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2663 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-29 15:27:37 +00:00
defnax
128f3dd454 removed comma display on To Label, wont work properly
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2662 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-29 13:39:23 +00:00
csoler
08065b4298 ported branch v0.5.0 commits 2623, 2624, 2626, 2633, 2634, 2643, 2644, 2646, 2651 and 2654 to trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2660 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-28 20:46:45 +00:00
nishant
12536efd16 sorting on date in messages and showing time only for same day messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-28 19:48:32 +00:00
defnax
8971102bde Fixed some labels font display problem
Improved Display Messages Labels: From,Date,Subject,To, redesign the To Label to display it more user friendly

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2653 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-28 15:56:38 +00:00
nishant
27c2382d8c bug fixed for deleting selected messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2652 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-28 15:03:20 +00:00
defnax
904ecffe1f Count unsend Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2649 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-27 18:08:43 +00:00
defnax
0ffdde5c29 update Turkish translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2648 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-27 17:52:56 +00:00
defnax
9acfe64d97 enabled updated Danish translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2641 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 16:20:12 +00:00
defnax
c645530ea8 update Japanese translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2639 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 12:15:46 +00:00
defnax
f27b21cc42 update Japanese translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-26 11:16:40 +00:00
defnax
220d9039bb reset only ComboBox when close all search results
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2632 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-25 19:20:16 +00:00
defnax
7b6962499a Fixed age (time stamp) of directories
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2631 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-25 18:00:43 +00:00
defnax
df61d8d018 added to display text for Dir counts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2630 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-25 16:18:22 +00:00
defnax
a3e8bea22e Fixed to display Dir Count in search, fixed by Jimigor
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2629 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-25 12:34:44 +00:00
defnax
a58d8aa5f6 Fixed: enabled translation for Hide/Expand Button in Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 23:40:46 +00:00
defnax
4d0cc50197 restored
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2626 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 23:13:56 +00:00
defnax
8b3f8efe8d restored back Folder Age with min_age
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2622 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 18:22:58 +00:00
defnax
36427a5d15 Added textcolors for Age Indicator
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2620 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 16:47:34 +00:00
defnax
6b7bc7085f Added to display filesize in Bytes for Details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2618 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 13:35:26 +00:00
defnax
11a8a71204 restored wrong changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2617 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 13:05:57 +00:00
defnax
210a9e9c0c fixed frame header stretching in Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2615 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-24 10:52:52 +00:00
defnax
8a5863af1d fixed to display filesize formated in Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 13:27:36 +00:00
defnax
04607c1205 restore back changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 11:48:34 +00:00
defnax
6b2292e64f fixed header misc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 00:36:47 +00:00
defnax
56da9a0f65 Fixed Messages Compose->Contacts SideBar, now disabled DockWidgetMovable
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 00:21:37 +00:00
defnax
beec507b1c enabled Paste Links Full for Forum Posts, fixed Turkish translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-23 00:02:51 +00:00
defnax
594defb1bd disabled set Command action not realy useful and not working.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 23:26:44 +00:00
defnax
e97a9b540b fixed geometry of Details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 23:01:05 +00:00
defnax
1fdb4a31e6 forget to add this
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2598 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 22:06:08 +00:00
defnax
6b71666284 update translation strings, and add section to project file to update unfinished translations files easy
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 21:59:33 +00:00
csoler
a5e0006b69 forgot to commmit this one
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2595 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-22 19:46:58 +00:00
csoler
b000245ef5 merged branch 0.5.0 commits 2576, 2579, 2581-2583 into trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2592 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 21:07:12 +00:00
joss17
294f4207ed small label change
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2590 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 17:24:52 +00:00
joss17
4589974f13 add the ability to copy file details text
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2589 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 17:24:33 +00:00
joss17
b1d6e2606b Change the status bar network display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 17:24:15 +00:00
defnax
64d75f3ab7 update translations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-21 12:00:16 +00:00
defnax
a80399245f changed stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2578 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-19 14:48:45 +00:00
csoler
f8d6590952 ported v0.5.0 commits 2561,2562 and 2574 to trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2575 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 15:34:36 +00:00
defnax
12a0f45625 update Swedish translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2573 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 13:33:58 +00:00
defnax
26afeccacb clean up unfinished, removed not useful sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 12:52:42 +00:00
defnax
9634f5e6fc disabled unfinished translations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 12:30:57 +00:00
defnax
907eca965b update translations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2570 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 11:51:10 +00:00
defnax
456ee0d803 clean up ApplicationWindow
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2568 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-17 11:23:07 +00:00
defnax
3cf90e6ae1 update Russian translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2567 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-16 21:58:58 +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
defnax
8071f0d055 There was a spelling mistake on pageConnection dicovery instead of discovery and pageShares had some sizing problems which cut out some text, fixed by Jarrah
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2560 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-16 11:18:17 +00:00
defnax
0f5ceb388b Added more languages to installer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2559 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 23:25:10 +00:00
defnax
276ff5caea update Korean language translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 18:09:16 +00:00
csoler
0c40f5f7ae trunk/branch uniformisation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2552 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 16:26:41 +00:00
defnax
1a7f4a4760 fixed to work Status icons on all languages and moved Pause/Resume to the correct context menu place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 16:22:21 +00:00
defnax
f422756176 update changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2550 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 14:06:52 +00:00
defnax
3fa407c71b update changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2548 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 13:54:47 +00:00
csoler
cc17744ee3 ported branch v0.5.0 commits 2529 and 2544 to trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-15 12:57:08 +00:00
defnax
ac5eabad77 fixed QUEUE menu to work on multiple languages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-14 17:17:46 +00:00
defnax
470803a5c8 added new Japanese translation, update Chinese and Korean languages, and new strings updates for all languages from TrustView changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-13 23:22:57 +00:00
defnax
363d46ca75 removed not needed more
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-12 00:19:18 +00:00
defnax
42184efe70 fixed to get work again Chinese language , and load now Qt translations for widgets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2520 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-12 00:16:39 +00:00
csoler
ebcc7e4c1c add/del
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2517 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 23:16:21 +00:00
csoler
0705d9dfc7 added paste multiple links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2516 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 23:09:35 +00:00
defnax
ff0b797248 added Timestamps for forum message feeds to know the date for each Forum Message.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2515 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 22:41:10 +00:00
csoler
a657def956 cleaned the RS link code, factorized the parsing into a single class. Still missing: copy/paste of multiple links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 21:38:26 +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
defnax
0b4bc0f2eb added some actions for photo view
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2509 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-10 13:35:58 +00:00
defnax
f400d8f4cc fixed sharemanager closing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2508 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 22:42:39 +00:00
defnax
f58b245018 fixed to enable translation suppor for Trustview strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 21:12:07 +00:00
defnax
d0a772f5d9 use QPushButton for some dialogs fixes translation problems, QButtonBox default translations are only available for few languages.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 20:56:57 +00:00
defnax
0ea171e237 fixed mainwindow title
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2505 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 13:22:58 +00:00
defnax
0c92a8b417 update language
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2504 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-09 13:21:24 +00:00
defnax
9e11f833e8 added for Queue actions own icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2503 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 21:07:53 +00:00
defnax
24ac53dcc9 clean up turkish translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2502 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 16:13:56 +00:00
defnax
85e4a796dc clean up korean translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2501 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-08 01:03:51 +00:00
defnax
b850d75d5d remove translations with wrong naming
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 22:45:22 +00:00
defnax
edb4562ae4 clean up languages and corrected few languages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 22:42:41 +00:00
csoler
5f7486f160 added proper dynamic suppression of sources from chunkmap, and updated the gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2498 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 14:42:13 +00:00
csoler
1c2683f613 suppressed bug in dynamic removal of sources. suppressed bug in string search. Suppressed some warnings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2497 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 14:10:51 +00:00
defnax
ade3e50b3d added to show bytes and formates size FileTranferInfoWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2496 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 12:56:24 +00:00
defnax
c635091c78 fixed the popularity icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2495 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-07 02:26:35 +00:00
csoler
9e469d8baf Added proper dl queue behavior
- suppressed old DwlQueue class
	- turned mDownloads into a list of pointers to allow easy cross-info update between queue and std::map of downloads
	- added queue functionality for moving files top/bottom/up/down
	- added the necessary functions in rsFiles

Put back display of exact sizes in FileTransferInfoWidget

Suppressed some warnings.

**Warning**: this commit requires a make clean.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-06 23:29:47 +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
f362daea0b small design change of confcertdialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2491 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-06 21:30:00 +00:00
defnax
f57b4c7b64 removed old instructions from readme
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2488 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-05 13:21:20 +00:00
defnax
4afa46cb82 Added Popularity view as icons to display for each channel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2487 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-05 11:58:35 +00:00
defnax
eccd429f42 clean up Chinese translation file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 23:07:22 +00:00
defnax
47c14ef2ba fixed QFont on applicationWindow
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2485 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 18:12:25 +00:00
defnax
07da0c3917 removed translation for QFont "Arial"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2484 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 18:08:24 +00:00
defnax
63d8de8848 fixed to display pasted plaintext retroshare link in public chat in html format to get click able.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2483 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 16:44:20 +00:00
defnax
3ec3e4f53a added Copy link as html format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 15:42:50 +00:00
defnax
0780e3a09e fixed to get click able the retroshare links in privat chat
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 14:15:30 +00:00
defnax
25e1eda6ba update extensions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2480 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-04 12:09:43 +00:00
defnax
706e26a7e3 fixed only show a new message icon on tray when its a inbox message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2478 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-03 21:55:07 +00:00
defnax
759ae94033 set a item foreground color for Inbox when get a new message, set gridsize for listwidget to 18
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2475 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-03 16:22:32 +00:00
defnax
c582e29773 Added Download Time column to Downloads
changed show for Remaining the Filesize which need to be downloaded, on Download Time column show the remaining Time.
added to DetailsDialog Download Time label
added formating the filesize's for FileTransferInfoWidget 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2470 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-01 22:47:48 +00:00
defnax
8e8022daf6 update german translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2469 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-03-01 21:20:30 +00:00
defnax
ce4141648a added context menu action "Post to Blog"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2465 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 22:20:06 +00:00
defnax
887f9bc446 added context menu actions for Channels subscribe, unsubscribe and Post to Channel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 21:59:39 +00:00
defnax
323b96cc04 added BlogDetails to Blogs, added context menu actions for subscribe/unsubscribe
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 21:26:46 +00:00
defnax
0a25b291f3 rename strings and functions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2462 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 15:30:13 +00:00
defnax
311e783f14 fixed again minimum size on Search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2461 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 14:30:13 +00:00
defnax
537eea5dbb improved search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2459 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 12:06:51 +00:00
defnax
62e8b2881a fixed stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2458 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 01:12:47 +00:00
defnax
eee9ca1635 Fixed to get again gui resize able , search not allowed more to set gui to a minimum size.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2457 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-28 01:03:37 +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
csoler
84cad6a7b0 cleaned some memory leak in search, added 2 checkboxes for F2F and friend lists, made the "include own files" work properly
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2455 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 21:10:54 +00:00
csoler
9d6173a1ee put the max result test at a more appropriate place in the code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2454 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 20:29:28 +00:00
csoler
a516d53a5b fixed display of uploads tunnels
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 20:19:31 +00:00
defnax
c18196ec3d fixed timestamp
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2452 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 18:51:59 +00:00
defnax
34735c9668 when message timestamp is less then 24 hours then use this format "hh:mm:ss" else "dd.MM.yyyy hh:mm:ss"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2451 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 18:40:16 +00:00
defnax
e23878665b fixed trayicon tooltip
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2450 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 17:59:59 +00:00
defnax
508782f673 added change trayicon when get a new message, added change trust icons when trust is changed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2449 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 17:47:52 +00:00
defnax
1fd4bfd342 update script and added a spacer when counting Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 12:45:09 +00:00
defnax
17607626c0 added to installer to install gpg4win
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2447 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-27 01:29:00 +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
a9311ced0c change the button at the end the the connect friend wizard dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2445 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 23:44:12 +00:00
joss17
cc76a4d022 small fix on gencert dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 23:43:55 +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
b91176f06e add own ip addresses list to profile widget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2439 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 23:42:39 +00:00
defnax
b7cd4c0627 connect PrintButton when not use the menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2437 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 16:59:24 +00:00
defnax
918af41bed changed add friend icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2435 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 14:49:55 +00:00
csoler
a511273160 small bug correction in display of unknown hashes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2434 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 14:34:46 +00:00
defnax
af2705893d setWindowIcon for a QMessageBox in ShareManager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2433 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 13:32:55 +00:00
csoler
15a28b1d2e added a spinbox to limit the number of search results (too many results may hang the gui)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 12:38:29 +00:00
defnax
d3c6e49ce4 removed not needed horizontal line
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2431 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-26 00:45:09 +00:00
joss17
a228503d0e add the tunnel config to server tab, and activate the tunnel on fresh configs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2429 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-25 22:44:27 +00:00
defnax
1ee9a6ae0d added for blogs own define to project file and set on MainWindow the defines for Blogs, added to function for Messages icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2423 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-25 13:12:18 +00:00
defnax
7d8026d76b removed Win32 defines
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2422 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 22:02:10 +00:00
defnax
5bd642cf6a enabled Run Email Program for all platforms
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 21:55:32 +00:00
defnax
1983a5ab9a fixed stretching layout
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2419 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 21:39:11 +00:00
defnax
04400dc67d moved the Buttons Make Friends,Deny Friend, Sig GPG Key to the Bottom of Trust Tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2418 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 21:32:51 +00:00
defnax
3dc156b6f6 improved the icons and Buttons in Trust Tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2417 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 21:24:59 +00:00
defnax
fba9772a18 use for color sources friends sources + anonymous sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2416 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 16:54:02 +00:00
csoler
7691f8aee9 added missing NetworkWide flag to download from recommendation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2415 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 14:27:12 +00:00
csoler
92dbbe8f99 corrected bug in MessageDialog: friendly size was could not be properly converted into a real file size. We should not use it.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2414 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 14:25:23 +00:00
defnax
7cba8b3b6b clean up blogs from project file added to the unfinished section for compiling
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2413 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-24 12:58:24 +00:00
defnax
e7a78af546 little bit worked on rsStatus, and added a tooltip for status message lineedit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2412 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 23:53:44 +00:00
defnax
887b151779 Fixed Load and Save own status Message in MessengerWindow works now, you can change your status message in MessengerWindow.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 22:26:38 +00:00
chrisparker126
315881493d mvd blogs to unfinished
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2404 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 21:44:56 +00:00
chrisparker126
791f91981b Added blogs to unfinished to assist with debian builds
- blog currently uses qt 4.6 (qwebview)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2402 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 20:46:48 +00:00
chrisparker126
aeb0f44259 added blog to enum
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2401 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 19:50:14 +00:00
chrisparker126
5442d92942 preparing to add to unfinished
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2400 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 19:30:43 +00:00
defnax
c9599fa1ed added context action for Paste retroshare Link
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 16:55:29 +00:00
csoler
6943dbc9ac added smotth interpolation flag to image scaling
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2398 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 14:11:47 +00:00
defnax
451ede6fde added Past rs links from Button, and fixed not allow send blank Forum Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2397 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 14:01:51 +00:00
defnax
4ed969a4cd restored back changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2396 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 11:11:02 +00:00
csoler
dd818e1c68 improved display of turtle router info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2395 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 09:14:35 +00:00
defnax
3ccfdb2ae5 replace PGP strings with GPG
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2394 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 00:22:04 +00:00
defnax
5e0616f849 removed not used frame for attachments
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2393 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 22:37:04 +00:00
defnax
810accdfc0 changed the default Blog Header stylesheet, and use now white Text Color
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2392 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 22:07:13 +00:00
alexandrut
103e4517e9 include own files check option on search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 21:44:43 +00:00
defnax
f3e507d59a removed not needed functions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2390 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 20:43:43 +00:00
defnax
859e991c91 Fixed Resume/Pause context menu actions to work properly in all Translations to use now FT_STATE_WAITING/FT_STATE_DOWNLOADING
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 17:45:55 +00:00
defnax
9e584e6723 redesign Create Blog Msg Publisher with html Formating features and fixed textSize formating for Message Composer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 14:20:40 +00:00
defnax
e6678bdf9a added to can use *.gif pictures now too for Avatars.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2387 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-22 12:53:24 +00:00
defnax
86a64be229 update with new French translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2386 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-21 20:37:04 +00:00
csoler
c424b84e2a suppressed dbug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2385 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-21 19:27:13 +00:00
defnax
2451a6c266 added to installer script imageFormats plugin for display and use jpeg,gif,tiff under Windows properly .
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-21 16:28:02 +00:00
alexandrut
c4a5577ffb search result filtering
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2383 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-21 13:38:27 +00:00
csoler
f9a1bbf8c8 fixed display issue in transfers (bad colors in crosses)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2382 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 23:25:17 +00:00
csoler
7625238724 improved display of tunnel info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2381 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 22:51:24 +00:00
csoler
c7895aa0e2 made gpg ids more consistent with the way gpg lists them
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2380 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 13:36:30 +00:00
csoler
449f257ef5 added more detailed info about gpg ids in login and gen certificates dialogs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2379 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 13:25:09 +00:00
defnax
7efb1c3890 fixed to remove not useful frame for BlogsMsgItem, add a VerticalLayout which puts ever new items to the top of the widget when its has only one or few items.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2378 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 10:59:47 +00:00
defnax
76e2f5c9c4 Fixed to get work properly Play and OpenFile when File Transfer is complete, Play action is only visible when its a media file.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2377 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-20 01:52:44 +00:00
chrisparker126
3ff7635171 adding blog bad to gui, test for new blog reply field
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2376 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 23:23:19 +00:00
csoler
de217179d3 additional info into FileTransferInfoWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2375 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 22:46:21 +00:00
defnax
a32c4b74b4 Added actions for disable/enable Emoticons in Privat Chat and for Clear Chat History
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2374 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 22:31:32 +00:00
csoler
5263a49038 fixed bug in clink on link in group chat
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2372 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 19:37:24 +00:00
defnax
459c364636 Added action to GroupChats Button Menu for disable/enable Emoticon's, not yet stored
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2371 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 18:33:35 +00:00
defnax
e3f2afd031 added miniupnpc.dll to installer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2370 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 16:22:56 +00:00
defnax
d6192b4b47 update german translation not yet finished
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2369 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 14:22:35 +00:00
csoler
3a77c292e6 retrocompatibility with ubuntu intrepid
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2368 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 13:55:18 +00:00
defnax
04eeb0138f update language strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2367 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 13:23:03 +00:00
defnax
91023d9413 use correct icons for increase/decrease
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2366 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 01:48:52 +00:00
defnax
ec8a35afb9 forget to delete this icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2365 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 01:34:46 +00:00
defnax
4ee0b8f252 removed unused icons, needs make clean for compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2364 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 01:33:32 +00:00
defnax
01591c192d changed few message composer icons to use oxygen icons, and removed some not needed icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2363 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 01:05:25 +00:00
alexandrut
11f63c90ea filter after search, not before search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-19 00:48:42 +00:00
csoler
02786d0524 restored proper display of source chunks
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-18 22:30:36 +00:00
joss17
dcb130281e put back the source progress bar (availability bar)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2359 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-18 16:29:04 +00:00
defnax
ec2a0a3057 some design improvements for Advanced Search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2358 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-18 02:14:09 +00:00
alexandrut
f9af70d361 possible fix to recommend system
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 22:28:07 +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
csoler
dd114e54d7 security fix to xprogressbar display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2354 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 20:22:52 +00:00
drbob
f1a056dd93 Uninitialised variable, lead to crash under MacOSX.
NB: The semantics of the updateDisplay function seem wrong...
    maxHeight, and hence pixmap size will always lag by a function call.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2353 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 19:48:59 +00:00
defnax
c692fba632 update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2352 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 19:27:39 +00:00
defnax
04cb3e6380 use green icon when stun or ext address is ok
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 19:15:31 +00:00
defnax
5fcc231d93 enabled filetype icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2350 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 02:57:07 +00:00
joss17
3014a9a233 reengineered the transfer list display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2349 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-17 02:10:25 +00:00
drbob
f2f23e7ece Modifications to get it compiling under MacOSX.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2345 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 23:08:48 +00:00
defnax
4a5bd60880 added a search icon into the search frame
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2343 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 20:02:46 +00:00
defnax
702ddbd769 fixed to work again to launch the default email client under win when push the email button on ConnectFriendWizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 18:11:26 +00:00
defnax
0f4d4dfedc changed save/copy Cert icons for ConnectFriendWizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2341 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 18:00:18 +00:00
defnax
8301781352 little changes for default stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2340 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-16 15:40:07 +00:00
defnax
549979407c fixed a bug on MessengerWindow context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2339 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 23:47:12 +00:00
csoler
6f09abb9c5 suppressed dl time for peer lines (means nothing)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2338 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 22:03:42 +00:00
csoler
f0bb8153f8 reduced cost of progress bar display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2336 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 21:19:02 +00:00
nishant
9303035d7f messenger-window thumbnail photo update on change
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2334 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 18:44:35 +00:00
defnax
1db429537b update search extensions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2332 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 17:29:13 +00:00
defnax
10906fe047 update infodialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2329 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 15:15:23 +00:00
defnax
99b56b50dd update search extensions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2328 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 14:52:47 +00:00
defnax
8404963d73 update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2327 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 02:06:48 +00:00
defnax
869b498c2e removed the icon column not more needed, set TextAlignment for Sources AlignRight, update extensions,
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2326 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-15 01:09:23 +00:00
defnax
b6e289c8c7 hide searchid column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2325 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 21:48:54 +00:00
nishant
a5b01d1de6 to show files sources count in form of friend source/ total source
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2324 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 18:56:56 +00:00
defnax
d2bda9fff3 fixed stlesheets for Search LineEdit's frame, use now 3 chars for search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2323 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 17:58:22 +00:00
csoler
1f6444829f blue -> gray
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2321 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 15:50:38 +00:00
csoler
5db2d85ad6 restored this file in proper workign state
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2320 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 15:50:10 +00:00
csoler
1fe7b8262c limited the search to > 4 chars, suppressed some debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2319 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 15:34:53 +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
4435ccf228 remove a bug in peersdialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2317 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 14:17:58 +00:00
defnax
4a5a281424 added clear Filter Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2315 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 12:29:50 +00:00
joss17
fbb9349613 change the profile widget to replave spinbox by lineedit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2314 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 12:05:11 +00:00
joss17
bb3696597a add some validators for gpg key gen
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 12:04:44 +00:00
defnax
48a25578c0 fixed setFocus for search LineEdit when clearing it.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 11:43:28 +00:00
csoler
4b5a175b38 improved turtle router display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2311 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 10:53:57 +00:00
csoler
c37679e807 put the tunnel info as a new tab in the transfer page.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2310 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 09:06:37 +00:00
defnax
850e756fe3 hide reset button when search field is empty
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2309 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 02:31:37 +00:00
defnax
2f43e4152c little design fixes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2308 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 01:34:14 +00:00
defnax
23b2a9cce0 fixed able again hide/show the Messages Filelist, used now signal/slots in ui.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2307 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-14 00:38:03 +00:00
defnax
6daa5809c7 fixed the left side friends list for Message Composer to get resizeable
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2305 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 22:34:13 +00:00
defnax
edd961d761 update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2304 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 22:25:30 +00:00
csoler
63b51f5792 fixed display issues: always -> all and void string -> unknown for turtle hashes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2303 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 22:14:06 +00:00
defnax
6c7ce4f3e2 fixed items not editable and added again a splitter
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2302 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 22:13:13 +00:00
nishant
5e9e342bc9 tree widget converted to tree view in MessageDiwalogue and other fixes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2300 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 18:49:56 +00:00
defnax
a3a66e8dc5 added icon for Always item in files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2299 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 15:05:12 +00:00
defnax
d9d1f15c7f disabled style Button, is not yet stable, can let crash
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2298 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 14:18:49 +00:00
defnax
3993ed45d5 fixed stylesheets and enable OpenExternalLinks on InfoDialog , ID: 2951145
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2297 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 14:14:12 +00:00
defnax
fde317cf22 change peericon when indicator changed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2296 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-13 12:21:41 +00:00
defnax
2573a05dfe Added Save Cert Button to ConnectFriend Wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2294 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 19:11:52 +00:00
defnax
0a5e3c9b63 added more info for Network Wide/Browsable to the Description Label in Share Manager
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2293 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 17:21:35 +00:00
defnax
4d1e48e63e added icon for gpg key checkbox
clean up and removed not needed icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 12:11:59 +00:00
defnax
143bad8ee5 forget to commit the icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2290 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 11:34:50 +00:00
defnax
cb30c2e68b fixed the search header size
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2289 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 10:58:47 +00:00
defnax
63b98f3ccc improved design of profile generation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-12 01:02:18 +00:00
defnax
a1837e4639 fixed startmenu entry add first link to RetroShare.exe then the uninstall link.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2286 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-11 18:32:25 +00:00
defnax
e48b51102e update languages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2285 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-11 17:05:38 +00:00
csoler
2919c0b5e8 disabled unfinished buttons in Transfer Settings page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-11 08:46:03 +00:00
defnax
7d20325d6f fixed to not stretch Download Button in cleanlooks style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2281 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-11 00:02:29 +00:00
defnax
3bd8421254 update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2280 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 23:49:28 +00:00
joss17
46933bf791 still log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 21:53:37 +00:00
csoler
76dd404c0d corrected display byg in transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 21:02:46 +00:00
defnax
467f8f7287 update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2273 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 13:57:03 +00:00
defnax
d48046133a update script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 11:55:35 +00:00
joss17
b46cf457db further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 10:56:54 +00:00
andrewsteinborn
be92a7941a added "make install" target -- configurable at qmake run w/ PREFIX=/whatever qmake -o Makefile before build
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2270 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 08:00:31 +00:00
defnax
100b5fc2ed fixed removed not working messagebox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 20:04:44 +00:00
defnax
cef7f2dbdc changed rs icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2264 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 19:59:28 +00:00
defnax
bdc1b8bc96 fixed script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2263 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 19:40:07 +00:00
joss17
9262feac1c add error info when gpg password is wrong
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 19:10:42 +00:00
joss17
fba2a3afae add gpg password static store when gpg password callback is called
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 19:10:15 +00:00
defnax
a9029b26c1 added icon + text label to search , format Checkbox to PushButton
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 16:42:09 +00:00
defnax
8f394af5d6 added for Last Month indicator icon too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 15:54:15 +00:00
defnax
ab852e0fe0 added for indicator change Folder icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 15:05:08 +00:00
joss17
cd09858390 remove the progress bar on gpg key generation as it doesn't worrk properly
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 14:11:34 +00:00
defnax
3269dcce0e changed the Directory icon, use now blue folder icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 13:49:37 +00:00
csoler
c4af6f2dea restored correct position for checkbox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-09 13:18:01 +00:00
csoler
b899327f13 improved display of turtle routing info, corrected some minor compilation issues
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 23:09:46 +00:00
defnax
24f8ca5b98 added icons to AgeIndicator combobox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 22:52:49 +00:00
csoler
1bba429dad disabled some unfinished widgets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 22:50:15 +00:00
csoler
024e7f4b44 made the age indicator functional, by recursively changing color of directory/files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2244 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 22:32:00 +00:00
defnax
55c514d850 use CreatForumMsg when replying from News Feed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2242 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 20:43:23 +00:00
joss17
1c51a0faab still further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 16:42:26 +00:00
joss17
6f1e4623ab further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 14:06:43 +00:00
defnax
f14f4f58d7 use for Attachments on GeneralMessage AttachFileItem
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 13:18:09 +00:00
defnax
442b8e2fb7 added groupbox to the News feed Items
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2236 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-08 00:21:08 +00:00
joss17
5aff139382 further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2235 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 23:01:46 +00:00
joss17
a433eb6abd further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2234 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 23:01:18 +00:00
defnax
ecea917822 little design changes for General Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2233 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 21:29:38 +00:00
joss17
bf67301d71 remove a maximum of debug outputs for the release
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2232 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 21:28:40 +00:00
csoler
7d82dfb115 suppressed non release mode menu entry
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 20:10:31 +00:00
csoler
3621ef4a95 resurected error msg window. Added a check for file hashes in FileRequest() to detect issues with badly formed file links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 18:10:12 +00:00
defnax
9aae5520e9 few design improvements for Feeds Peer Item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 17:40:22 +00:00
defnax
dcfdaf44e0 fixed to not stretch News Feed items when you has one few items in News Feed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 15:47:30 +00:00
defnax
57454e0486 removed not needed sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2226 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 14:24:51 +00:00
defnax
5515b12608 improved stylesheets for News Feed Items
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2225 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 14:18:05 +00:00
joss17
db225bdcb7 re implement chat parsing for urls. External web browser call might not work on some systems
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2224 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 12:36:37 +00:00
defnax
37e9bf527c fixed to show for Folders Type Folder, and set root is decorated to not download a dir when want expand it.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2223 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-07 01:37:06 +00:00
defnax
a4e09bc8ba improved stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 22:56:56 +00:00
joss17
3f4c0385c8 removed unused settings bis
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 21:56:26 +00:00
joss17
cdf02f3834 remove unused settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 21:56:10 +00:00
joss17
bf82892bb2 update connect friend wizard for realease
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2217 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 21:55:54 +00:00
joss17
48cc8ffb19 fix a bug in quick start wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2216 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 21:55:34 +00:00
joss17
47b6cff805 update version info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2215 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 20:49:49 +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
defnax
06a84d38b7 fixed path
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 18:28:17 +00:00
andrewsteinborn
73268a7d71 Solid LZMA compression and removed auto-start remove line from
uninstall, autostart is commented out!


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 04:07:34 +00:00
defnax
4a56406b1d fixed to not stretch buttons in cleanlooks style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2209 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 22:48:31 +00:00
joss17
b47762cf12 small redesign
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2207 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 22:22:14 +00:00
joss17
17c0796337 add new info to infodialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2206 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 22:21:35 +00:00
joss17
e84fab0562 redesign cert generation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2205 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 22:20:55 +00:00
joss17
ef8cf1d8a6 add message flags initialisation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2200 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 20:01:49 +00:00
defnax
e6595f767c set a default Avatar when Friend has no Avatar for Privat Chat.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2199 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 19:30:18 +00:00
defnax
604dce321e fixed when creating a new forum clear name and description fields.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2198 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 16:11:55 +00:00
defnax
7941ef591e changes for LinksDialog: disabled bold text, added a Label to display each Link in html format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2197 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-05 13:44:33 +00:00
defnax
d490f6b0fe fixes on QMessagesBox's to show a default window icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2196 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 23:12:35 +00:00
defnax
451af2b47d moved Forums before Links Cloud
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2195 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 21:47:34 +00:00
defnax
eb2876bdb9 fixed vertical layout spacer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2194 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 21:27:02 +00:00
defnax
3b1fe9db02 added required libgpgme and libgpg-error to installer script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 21:21:56 +00:00
csoler
c2fdbe177d corrected issue in display of download/upload progress
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2192 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 21:08:53 +00:00
defnax
163ed040be reorder columns moved Share Type as last column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2191 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 16:54:59 +00:00
defnax
abccee278e update installer script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2190 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 14:11:21 +00:00
defnax
a229b1a651 update smileys
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2189 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 12:42:09 +00:00
defnax
be36aa98c6 update smileys
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2188 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 12:40:07 +00:00
defnax
9115466351 fixed added connect for hide unconnected Friends action
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2186 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-04 00:04:41 +00:00
defnax
bd049a0bbd added nicklabel for MessengerWindow to show own name + location
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2185 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 23:38:38 +00:00
chrisparker126
f9a66766bf script for blogs to .pro file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2184 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 23:09:55 +00:00
chrisparker126
b98dc7930a added blogs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 23:01:38 +00:00
defnax
572d2c198d fixed to not stretch last column but stretch first column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2180 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 22:42:23 +00:00
csoler
8ccf3c3e2d corrected bug about display/selection of anonymous files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2176 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 20:59:54 +00:00
defnax
8d74bb0e6b redesign MessengerWindow
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2175 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-03 17:39:30 +00:00
defnax
1d6bef168b improved blue stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2173 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-02 12:28:09 +00:00
defnax
4e6290d985 design improvements for AddLinksDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-02 00:01:17 +00:00
defnax
e7bf81f0e0 added for MessagesBox's a default window icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-01 17:26:22 +00:00
defnax
309e88e6b7 Added to send own Shared File as link to Public Chat
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2169 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-01 14:47:54 +00:00
defnax
1600831e16 Added attaching files to Public Chat via Button/Drag and Drop
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2168 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-31 22:29:30 +00:00
defnax
8b6f91e144 changed on context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-31 18:45:57 +00:00
csoler
e0113efb30 small fixes in files context menus
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-31 14:21:24 +00:00
csoler
153413c94d small bug fix
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2161 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-31 13:21:37 +00:00
joss17
0f7b6a0bb8 in message composer, connected peers are colored in blue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2160 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 22:00:50 +00:00
csoler
8e5b1dca64 factorized and cleaned the common code between fistore.cc and fimonitor.cc, improved the stability of FileIndex, improved the display in RemoteDirModel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2158 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 20:47:34 +00:00
defnax
dd5e058173 store file certs as .rsc extension
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 16:07:12 +00:00
defnax
abee3afb3e store cert file as .rsc format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2156 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 15:33:25 +00:00
defnax
353a93df62 removed not used Export Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 11:25:41 +00:00
defnax
f12bad3d51 fixed string for context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 11:24:06 +00:00
defnax
b6ebcd1a81 fixed Channel Msg item to not stretch when is only one item in list.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2153 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 02:19:09 +00:00
defnax
ee0e1f2f5d clean up Channel sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2152 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-30 01:13:03 +00:00
defnax
cf9309733b added to store own key into a file.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2151 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 23:34:16 +00:00
defnax
af973cdf5b fixed wrong stretching layout, removed not needed frame and added VBoxLayout for adding ChannelMsgItem's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 23:13:58 +00:00
defnax
1eb5b8fbfc removed link label
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2149 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 23:07:07 +00:00
andrewsteinborn
bc84ebb494 Delete the odt readme, start on Welsh translation and remove a blank line in rsprint.cc.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 22:14:53 +00:00
defnax
c912f6947e moved TabPosition to East side
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2147 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 21:45:30 +00:00
defnax
295bd80413 changed border colors, formated new Thread,reply buttons as ToolButtons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2146 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 21:40:40 +00:00
defnax
af35b5fb24 changed bandwidth graph window icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2145 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-29 21:19:53 +00:00
defnax
d40983109b changed the Date Format to dd.MM.yyyy for Messages
changed font for Subject Label

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2144 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-28 12:56:17 +00:00
defnax
522240961b changed set a new minimum size for settings listwidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-28 11:41:35 +00:00
defnax
c866df1015 clean up code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2142 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-28 00:34:33 +00:00
joss17
e142c63180 update start wizard, change gui settings directory into ssl profile directory (RestroShare.conf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-27 22:31:25 +00:00
defnax
fb5bbf2e96 Added TransferPage to Settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2140 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-27 20:24:49 +00:00
defnax
da98a8f3ff update extensions for Search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2139 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-27 20:16:33 +00:00
defnax
e42bea40cf Display From Label as Link
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2136 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 23:41:02 +00:00
csoler
7fd5c7ad4b restaured priority queue methods, and made better context menues.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2135 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 23:25:00 +00:00
csoler
a70b106005 - added NETWORK_WIDE flag to remote dir model download
- added file priority strategy based on which files are requested first. This provides:
	- equal file speed for files with equal (source,priority)
	- effective priority speed for file of same source but different priority
- removed state variable load/save from turtle, as it's not needed anymore (FileRequest re-opens tunnels as needed)
- manage availability per peer instead of per file type: direct peer ids always assume file availability, while turtle tunnels don't

I still need to make the download queue work, and code this gui for it.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2133 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 20:40:21 +00:00
defnax
656aa9db5d Added Chunk size and Number of Chunks to DetailsDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2131 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 14:57:05 +00:00
defnax
ef21de908c set Download/Upload Speed values higher then before
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2130 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 11:36:22 +00:00
defnax
d8a8f041ce changed Column order ,set Subject Label bold
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2129 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 23:58:48 +00:00
defnax
de288d196d added to show personal status of each friend when its avaible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2128 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 22:08:23 +00:00
defnax
57351f7bbe fixed selection for the action
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2127 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 20:19:32 +00:00
defnax
704d89ab9a Added a Blockquote Button to ToolBar, changed Message Toasters Icon label as ToolButton
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2126 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 20:16:54 +00:00
defnax
777b52753a Added Split Text for Compose Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2125 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 15:36:24 +00:00
defnax
bb3a1ba8b1 use AttachFileItem for Forums and Chat too, use SubFileItem only for Channels
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2124 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 14:35:32 +00:00
defnax
6cb925016a little improvements for Compose Messsage,
added Blockquote,Increase font size,Decrease font size,text font to code style Buttons
added when reply to a message set TextCursor to End.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 14:03:38 +00:00
defnax
c86196e8fa save and load ToolButtonStyles
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2122 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-25 12:44:12 +00:00
andrewsteinborn
e2549624f6 Added Welsh in languagesupport.cpp
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-24 22:51:18 +00:00
joss17
bf36fd86bf add input validator for gpg key gen
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2118 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-24 22:15:02 +00:00
andrewsteinborn
545f3fb988 Added Welsh translation, will work on later.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2117 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-24 20:59:58 +00:00
csoler
0e7f9df638 made contextual menus in FT more contextual, added info about transfer type and chunking strategy, load/save of transfer flags
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-22 23:23:37 +00:00
defnax
9182091917 fixed to get compile unfinished sources again
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-22 21:24:25 +00:00
defnax
acca7d5c90 Fixed Buttons layout,
Added save as, print, printpreview to context menu

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2112 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-22 19:23:12 +00:00
defnax
51c2e5b642 little layout improvements for messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2111 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-22 01:05:45 +00:00
defnax
633300c5cc Added Copy and Send retroshare links for Search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2109 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-21 22:34:10 +00:00
defnax
9df7ac473f added to check if attachments is ready for send Message
added for every new Message/Reply or Forward setWindowTitle beginning with always "Compose: " 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2106 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-21 16:35:00 +00:00
csoler
daee15776c added guard against downloading local files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2105 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-21 12:39:26 +00:00
csoler
751a466083 suppressed share type column for remote peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-21 12:35:11 +00:00
joss17
f481dbef59 add include for latest gcc. Comment usleep fonction in tou_net.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 22:02:43 +00:00
defnax
28a1244a1b Added Attach File feature for Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2099 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 21:39:27 +00:00
defnax
b8450774f5 move checkbox to bottom
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2097 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 17:37:01 +00:00
csoler
bad2b7a9f6 disabled unused column in Shared files tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 12:40:17 +00:00
defnax
3a1c6ed76f Added ChannelDetails for Channel Informations
Added Context Menu for Channelist for open ChannelDetails


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-20 00:29:40 +00:00
defnax
dd09c2a344 fixed layout of Channel Message item, when Description has long text to not stretch Thumbnail picture to the Bottom
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2094 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 23:58:28 +00:00
defnax
260ef774a5 added RS_FILE_HINTS_NETWORK_WIDE for SubFileItem
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 22:08:42 +00:00
defnax
045a70ab10 added a icon for SSL item when connected
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:58:10 +00:00
joss17
c0acb71136 add the clean cert routine for gpg certs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:44:59 +00:00
joss17
868e60af06 add the possibility to create a gpg key for new profile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:44:13 +00:00
joss17
f8d2fb5de3 add a check button to hide unconnected friends
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2088 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:43:40 +00:00
joss17
2f13d31725 update display of the profilewidget tab in peersdialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:43:13 +00:00
defnax
0b736d9f28 moved collapse/expand to correct place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2086 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 21:21:11 +00:00
defnax
5676b68248 removed not working details ago for folders
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 19:31:53 +00:00
defnax
d5b11f00d4 use now same stylesheet for Messages too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 17:51:50 +00:00
joss17
b617dcd1f7 removing of own gpg key as friend when not necessary
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-19 13:09:11 +00:00
defnax
98820697d4 Added for Create Channel the Channel Logo Button + Display
Added for Forums Collapse all/Expand all

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 23:59:49 +00:00
joss17
c62daadacd improve peer chat and message composer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2078 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:50:14 +00:00
joss17
cd7467e86d add the expand all / collapse all actions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2077 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:44:40 +00:00
joss17
ac580a6c07 add location to account detail at startup, and improve the peersdialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2075 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:44:09 +00:00
joss17
5f27d75dc4 change the display of connected peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2074 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:42:10 +00:00
defnax
20646fb349 Added connect the Thumbnail Button for select Images/Pictures to use it as Thumbnail for your Channel Item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2073 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:30:21 +00:00
defnax
eab78c5c03 added Animation as progress when generating a new key
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2072 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 22:02:40 +00:00
defnax
537d767a24 little change for the info text
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2071 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 21:09:36 +00:00
defnax
a44d28d7de Added a new CreateChannelMsg Dialog as replacement for GeneralMessage for Channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2070 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 21:02:16 +00:00
defnax
15fc60903d added Combobox for Auto Download On/Off
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 18:49:36 +00:00
joss17
af68fa36ce add key generation at startup if no gpg key found
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2068 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-18 12:30:54 +00:00
defnax
28882efe03 Added Timestamp for each Channel Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2067 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 22:25:37 +00:00
defnax
c9764e5f00 set location textcolor blue when its connected
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 21:41:22 +00:00
defnax
cb2640237f added Download Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 19:13:07 +00:00
defnax
d7a4129cd6 Added QKeyEvent to Deny or Delete Location in a easy way via Key Delete.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2064 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 17:58:28 +00:00
defnax
ffb5938a03 Added Sort Status to Display menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 12:34:33 +00:00
defnax
fe08948d9f added when status message avaible add after your Online status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 11:59:49 +00:00
defnax
ff8d011ac7 added menu for Display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2061 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 02:27:32 +00:00
defnax
59e44e2fbe Changed the default thumbnail image for channel msg item
Added for Friends add menu few more useful actions
Little redesign of Create Forum Message with stylesheets 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2060 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-17 01:36:50 +00:00
csoler
e3ae7e622c fixed up file attachement to forum msgs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 23:08:14 +00:00
defnax
84447a6304 Added to Send RetroShare link as html format for Messages
Added to can download from Messages when clicked on link.
Added when start connection attempt then change icon on location.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 18:03:35 +00:00
csoler
e70e995894 added functionnality to complain when a download is initiated over a file already in download, or in the HD
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 15:42:26 +00:00
csoler
fee083e6b8 fixed downloading of links attached to forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 14:31:32 +00:00
defnax
561104297e Fixed to check if Messages contains Re or Fwd to not add more.
Added when Messages contains Re or Fwd change Message icon

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-16 02:42:11 +00:00
defnax
545f37e615 fixed to clear msgText when not selected
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 19:24:21 +00:00
defnax
363420899a added some stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 13:55:14 +00:00
defnax
80142c2752 change hide/expand icon when frame is hidden/visible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 00:41:27 +00:00
defnax
66fe9cb9b0 some changes for Button stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 00:21:59 +00:00
defnax
7e29afbbd9 moved the Status icons to the correct place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-15 00:09:39 +00:00
defnax
1c23a2fb2c removed border colors
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 17:38:45 +00:00
defnax
ae4d69eba6 changed Background color of the Channel Msg item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 14:08:46 +00:00
defnax
0b8cb7b287 changed link scheme to retroshare:// for forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2039 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 13:54:16 +00:00
defnax
9a8f693f3d Added attaching files feature for Forums, not working properly yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2038 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 13:03:43 +00:00
joss17
a51df4ba6b accept own locations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2034 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 00:38:36 +00:00
joss17
37cf2e98a2 remove boost call
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2030 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-14 00:35:16 +00:00
joss17
115a80045e implementation of p3disc with new gpg key management
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2026 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:33:54 +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
018b84a1e1 change the design of the connect friends wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:30:44 +00:00
joss17
c6edff7df8 change the cert to gpg + some ssl details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2022 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:29:21 +00:00
joss17
3656eeb00b show correct location when adding an sl cert
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2021 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:27:49 +00:00
joss17
e50dc4e3b9 implement dummy friend for a gpg key, improve PersDialog ui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:25:18 +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
bb9fb11257 remove own id from friends
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2016 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:18:05 +00:00
joss17
bb45fa3db5 working gui version for peers dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:16:18 +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
45b2287d41 remove the store of the pgp password
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:06:53 +00:00
joss17
6055c30832 code cleaning
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 21:03:36 +00:00
csoler
d377aa1278 compilation fix
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 20:42:51 +00:00
defnax
eb33fa9014 added a checkbox to can disable Quick Start Wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-12 22:46:18 +00:00
csoler
96147a9734 added flags to file request: RS_FILE_HINTS_ASSUME_AVAILABILITY to not wait/ask for chunk maps. Used for cache transfer and also whenever the turtle traffic is not involved, such as chat file exchange, and RS_FILE_HINTS_NETWORK_WIDE to force using turtle routing for traffic. Also moved turtle tunnel start/stop orders from ftServer to ftController
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1995 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-11 22:38:18 +00:00
csoler
cfaaec31c7 - Implemented chunk-based file transfer from partial sources. This in particular means:
- exchange of chunk availability maps from different peers
    - correct handling of what is available to which source before asking the data
    - correct display of chunks in the progress bars
    - generalised the use of compressed chunk maps
    - removed the size parameters from the hash search functions
   
- In addition:
    - suppressed a number of per-value transfers of std::string
    - improved the FileTransferInfo Widget, to show some additional info

Still to be done:
    - chunk map exchange for non anonymous traffic (easy)
    - improve accuracy of completion for uploads (for now it's a integer number of chunks)
    - check compilation on windows




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1993 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-11 16:00:42 +00:00
defnax
add5d45eeb some layout changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-10 23:14:48 +00:00
defnax
f60a69bec4 fixed to not add a new "Re:" when forum message has always one.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-10 02:03:41 +00:00
defnax
3840fa24a1 little bit improving Channel Msg item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-10 01:28:04 +00:00
defnax
ffddff8cbb fixed Contacts DockWidget to not resize
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1989 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-09 23:32:43 +00:00
defnax
3fc74316f4 changend wizard icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-09 23:10:14 +00:00
defnax
7017a35581 Added Reply to Author feature for each Forum Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-09 16:33:00 +00:00
defnax
2ad7d02fa3 Added settings for start Quick Start Wizard at first time start.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-08 16:32:10 +00:00
defnax
5b526e9574 added Darknet/Web of Trust Combobox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1983 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-08 14:38:37 +00:00
defnax
b05dbc80e4 Added Quick Start Wizard
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-08 13:00:00 +00:00
defnax
6f176c620b fixed remove rows before adding new
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1981 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-06 23:03:54 +00:00
defnax
238b2773bf update the CommentsModel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1980 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-06 02:40:06 +00:00
defnax
088abd243c added functionality to format speed for DetailsDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1979 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-06 00:19:20 +00:00
defnax
5008cfdf25 Added DetailsDialog for Transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-06 00:10:15 +00:00
defnax
c9e5e72edd little improvements for Channels and Forums Design
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-05 01:49:58 +00:00
defnax
2f9f390dbf update emoticons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1976 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-05 00:00:33 +00:00
defnax
42b21bc81c update emoticons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 23:26:04 +00:00
defnax
e2c863199e Added Allowed Messages Information for each Forum if its a Anonymous or Authenticated Forum
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 16:39:56 +00:00
defnax
5807dcd2fe added switch signed/none string when Forum has signed or none signed message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1973 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 16:03:26 +00:00
defnax
a7f143e0dc Added Display smiley icon in Forum Posts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 14:29:49 +00:00
defnax
086c13cce7 added Smiley Support when creating new Forum Message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-04 14:28:21 +00:00
joss17
7e273275a8 fix a bug in peer display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1969 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-03 13:54:38 +00:00
defnax
4cc7c5aae4 Added when no Thread selected clear Forum Name ,Post Text and Thread Title
Added when switched Thread then clear last Post Text and  Thread Title

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-03 01:27:29 +00:00
defnax
256ea3a282 Added to Display the selected Posts Thread Title
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 22:50:56 +00:00
joss17
e65bce7048 fix a small bug in popup chat dialog with V scroll
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1966 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 21:46:20 +00:00
joss17
32420790cb improve the peers display update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 21:45:46 +00:00
defnax
03cbedb224 fixed forgetten tooltip
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 17:31:43 +00:00
defnax
628000480b added Popularity/Date to Forum Details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 17:10:36 +00:00
defnax
65b35e8c53 Added Forum Details Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 15:47:07 +00:00
defnax
45d96a6e55 added for Popular/Other Forums ToolTip for Popularity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 13:36:40 +00:00
defnax
b7154bec04 removed background grey color
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1959 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 12:44:14 +00:00
defnax
a26e2876fe show Popularity as ToolTip, removed not usefull items which stretches the Forums list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 12:24:59 +00:00
defnax
dbdfc52cd6 fixed expanding resizeable
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-02 00:57:55 +00:00
defnax
af3b78449c added use for Authd forum a different forum icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 18:58:39 +00:00
defnax
7715f9dd30 added Anonymous author string
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 17:14:37 +00:00
defnax
cf8330f350 Added setFocus feature, when creating new Thread or Reply Message change the Focus
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1954 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 16:05:51 +00:00
defnax
5ae41c8de9 added Start new Thread Button
added MessageBox Info when no Forum is selected

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 15:37:45 +00:00
defnax
2a107ad706 rename menu to trayMenu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1952 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-01 13:45:35 +00:00