Compare commits

...

7 Commits

Author SHA1 Message Date
TDE Gitea b08be127e7 Merge translation files from master branch.
1 week ago
TDE Gitea 31514a6afc Merge translation files from master branch.
2 weeks ago
TDE Gitea a2910de30b Merge translation files from master branch.
2 weeks ago
Michele Calgaro 7031da9bd5
Use centralized cmake version
1 month ago
Michele Calgaro ded8d1e9aa
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
Slávek Banko 62f1c98566
Raise the minimum required version of CMake to 3.5.
6 months ago
Michele Calgaro 6add0900a3
Replace Q_OBJECT with TQ_OBJECT
9 months ago

@ -9,7 +9,11 @@
#
#################################################
cmake_minimum_required( VERSION 3.1 )
##### set project version ########################
include( TDEVersion )
cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################

@ -7,7 +7,11 @@
############################################
cmake_minimum_required( VERSION 3.1 )
##### set project version ########################
include( TDEVersion )
cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
tde_set_project_version( )
#### general package setup
@ -31,11 +35,6 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
##### set version number ########################
tde_set_project_version( )
##### setup install paths
include( TDESetupPaths )

@ -72,7 +72,7 @@ void EffectWidget::start()
if (!timer)
{
timer = new TQTimer(this);
connect(timer,TQT_SIGNAL(timeout()),this,TQT_SLOT(timerTick()));
connect(timer,TQ_SIGNAL(timeout()),this,TQ_SLOT(timerTick()));
}
playing = true;

@ -24,7 +24,7 @@ class TQTimer;
class EffectWidget : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:

@ -67,8 +67,8 @@ void MagicLabel::getCommandOutput()
for (int i = 0; i < parts.count(); i++)
*proc << parts[i];
connect(proc, TQT_SIGNAL(processExited(TDEProcess*)), this, TQT_SLOT(processExited(TDEProcess*)));
connect(proc, TQT_SIGNAL(receivedStdout(TDEProcess*, char*, int)), this, TQT_SLOT(receivedStdout(TDEProcess*, char*, int)));
connect(proc, TQ_SIGNAL(processExited(TDEProcess*)), this, TQ_SLOT(processExited(TDEProcess*)));
connect(proc, TQ_SIGNAL(receivedStdout(TDEProcess*, char*, int)), this, TQ_SLOT(receivedStdout(TDEProcess*, char*, int)));
mValue = "";

@ -18,7 +18,7 @@
class MagicLabel : TQObject
{
Q_OBJECT
TQ_OBJECT
private:

@ -32,7 +32,7 @@ typedef TQPtrList<TQImage> ImageList;
class ThemeMoodin: public ThemeEngine
{
Q_OBJECT
TQ_OBJECT
public:

@ -0,0 +1,29 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Andrei Stepanov <adem4ik@gmail.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-03 21:29+0200\n"
"PO-Revision-Date: 2024-04-17 23:44+0000\n"
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"
#. Comment
#: ksplashmoodin.desktop:2
msgid "KSplash Plugin"
msgstr "Модуль KSplash"
#. Name
#: ksplashmoodin.desktop:4
msgid "KSplashMoodin"
msgstr "KSplashMoodin"

@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Andrei Stepanov <adem4ik@gmail.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2020-05-11 04:27+0200\n"
"PO-Revision-Date: 2024-04-21 17:50+0000\n"
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/ksplash-engine-moodin/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Андрей Степанов"
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr "adem4ik@gmail.com"
#: thememoodin.cpp:202
msgid "No background. Try to put a Background.jpg in theme folder"
msgstr "Без фона. Попробуйте поместить Background.jpg в папку с темой"
Loading…
Cancel
Save