Skip to content

Commit

Permalink
Merge pull request #255 from lxqt/prerelease_changes
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored May 29, 2020
2 parents 7d759e5 + 86fc130 commit 5482104
Show file tree
Hide file tree
Showing 46 changed files with 1,153 additions and 1,145 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
liblxqt-0.15.1 / 2020-05-28
===========================
* Bumped version to 0.15.1.
* Removed dead codes.
* Removed Xdg Dirs Fallback workaround.
* Let Qt handle dialog position.
* Prevent crash when closing screen saver error message.

liblxqt-0.15.0 / 2020-04-22
===========================
* Bumped version to 0.15.0.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(LXQT_MINOR_VERSION 15)
# patch-version as liblxqt - in real life it will be fine if every component
# has it's own patch version within a major/minor life cyle.
#
set(LXQT_PATCH_VERSION 0)
set(LXQT_PATCH_VERSION 1)
set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION})


Expand Down
52 changes: 26 additions & 26 deletions translations/liblxqt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,137 +12,137 @@
<context>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="75"/>
<location filename="../lxqtpowermanager.cpp" line="76"/>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="75"/>
<location filename="../lxqtpowermanager.cpp" line="76"/>
<source>Hibernate failed.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="154"/>
<location filename="../lxqtnotification.cpp" line="163"/>
<source>Notifications Fallback</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="118"/>
<location filename="../lxqtpowermanager.cpp" line="108"/>
<source>Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="125"/>
<location filename="../lxqtpowermanager.cpp" line="115"/>
<source>Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="132"/>
<location filename="../lxqtpowermanager.cpp" line="122"/>
<source>Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="139"/>
<location filename="../lxqtpowermanager.cpp" line="129"/>
<source>Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="146"/>
<location filename="../lxqtpowermanager.cpp" line="136"/>
<source>Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="158"/>
<location filename="../lxqtpowermanager.cpp" line="148"/>
<source>LXQt Session Suspend</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="159"/>
<location filename="../lxqtpowermanager.cpp" line="149"/>
<source>Do you want to really suspend your computer?&lt;p&gt;Suspends the computer into a low power state. System state is not preserved if the power is lost.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="168"/>
<location filename="../lxqtpowermanager.cpp" line="158"/>
<source>LXQt Session Hibernate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="169"/>
<location filename="../lxqtpowermanager.cpp" line="159"/>
<source>Do you want to really hibernate your computer?&lt;p&gt;Hibernates the computer into a low power state. System state is preserved if the power is lost.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="178"/>
<location filename="../lxqtpowermanager.cpp" line="168"/>
<source>LXQt Session Reboot</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="179"/>
<location filename="../lxqtpowermanager.cpp" line="169"/>
<source>Do you want to really restart your computer? All unsaved work will be lost...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="188"/>
<location filename="../lxqtpowermanager.cpp" line="178"/>
<source>LXQt Session Shutdown</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="189"/>
<location filename="../lxqtpowermanager.cpp" line="179"/>
<source>Do you want to really switch off your computer? All unsaved work will be lost...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="198"/>
<location filename="../lxqtpowermanager.cpp" line="188"/>
<source>LXQt Session Logout</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="199"/>
<location filename="../lxqtpowermanager.cpp" line="189"/>
<source>Do you want to really logout? All unsaved work will be lost...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="207"/>
<location filename="../lxqtpowermanager.cpp" line="212"/>
<location filename="../lxqtpowermanager.cpp" line="197"/>
<location filename="../lxqtpowermanager.cpp" line="202"/>
<source>LXQt Power Manager Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="207"/>
<location filename="../lxqtpowermanager.cpp" line="197"/>
<source>Hibernate failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="212"/>
<location filename="../lxqtpowermanager.cpp" line="202"/>
<source>Suspend failed.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="161"/>
<location filename="../lxqtscreensaver.cpp" line="160"/>
<source>Failed to run &quot;%1&quot;. Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="165"/>
<location filename="../lxqtscreensaver.cpp" line="164"/>
<source>Failed to run &quot;%1&quot;. Ensure the specified locker/screensaver is installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="243"/>
<location filename="../lxqtscreensaver.cpp" line="242"/>
<source>Lock Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="156"/>
<location filename="../lxqtscreensaver.cpp" line="155"/>
<source>Screen Saver Error</source>
<translation type="unfinished"></translation>
</message>
Expand Down
52 changes: 26 additions & 26 deletions translations/liblxqt_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,137 +12,137 @@
<context>
<name>LXQt::MessageBox</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="75"/>
<location filename="../lxqtpowermanager.cpp" line="76"/>
<source>LXQt Power Manager Error</source>
<translation>خطأ في مدير لكسكيوت للطاقة</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="75"/>
<location filename="../lxqtpowermanager.cpp" line="76"/>
<source>Hibernate failed.</source>
<translation>فشل الإسبات.</translation>
</message>
</context>
<context>
<name>LXQt::NotificationPrivate</name>
<message>
<location filename="../lxqtnotification.cpp" line="154"/>
<location filename="../lxqtnotification.cpp" line="163"/>
<source>Notifications Fallback</source>
<translation>احتياطي الإخطارات</translation>
</message>
</context>
<context>
<name>LXQt::PowerManager</name>
<message>
<location filename="../lxqtpowermanager.cpp" line="118"/>
<location filename="../lxqtpowermanager.cpp" line="108"/>
<source>Hibernate</source>
<translation>أسبِت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="125"/>
<location filename="../lxqtpowermanager.cpp" line="115"/>
<source>Suspend</source>
<translation>علّق</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="132"/>
<location filename="../lxqtpowermanager.cpp" line="122"/>
<source>Reboot</source>
<translation>أعِد الإقلاع</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="139"/>
<location filename="../lxqtpowermanager.cpp" line="129"/>
<source>Shutdown</source>
<translation>أطفِئ</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="146"/>
<location filename="../lxqtpowermanager.cpp" line="136"/>
<source>Logout</source>
<translation>اخرج</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="158"/>
<location filename="../lxqtpowermanager.cpp" line="148"/>
<source>LXQt Session Suspend</source>
<translation>تعليق جلسة لكسكيوت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="159"/>
<location filename="../lxqtpowermanager.cpp" line="149"/>
<source>Do you want to really suspend your computer?&lt;p&gt;Suspends the computer into a low power state. System state is not preserved if the power is lost.</source>
<translation>أمتأكد من تعليق الحاسوب؟&lt;p&gt;هذا سيُعلّق الحاسوب في وضع طاقة منخفض. لن تُحفظ حالة النظام إن فُقدت الطاقة.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="168"/>
<location filename="../lxqtpowermanager.cpp" line="158"/>
<source>LXQt Session Hibernate</source>
<translation>إسبات جلسة لكسكيوت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="169"/>
<location filename="../lxqtpowermanager.cpp" line="159"/>
<source>Do you want to really hibernate your computer?&lt;p&gt;Hibernates the computer into a low power state. System state is preserved if the power is lost.</source>
<translation>أمتأكد من إسبات الحاسوب؟&lt;p&gt;هذا سيُسبت الحاسوب في وضع طاقة منخفض. تُحفظ حالة النّظام إن فُقدت الطاقة.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="178"/>
<location filename="../lxqtpowermanager.cpp" line="168"/>
<source>LXQt Session Reboot</source>
<translation>إعادة إقلاع جلسة لكسكيوت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="179"/>
<location filename="../lxqtpowermanager.cpp" line="169"/>
<source>Do you want to really restart your computer? All unsaved work will be lost...</source>
<translation>أمتأكد من إعادة إقلاع الحاسوب؟ ستفقد كل عملك غير المحفوظ…</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="188"/>
<location filename="../lxqtpowermanager.cpp" line="178"/>
<source>LXQt Session Shutdown</source>
<translation>إطفاء جلسة لكسكيوت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="189"/>
<location filename="../lxqtpowermanager.cpp" line="179"/>
<source>Do you want to really switch off your computer? All unsaved work will be lost...</source>
<translation>أمتأكد من إطفاء الحاسوب؟ ستفقد كل عملك غير المحفوظ…</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="198"/>
<location filename="../lxqtpowermanager.cpp" line="188"/>
<source>LXQt Session Logout</source>
<translation>الخروج من جلسة لكسكيوت</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="199"/>
<location filename="../lxqtpowermanager.cpp" line="189"/>
<source>Do you want to really logout? All unsaved work will be lost...</source>
<translation>أمتأكد من الخروج؟ ستفقد كل عملك غير المحفوظ…</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="207"/>
<location filename="../lxqtpowermanager.cpp" line="212"/>
<location filename="../lxqtpowermanager.cpp" line="197"/>
<location filename="../lxqtpowermanager.cpp" line="202"/>
<source>LXQt Power Manager Error</source>
<translation>خطأ في مدير لكسكيوت للطاقة</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="207"/>
<location filename="../lxqtpowermanager.cpp" line="197"/>
<source>Hibernate failed.</source>
<translation>فشل الإسبات.</translation>
</message>
<message>
<location filename="../lxqtpowermanager.cpp" line="212"/>
<location filename="../lxqtpowermanager.cpp" line="202"/>
<source>Suspend failed.</source>
<translation>فشل التعليق.</translation>
</message>
</context>
<context>
<name>LXQt::ScreenSaver</name>
<message>
<location filename="../lxqtscreensaver.cpp" line="161"/>
<location filename="../lxqtscreensaver.cpp" line="160"/>
<source>Failed to run &quot;%1&quot;. Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="165"/>
<location filename="../lxqtscreensaver.cpp" line="164"/>
<source>Failed to run &quot;%1&quot;. Ensure the specified locker/screensaver is installed and running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="243"/>
<location filename="../lxqtscreensaver.cpp" line="242"/>
<source>Lock Screen</source>
<translation>اقفل الشاشة</translation>
</message>
<message>
<location filename="../lxqtscreensaver.cpp" line="156"/>
<location filename="../lxqtscreensaver.cpp" line="155"/>
<source>Screen Saver Error</source>
<translation>خطأ في حافظ الشاشة</translation>
</message>
Expand Down
Loading

0 comments on commit 5482104

Please sign in to comment.