mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set inititial sizes of the splitter and columns in FriendsDialog and SearchDialog.
Fixed height of the MainWindow when GetStartedDialog is visible. Fixed the initial size of the ShareManger and show the checkboxes for the share mode centered. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4569 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d25730eabb
commit
0f51b7d72f
@ -162,7 +162,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
||||
|
||||
connect(newsFeed, SIGNAL(newsFeedChanged(int)), this, SLOT(newsFeedChanged(int)));
|
||||
|
||||
ui.peertreeWidget->setColumnCount(COLUMN_COUNT);
|
||||
ui.peertreeWidget->setColumnWidth(COLUMN_NAME, 150);
|
||||
ui.peertreeWidget->sortItems(COLUMN_NAME, Qt::AscendingOrder);
|
||||
|
||||
// set header text aligment
|
||||
@ -233,6 +233,11 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
||||
setAcceptDrops(true);
|
||||
ui.lineEdit->setAcceptDrops(false);
|
||||
|
||||
/* Set initial size the splitter */
|
||||
QList<int> sizes;
|
||||
sizes << height() << 100; // Qt calculates the right sizes
|
||||
ui.splitter_2->setSizes(sizes);
|
||||
|
||||
updateAvatar();
|
||||
loadmypersonalstatus();
|
||||
displayMenu();
|
||||
|
@ -528,7 +528,7 @@ border: 1px solid #CCCCCC;}
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap>:/images/user/friends24.png</pixmap>
|
||||
<pixmap resource="images.qrc">:/images/user/friends24.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -578,7 +578,7 @@ p, li { white-space: pre-wrap; }
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -632,7 +632,7 @@ p, li { white-space: pre-wrap; }
|
||||
}</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -723,9 +723,6 @@ background: white;}</string>
|
||||
<attribute name="headerDefaultSectionSize">
|
||||
<number>200</number>
|
||||
</attribute>
|
||||
<attribute name="headerDefaultSectionSize">
|
||||
<number>200</number>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Friends</string>
|
||||
@ -904,119 +901,6 @@ p, li { white-space: pre-wrap; }
|
||||
<string>Group Chat</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
<widget class="QSplitter" name="splitter_2">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="sizeIncrement">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="baseSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="handleWidth">
|
||||
<number>5</number>
|
||||
</property>
|
||||
<widget class="QTextBrowser" name="msgText">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>60</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QTextEdit#msgText{border: 1px solid #CCCCCC;
|
||||
background: white;}</string>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QWidget" name="layoutWidget_2">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="statusStringLabel">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="lineEdit">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>30</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="sizeIncrement">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="baseSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Messages entered here are sent to all connected friends</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QTextEdit#lineEdit{border: 1px solid #CCCCCC;
|
||||
}</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QFrame" name="buttonframe">
|
||||
<property name="maximumSize">
|
||||
@ -1063,7 +947,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/emoticons/kopete/kopete020.png</normaloff>:/images/emoticons/kopete/kopete020.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -1107,7 +991,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit-bold.png</normaloff>:/images/edit-bold.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
@ -1148,7 +1032,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit-underline.png</normaloff>:/images/edit-underline.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
@ -1189,7 +1073,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit-italic.png</normaloff>:/images/edit-italic.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
@ -1230,7 +1114,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/fonts.png</normaloff>:/images/fonts.png</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
@ -1314,7 +1198,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/configure.png</normaloff>:/images/configure.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -1358,7 +1242,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/add-share24.png</normaloff>:/images/add-share24.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
@ -1405,6 +1289,92 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<item row="2" column="0">
|
||||
<layout class="QVBoxLayout" name="verticalLayout"/>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QSplitter" name="splitter_2">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="handleWidth">
|
||||
<number>5</number>
|
||||
</property>
|
||||
<property name="childrenCollapsible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<widget class="QTextBrowser" name="msgText">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>60</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QTextEdit#msgText{border: 1px solid #CCCCCC;
|
||||
background: white;}</string>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QWidget" name="layoutWidget_2">
|
||||
<layout class="QVBoxLayout" name="verticalLayoutEdit">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="statusStringLabel">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="lineEdit">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Messages entered here are sent to all connected friends</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QTextEdit#lineEdit{border: 1px solid #CCCCCC;
|
||||
}</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
@ -1416,7 +1386,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</layout>
|
||||
<action name="actionClear_Chat_History">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit-clear-history.png</normaloff>:/images/edit-clear-history.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1425,7 +1395,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionAdd_Friend">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/user/add_user16.png</normaloff>:/images/user/add_user16.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1434,7 +1404,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionCreate_new_Profile">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/contact_new.png</normaloff>:/images/contact_new.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1443,7 +1413,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionCreate_New_Forum">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/new_forum16.png</normaloff>:/images/new_forum16.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1458,7 +1428,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionCreate_New_Channel">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/add_channel24.png</normaloff>:/images/add_channel24.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1473,7 +1443,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionSet_your_Avatar">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/add_image24.png</normaloff>:/images/add_image24.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1485,7 +1455,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionSet_your_Personal_Message">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/message-news.png</normaloff>:/images/message-news.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1548,7 +1518,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionAdd_Group">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/user/add_group22.png</normaloff>:/images/user/add_group22.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1560,7 +1530,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionSort_Peers_Descending_Order">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/sort_decrease.png</normaloff>:/images/sort_decrease.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1572,7 +1542,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionSort_Peers_Ascending_Order">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/sort_incr.png</normaloff>:/images/sort_incr.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1584,7 +1554,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
</action>
|
||||
<action name="actionDelete_Chat_History">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<iconset resource="images.qrc">
|
||||
<normaloff>:/images/edit-clear-history.png</normaloff>:/images/edit-clear-history.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -1603,6 +1573,8 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
@ -7,15 +7,9 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>715</width>
|
||||
<height>556</height>
|
||||
<height>582</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>1</horstretch>
|
||||
<verstretch>1</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="palette">
|
||||
<palette>
|
||||
<active>
|
||||
@ -489,19 +483,11 @@
|
||||
<font>
|
||||
<family>Arial</family>
|
||||
<pointsize>14</pointsize>
|
||||
<weight>50</weight>
|
||||
<italic>false</italic>
|
||||
<bold>false</bold>
|
||||
<underline>false</underline>
|
||||
<strikeout>false</strikeout>
|
||||
</font>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::NoContextMenu</enum>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
@ -529,8 +515,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>666</width>
|
||||
<height>746</height>
|
||||
<width>672</width>
|
||||
<height>740</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
@ -958,8 +944,6 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../rs-netupgrade/retroshare-gui/src/gui/images.qrc"/>
|
||||
</resources>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
@ -150,7 +150,6 @@ SearchDialog::SearchDialog(QWidget *parent)
|
||||
/* make it extended selection */
|
||||
ui.searchResultWidget -> setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
|
||||
|
||||
/* Set header resize modes and initial section sizes */
|
||||
ui.searchSummaryWidget->setColumnCount(3);
|
||||
ui.searchSummaryWidget->setColumnHidden ( 2, true);
|
||||
@ -175,7 +174,6 @@ SearchDialog::SearchDialog(QWidget *parent)
|
||||
_smheader->resizeSection ( 4, 90 );
|
||||
_smheader->resizeSection ( 5, 240 );
|
||||
|
||||
|
||||
// set header text aligment
|
||||
QTreeWidgetItem * headerItem = ui.searchResultWidget->headerItem();
|
||||
headerItem->setTextAlignment(1, Qt::AlignRight | Qt::AlignRight);
|
||||
@ -185,8 +183,13 @@ SearchDialog::SearchDialog(QWidget *parent)
|
||||
|
||||
ui.resetButton->hide();
|
||||
ui.clearButton->hide();
|
||||
|
||||
// load settings
|
||||
|
||||
/* Set initial size the splitter */
|
||||
QList<int> sizes;
|
||||
sizes << 250 << width(); // Qt calculates the right sizes
|
||||
ui.splitter->setSizes(sizes);
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
ui._ownFiles_CB->setMinimumWidth(20);
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include <QContextMenuEvent>
|
||||
#include <QMenu>
|
||||
#include <QCheckBox>
|
||||
#include <QCursor>
|
||||
#include <QPoint>
|
||||
#include <QHeaderView>
|
||||
#include <QMessageBox>
|
||||
#include <QUrl>
|
||||
@ -69,11 +67,13 @@ ShareManager::ShareManager(QWidget *parent, Qt::WFlags flags)
|
||||
ui.editButton->setEnabled(false);
|
||||
ui.removeButton->setEnabled(false);
|
||||
|
||||
ui.shareddirList->horizontalHeader()->setResizeMode( COLUMN_PATH, QHeaderView::Stretch);
|
||||
ui.shareddirList->horizontalHeader()->setResizeMode( COLUMN_BROWSABLE, QHeaderView::Interactive);
|
||||
QHeaderView* header = ui.shareddirList->horizontalHeader();
|
||||
header->setResizeMode( COLUMN_PATH, QHeaderView::Stretch);
|
||||
|
||||
ui.shareddirList->horizontalHeader()->resizeSection( COLUMN_PATH, 360 );
|
||||
ui.shareddirList->horizontalHeader()->setStretchLastSection(false);
|
||||
header->setResizeMode(COLUMN_NETWORKWIDE, QHeaderView::Fixed);
|
||||
header->setResizeMode(COLUMN_BROWSABLE, QHeaderView::Fixed);
|
||||
|
||||
header->setHighlightSections(false);
|
||||
|
||||
ui.shareddirList->setRangeSelected(QTableWidgetSelectionRange(0, 0, 0, COLUMN_COUNT), true);
|
||||
|
||||
@ -168,11 +168,24 @@ void ShareManager::load()
|
||||
int col;
|
||||
for (col = 0; col <= 1; col++) {
|
||||
QModelIndex index = listWidget->model()->index(row, col + COLUMN_NETWORKWIDE, QModelIndex());
|
||||
QCheckBox *cb = (QCheckBox*) listWidget->indexWidget(index);
|
||||
QWidget* widget = dynamic_cast<QWidget*>(listWidget->indexWidget(index));
|
||||
QCheckBox* cb = NULL;
|
||||
if (widget) {
|
||||
cb = dynamic_cast<QCheckBox*>(widget->children().front());
|
||||
}
|
||||
if (cb == NULL) {
|
||||
cb = new QCheckBox;
|
||||
QWidget* widget = new QWidget;
|
||||
|
||||
cb = new QCheckBox(widget);
|
||||
cb->setToolTip(ToolTips [col]);
|
||||
listWidget->setCellWidget(row, col + COLUMN_NETWORKWIDE, cb);
|
||||
|
||||
QHBoxLayout* layout = new QHBoxLayout(widget);
|
||||
layout->addWidget(cb, 0, Qt::AlignCenter);
|
||||
layout->setSpacing(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
widget->setLayout(layout);
|
||||
|
||||
listWidget->setCellWidget(row, col + COLUMN_NETWORKWIDE, widget);
|
||||
|
||||
QObject::connect(cb, SIGNAL(toggled(bool)), this, SLOT(updateFlags(bool))) ;
|
||||
}
|
||||
@ -225,8 +238,8 @@ void ShareManager::updateFlags(bool b)
|
||||
{
|
||||
std::cerr << "Looking for row=" << row << ", file=" << (*it).filename << ", flags=" << (*it).shareflags << std::endl ;
|
||||
uint32_t current_flags = 0 ;
|
||||
current_flags |= (dynamic_cast<QCheckBox*>(ui.shareddirList->cellWidget(row,COLUMN_NETWORKWIDE)))->isChecked()? RS_FILE_HINTS_NETWORK_WIDE:0 ;
|
||||
current_flags |= (dynamic_cast<QCheckBox*>(ui.shareddirList->cellWidget(row,COLUMN_BROWSABLE)))->isChecked()? RS_FILE_HINTS_BROWSABLE:0 ;
|
||||
current_flags |= (dynamic_cast<QCheckBox*>(ui.shareddirList->cellWidget(row,COLUMN_NETWORKWIDE)->children().front()))->isChecked()? RS_FILE_HINTS_NETWORK_WIDE:0 ;
|
||||
current_flags |= (dynamic_cast<QCheckBox*>(ui.shareddirList->cellWidget(row,COLUMN_BROWSABLE)->children().front()))->isChecked()? RS_FILE_HINTS_BROWSABLE:0 ;
|
||||
|
||||
if( (*it).shareflags ^ current_flags )
|
||||
{
|
||||
|
@ -9,8 +9,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>506</width>
|
||||
<height>343</height>
|
||||
<width>600</width>
|
||||
<height>350</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -131,9 +131,6 @@ p, li { white-space: pre-wrap; }
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Network Wide</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
@ -150,42 +147,15 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="selectionBehavior">
|
||||
<enum>QAbstractItemView::SelectRows</enum>
|
||||
</property>
|
||||
<property name="showGrid">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderMinimumSectionSize">
|
||||
<number>100</number>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderStretchLastSection">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderDefaultSectionSize">
|
||||
<number>22</number>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderDefaultSectionSize">
|
||||
<number>22</number>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderStretchLastSection">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderMinimumSectionSize">
|
||||
<number>100</number>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Directory</string>
|
||||
|
@ -713,7 +713,7 @@ p, li { white-space: pre-wrap; }
|
||||
<tabstop>toolButton</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../../../../retroshare-v0.5.0/retroshare-gui/src/gui/images.qrc"/>
|
||||
<include location="images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Binary file not shown.
@ -2349,17 +2349,17 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<location line="+26"/>
|
||||
<location line="+196"/>
|
||||
<location line="+198"/>
|
||||
<source>RetroShare</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-195"/>
|
||||
<location line="-197"/>
|
||||
<source>File already Added and Hashed</source>
|
||||
<translation>Datei wurde schon hinzugefügt und gehasht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+196"/>
|
||||
<location line="+198"/>
|
||||
<source>Please add a Subject</source>
|
||||
<translation>Bitte Subjekt nicht vergessen</translation>
|
||||
</message>
|
||||
@ -3470,7 +3470,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Dateityp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+221"/>
|
||||
<location line="+220"/>
|
||||
<source> Friend Help</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
@ -3574,7 +3574,7 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>FlatStyle_RDM</name>
|
||||
<message>
|
||||
<location filename="../gui/RemoteDirModel.cpp" line="+668"/>
|
||||
<location filename="../gui/RemoteDirModel.cpp" line="+670"/>
|
||||
<source>Friends Directories</source>
|
||||
<translation>Dateien von Freunden</translation>
|
||||
</message>
|
||||
@ -4214,7 +4214,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Anzeige</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+114"/>
|
||||
<location line="+111"/>
|
||||
<source>Friends</source>
|
||||
<translation>Freunde</translation>
|
||||
</message>
|
||||
@ -4243,12 +4243,12 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Nachrichten, die Du hier eingibst, werden an alle verbundenen Freunde versendet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+104"/>
|
||||
<location line="+465"/>
|
||||
<source>Messages entered here are sent to all connected friends</source>
|
||||
<translation>Nachrichten, die Du hier eingibst, werden an alle verbundenen Freunde versendet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+96"/>
|
||||
<location line="-378"/>
|
||||
<source>Bold</source>
|
||||
<translation>Fett</translation>
|
||||
</message>
|
||||
@ -4283,13 +4283,13 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Senden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+27"/>
|
||||
<location line="+113"/>
|
||||
<source>Clear Chat History</source>
|
||||
<translation>Nachrichtenverlauf leeren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location filename="../gui/FriendsDialog.cpp" line="+443"/>
|
||||
<location filename="../gui/FriendsDialog.cpp" line="+450"/>
|
||||
<source>Add Friend</source>
|
||||
<translation>Freund hinzufügen</translation>
|
||||
</message>
|
||||
@ -4406,7 +4406,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Löscht den gespeicherten und angezeigten Chat Verlauf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/FriendsDialog.cpp" line="-291"/>
|
||||
<location filename="../gui/FriendsDialog.cpp" line="-296"/>
|
||||
<source>Profile</source>
|
||||
<translation>Profil</translation>
|
||||
</message>
|
||||
@ -4421,7 +4421,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Willkommen bei RetroShare's Gruppenchat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+64"/>
|
||||
<location line="+69"/>
|
||||
<source>me</source>
|
||||
<translation>ich</translation>
|
||||
</message>
|
||||
@ -4542,12 +4542,11 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Alle reduzieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+350"/>
|
||||
<source>location</source>
|
||||
<translation>Standort</translation>
|
||||
<translation type="obsolete">Standort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+154"/>
|
||||
<location line="+504"/>
|
||||
<location line="+2"/>
|
||||
<source>Available</source>
|
||||
<translation>Verfügbar</translation>
|
||||
@ -4592,7 +4591,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Bilder (*.png *.xpm *.jpg *.tiff *.gif)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+109"/>
|
||||
<location line="+111"/>
|
||||
<source>Add Extra File</source>
|
||||
<translation>Zusätzliche Datei hinzufügen</translation>
|
||||
</message>
|
||||
@ -4791,7 +4790,7 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>GenCertDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="+166"/>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="+143"/>
|
||||
<location line="+22"/>
|
||||
<source>Generate GPG key Failure</source>
|
||||
<translation>Fehler beim Generieren des GPG Schlüssels</translation>
|
||||
@ -4807,7 +4806,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Alle Felder sind mit min. 3 Zeichen zu versehen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+88"/>
|
||||
<location line="+83"/>
|
||||
<source>Select Trusted Friend</source>
|
||||
<translation>Wähle vertrauten Freund</translation>
|
||||
</message>
|
||||
@ -4849,8 +4848,8 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<location line="-192"/>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="-187"/>
|
||||
<location line="+46"/>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="-159"/>
|
||||
<location line="+23"/>
|
||||
<source>Create new Profile</source>
|
||||
<translation>Erstelle neues Profil</translation>
|
||||
</message>
|
||||
@ -4935,32 +4934,32 @@ p, li { white-space: pre-wrap; }
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:8pt; font-weight:600;">Du kannst RetroShare an mehreren Standorten installieren und das selbe Profil (GPG Schlüssel) verwenden.</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="-55"/>
|
||||
<location line="+68"/>
|
||||
<location filename="../gui/GenCertDialog.cpp" line="-32"/>
|
||||
<location line="+45"/>
|
||||
<source>Create new Location</source>
|
||||
<translation>Erstelle neuen Ort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-67"/>
|
||||
<location line="+68"/>
|
||||
<location line="-44"/>
|
||||
<location line="+45"/>
|
||||
<source>Generate new Location</source>
|
||||
<translation>Erstelle neues Ort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-67"/>
|
||||
<location line="+68"/>
|
||||
<location line="-44"/>
|
||||
<location line="+45"/>
|
||||
<source>Create a new Location</source>
|
||||
<translation>Erstelle einen neuen Ort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-60"/>
|
||||
<location line="+46"/>
|
||||
<location line="-37"/>
|
||||
<location line="+23"/>
|
||||
<source>Generate new Profile</source>
|
||||
<translation>Generiere neues Profil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-45"/>
|
||||
<location line="+46"/>
|
||||
<location line="-22"/>
|
||||
<location line="+23"/>
|
||||
<source>Create a new Profile</source>
|
||||
<translation>Erstelle neues Profil</translation>
|
||||
</message>
|
||||
@ -4974,7 +4973,7 @@ Fill in your GPG password when asked, to sign your new key.</source>
|
||||
Gib Dein GPG Passwort wenn Du gefragt wirst ein, um Deinen neuen Schlüssel zu unterzeichnen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+130"/>
|
||||
<location line="+120"/>
|
||||
<location line="+6"/>
|
||||
<source>Multiple instances</source>
|
||||
<translation>Mehrere Instanzen</translation>
|
||||
@ -5020,12 +5019,12 @@ Gib Dein GPG Passwort wenn Du gefragt wirst ein, um Deinen neuen Schlüssel zu u
|
||||
<message>
|
||||
<location line="+12"/>
|
||||
<source>For Advanced Users </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Für erfahrene Anwender</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<source>Enable Advanced Mode (Restart Required)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erweiterter Modus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
@ -5076,7 +5075,7 @@ Gib Dein GPG Passwort wenn Du gefragt wirst ein, um Deinen neuen Schlüssel zu u
|
||||
<context>
|
||||
<name>GetStartedDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/GetStartedDialog.ui" line="+513"/>
|
||||
<location filename="../gui/GetStartedDialog.ui" line="+499"/>
|
||||
<source>Getting Started</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -5310,7 +5309,7 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>GraphWidget</name>
|
||||
<message>
|
||||
<location filename="../gui/elastic/graphwidget.cpp" line="+405"/>
|
||||
<location filename="../gui/elastic/graphwidget.cpp" line="+404"/>
|
||||
<source>Click and drag the nodes around, and zoom with the mouse wheel or the '+' and '-' keys</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -7930,10 +7929,8 @@ p, li { white-space: pre-wrap; }
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/MessengerWindow.cpp" line="+244"/>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<location filename="../gui/MessengerWindow.cpp" line="+245"/>
|
||||
<location line="+3"/>
|
||||
<source>location</source>
|
||||
<translation>Standort</translation>
|
||||
</message>
|
||||
@ -8629,7 +8626,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Erweitern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+293"/>
|
||||
<location line="+288"/>
|
||||
<source>Status:</source>
|
||||
<translation>Status:</translation>
|
||||
</message>
|
||||
@ -8639,12 +8636,12 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Vertrauen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-154"/>
|
||||
<location line="-149"/>
|
||||
<source>Chat</source>
|
||||
<translation>Chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+122"/>
|
||||
<location line="+117"/>
|
||||
<source>Name:</source>
|
||||
<translation>Name:</translation>
|
||||
</message>
|
||||
@ -8674,7 +8671,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Nachricht schreiben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-314"/>
|
||||
<location line="-309"/>
|
||||
<source>Start Chat</source>
|
||||
<translation>Chat starten</translation>
|
||||
</message>
|
||||
@ -8684,7 +8681,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Schnelle Nachricht schreiben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+84"/>
|
||||
<location line="+79"/>
|
||||
<source>Send</source>
|
||||
<translation>Senden</translation>
|
||||
</message>
|
||||
@ -9786,7 +9783,7 @@ Do you want to send them a Message instead</source>
|
||||
<context>
|
||||
<name>ProfileEdit</name>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileEdit.cpp" line="+56"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileEdit.cpp" line="+56"/>
|
||||
<source>Remove Profile Entry</source>
|
||||
<translation>Profil-Eintrag entfernen</translation>
|
||||
</message>
|
||||
@ -9801,7 +9798,7 @@ Do you want to send them a Message instead</source>
|
||||
<translation>Profil-Eintrag nach unten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileEdit.ui" line="+35"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileEdit.ui" line="+35"/>
|
||||
<source>Profile</source>
|
||||
<translation>Profil</translation>
|
||||
</message>
|
||||
@ -9885,7 +9882,7 @@ Do you want to send them a Message instead</source>
|
||||
<context>
|
||||
<name>ProfileView</name>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileView.cpp" line="+70"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.cpp" line="+70"/>
|
||||
<source>Clear Photo</source>
|
||||
<translation>Photo entfernen</translation>
|
||||
</message>
|
||||
@ -9895,13 +9892,13 @@ Do you want to send them a Message instead</source>
|
||||
<translation>Photo ändern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileView.ui" line="+183"/>
|
||||
<location filename="../gui/profile/ProfileView.cpp" line="+21"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.ui" line="+183"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.cpp" line="+21"/>
|
||||
<source>Edit Profile</source>
|
||||
<translation>Profil bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileView.cpp" line="+19"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.cpp" line="+19"/>
|
||||
<source>Remove Favourite</source>
|
||||
<translation>Favoriten entfernen</translation>
|
||||
</message>
|
||||
@ -9921,7 +9918,7 @@ Do you want to send them a Message instead</source>
|
||||
<translation>Alle herunterladen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileView.ui" line="-119"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.ui" line="-119"/>
|
||||
<location line="+183"/>
|
||||
<source>Name</source>
|
||||
<translation>Name</translation>
|
||||
@ -9981,7 +9978,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Peer ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/profile/ProfileView.cpp" line="+62"/>
|
||||
<location filename="../gui/unfinished/profile/ProfileView.cpp" line="+62"/>
|
||||
<source>RetroShare</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
@ -10403,7 +10400,7 @@ Lockdatei:
|
||||
<translation type="obsolete">Kein laufendes RetroShare gefunden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../util/EventReceiver.cpp" line="+120"/>
|
||||
<location filename="../util/EventReceiver.cpp" line="+122"/>
|
||||
<source>Start with a RetroShare link is only supported for Windows.</source>
|
||||
<translation>Der Start mit einem RetroShare Link wird nur unter Windows unterstützt.</translation>
|
||||
</message>
|
||||
@ -11032,23 +11029,23 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="+1161"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="+1380"/>
|
||||
<source>Sources</source>
|
||||
<translation>Quellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-170"/>
|
||||
<location line="-164"/>
|
||||
<source>Results</source>
|
||||
<translation>Ergebnisse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+319"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="+288"/>
|
||||
<location line="-145"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="+291"/>
|
||||
<source>Download</source>
|
||||
<translation>Herunterladen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="-183"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="-186"/>
|
||||
<source>Enter a keyword here (at least 3 char long)</source>
|
||||
<translation>Gib einen Suchbegriff ein (min. 3 Zeichen)</translation>
|
||||
</message>
|
||||
@ -11069,7 +11066,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Freunden empfehlen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+185"/>
|
||||
<location line="+188"/>
|
||||
<location line="+139"/>
|
||||
<source>Copy RetroShare Link</source>
|
||||
<translation>Kopiere RetroShare Link</translation>
|
||||
@ -11101,7 +11098,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Neu(e) RetroShare Link(s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="-718"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="-479"/>
|
||||
<source>Any</source>
|
||||
<translation>Alle</translation>
|
||||
</message>
|
||||
@ -11121,12 +11118,12 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Gib einen Suchbegriff ein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+285"/>
|
||||
<location line="+510"/>
|
||||
<source>Filter Search Result</source>
|
||||
<translation>Filter Suchergebnis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+117"/>
|
||||
<location line="+111"/>
|
||||
<source>Filename</source>
|
||||
<translation>Dateiname</translation>
|
||||
</message>
|
||||
@ -11141,7 +11138,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Prüfsumme</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-190"/>
|
||||
<location line="-184"/>
|
||||
<source>KeyWords</source>
|
||||
<translation>Schlüsselwörter</translation>
|
||||
</message>
|
||||
@ -11173,7 +11170,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Diese Funktion ist noch nicht eingebaut.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="+160"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="+154"/>
|
||||
<source>Size</source>
|
||||
<translation>Grösse</translation>
|
||||
</message>
|
||||
@ -11183,7 +11180,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Typ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-565"/>
|
||||
<location line="-784"/>
|
||||
<source>Archive</source>
|
||||
<translation>Archiv</translation>
|
||||
</message>
|
||||
@ -11223,7 +11220,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+192"/>
|
||||
<location line="+417"/>
|
||||
<source>Clear Filter</source>
|
||||
<translation>Filter leeren</translation>
|
||||
</message>
|
||||
@ -11238,7 +11235,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Dateigröße</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+71"/>
|
||||
<location line="-393"/>
|
||||
<source>Close all Search Resullts</source>
|
||||
<translation>Schließe alle Suchergebnisse</translation>
|
||||
</message>
|
||||
@ -11285,7 +11282,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Begrenze Anzahl der Resultate auf :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-613"/>
|
||||
<location line="-374"/>
|
||||
<source>Reset</source>
|
||||
<translation>Zurücksetzen</translation>
|
||||
</message>
|
||||
@ -11300,7 +11297,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Erweitert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+294"/>
|
||||
<location line="+55"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation>Schließe alle Suchergebnisse</translation>
|
||||
</message>
|
||||
@ -11334,7 +11331,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished">Chat starten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+48"/>
|
||||
<location line="+43"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Abbrechen</translation>
|
||||
</message>
|
||||
@ -11800,7 +11797,7 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>ShareManager</name>
|
||||
<message>
|
||||
<location filename="../gui/ShareManager.ui" line="+235"/>
|
||||
<location filename="../gui/ShareManager.ui" line="+205"/>
|
||||
<source>Add a Share Directory</source>
|
||||
<translation>Freigabe hinzufügen</translation>
|
||||
</message>
|
||||
@ -11810,7 +11807,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Freigabe entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/ShareManager.cpp" line="+127"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="+130"/>
|
||||
<source>If checked, the share is anonymously shared to anybody.</source>
|
||||
<translation>Wenn aktiviert, dann ist dieser Ordner anonym feigegeben.</translation>
|
||||
</message>
|
||||
@ -11820,9 +11817,9 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Wenn aktiviert, dann ist dieser Ordner von Deinen Freunden durchsuchbar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+147"/>
|
||||
<location line="+160"/>
|
||||
<source>Do you really want to stop sharing this directory ?</source>
|
||||
<translation>Möchtes Du die Freigabe dieses Ordners wirklich aufheben ?</translation>
|
||||
<translation>Möchtest Du die Freigabe dieses Ordners wirklich aufheben ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+75"/>
|
||||
@ -11842,17 +11839,17 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/ShareManager.ui" line="+3"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="-256"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="-269"/>
|
||||
<source>Remove</source>
|
||||
<translation>Entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/ShareManager.cpp" line="+176"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="+189"/>
|
||||
<source>Warning!</source>
|
||||
<translation>Warnung!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/ShareManager.ui" line="-249"/>
|
||||
<location filename="../gui/ShareManager.ui" line="-219"/>
|
||||
<source>RetroShare Share Manager</source>
|
||||
<translation>RetroShare Freigabe Manager</translation>
|
||||
</message>
|
||||
@ -11891,7 +11888,7 @@ p, li { white-space: pre-wrap; }
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Netzwerkweit</span><span style=" font-family:'Sans'; font-size:8pt;">: Dateien können von jedem über anoynme Tunnel heruntergeladen werden.</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+67"/>
|
||||
<location line="+37"/>
|
||||
<source>Directory</source>
|
||||
<translation>Ordner</translation>
|
||||
</message>
|
||||
@ -11922,7 +11919,7 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="-179"/>
|
||||
<location filename="../gui/ShareManager.cpp" line="-192"/>
|
||||
<source>Edit</source>
|
||||
<translation>Bearbeiten</translation>
|
||||
</message>
|
||||
@ -11932,7 +11929,7 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-123"/>
|
||||
<location line="-93"/>
|
||||
<source>Shared Folder Manager</source>
|
||||
<translation>Freigabe Manager</translation>
|
||||
</message>
|
||||
|
Loading…
Reference in New Issue
Block a user