Trim excess whitespace
This commit is contained in:
parent
9c41441861
commit
872e78d342
|
@ -20,4 +20,3 @@ add_subdirectory(barriers)
|
|||
if (WIN32)
|
||||
add_subdirectory(barrierd)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install (TARGETS barrierc DESTINATION bin)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -66,4 +66,3 @@ createTaskBarReceiver(const BufferedLogOutputter* logBuffer, IEventQueue* events
|
|||
{
|
||||
return new OSXClientTaskBarReceiver(logBuffer, events);
|
||||
}
|
||||
|
||||
|
|
|
@ -46,5 +46,3 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install (TARGETS barriers DESTINATION bin)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
@ -905,8 +905,8 @@ To automatically trust this fingerprint for future connections, click Yes. To re
|
|||
<source>Drag new screens to the grid or move existing ones around.
|
||||
Drag a screen to the trashcan to delete it.
|
||||
Double click on a screen to edit its settings.</source>
|
||||
<translation type="finished">Arrossega noves pantalles a la graella o mou les actuals al voltant.
|
||||
Arrossega una pantalla a la paperera per eliminar-la.
|
||||
<translation type="finished">Arrossega noves pantalles a la graella o mou les actuals al voltant.
|
||||
Arrossega una pantalla a la paperera per eliminar-la.
|
||||
Fes doble clic a una pantalla per editar la seva configuració.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1335,7 +1335,7 @@ p, li { white-space: pre-wrap; }
|
|||
Server response:
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Error inici de sessió, hi ha hagut un error.
|
||||
<translation type="finished">Error inici de sessió, hi ha hagut un error.
|
||||
Resposta del servidor:
|
||||
%1</translation>
|
||||
</message>
|
||||
|
|
|
@ -1334,7 +1334,7 @@ p, li { white-space: pre-wrap; }
|
|||
Server response:
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Fejl i login, en fejl opstod.
|
||||
<translation type="finished">Fejl i login, en fejl opstod.
|
||||
Server svar:
|
||||
%1</translation>
|
||||
</message>
|
||||
|
|
|
@ -1334,7 +1334,7 @@ p, li { white-space: pre-wrap; }
|
|||
Server response:
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Inloggen mislukt, er is een fout opgetreden.
|
||||
<translation type="finished">Inloggen mislukt, er is een fout opgetreden.
|
||||
Foutmelding:
|
||||
%1</translation>
|
||||
</message>
|
||||
|
|
|
@ -1325,7 +1325,7 @@ p, li { white-space: pre-wrap; }
|
|||
<source>Login failed, an error occurred.
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Logowanie nie powiodło się, wystąpił błąd.
|
||||
<translation type="finished">Logowanie nie powiodło się, wystąpił błąd.
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1335,7 +1335,7 @@ p, li { white-space: pre-wrap; }
|
|||
Server response:
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Logowanie nie powiodło się, wystąpił błąd.
|
||||
<translation type="finished">Logowanie nie powiodło się, wystąpił błąd.
|
||||
Odpowiedź serwera:
|
||||
%1</translation>
|
||||
</message>
|
||||
|
|
|
@ -1325,7 +1325,7 @@ p, li { white-space: pre-wrap; }
|
|||
<source>Login failed, an error occurred.
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Войти не удалось, произошла ошибка.
|
||||
<translation type="finished">Войти не удалось, произошла ошибка.
|
||||
|
||||
%1</translation>
|
||||
</message>
|
||||
|
@ -1336,7 +1336,7 @@ p, li { white-space: pre-wrap; }
|
|||
Server response:
|
||||
|
||||
%1</source>
|
||||
<translation type="finished">Войти не удалось, произошла ошибка.
|
||||
<translation type="finished">Войти не удалось, произошла ошибка.
|
||||
|
||||
Ответ сервера:
|
||||
|
||||
|
|
|
@ -905,8 +905,8 @@ To automatically trust this fingerprint for future connections, click Yes. To re
|
|||
<source>Drag new screens to the grid or move existing ones around.
|
||||
Drag a screen to the trashcan to delete it.
|
||||
Double click on a screen to edit its settings.</source>
|
||||
<translation type="finished">Izgaraya yeni ekranları sürükleyin veya çevresinde mevcut olanları taşıyın.
|
||||
Silmek için çöp tenekesine ekranı sürükleyin.
|
||||
<translation type="finished">Izgaraya yeni ekranları sürükleyin veya çevresinde mevcut olanları taşıyın.
|
||||
Silmek için çöp tenekesine ekranı sürükleyin.
|
||||
Kendi ayarlarınızı düzenlemek için bir ekran üzerine çift tıklayın.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -40,4 +40,3 @@ class AboutDialog : public QDialog, public Ui::AboutDialogBase
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -164,4 +164,3 @@ QTextStream& operator<<(QTextStream& outStream, const Action& action)
|
|||
|
||||
return outStream;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@ const char* BaseConfig::m_SwitchCornerNames[] =
|
|||
"bottom-left",
|
||||
"bottom-right"
|
||||
};
|
||||
|
||||
|
|
|
@ -54,4 +54,3 @@ class KeySequence
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -78,4 +78,3 @@ class KeySequenceWidget : public QPushButton
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -211,4 +211,3 @@ private slots:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* barrier -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
|
||||
|
@ -45,4 +45,3 @@ void NewScreenWidget::mousePressEvent(QMouseEvent* event)
|
|||
|
||||
pDrag->exec(Qt::CopyAction, Qt::CopyAction);
|
||||
}
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ class NewScreenWidget : public QLabel
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@ class QBarrierApplication : public QApplication
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -105,4 +105,3 @@ QDataStream& operator<<(QDataStream& outStream, const Screen& screen);
|
|||
QDataStream& operator>>(QDataStream& inStream, Screen& screen);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -152,4 +152,3 @@ void ScreenSettingsDialog::on_m_pListAliases_itemSelectionChanged()
|
|||
{
|
||||
m_pButtonRemoveAlias->setEnabled(!m_pListAliases->selectedItems().isEmpty());
|
||||
}
|
||||
|
||||
|
|
|
@ -50,4 +50,3 @@ class ScreenSettingsDialog : public QDialog, public Ui::ScreenSettingsDialogBase
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -141,4 +141,3 @@ bool ScreenSetupModel::dropMimeData(const QMimeData* data, Qt::DropAction action
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -68,4 +68,3 @@ class ScreenSetupModel : public QAbstractTableModel
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -225,4 +225,3 @@ QStyleOptionViewItem ScreenSetupView::viewOptions() const
|
|||
option.textElideMode = Qt::ElideMiddle;
|
||||
return option;
|
||||
}
|
||||
|
||||
|
|
|
@ -58,4 +58,3 @@ class ScreenSetupView : public QTableView
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -138,4 +138,3 @@ enum {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -63,4 +63,3 @@ class ServerConfigDialog : public QDialog, public Ui::ServerConfigDialogBase
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@
|
|||
|
||||
// included in both the GUI and the child apps (server & client)
|
||||
const char ShutdownCh = 'S';
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ void TrashScreenWidget::dropEvent(QDropEvent* event)
|
|||
else
|
||||
event->ignore();
|
||||
}
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ class TrashScreenWidget : public QLabel
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue