Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Yakuake
Commits
8dbcec4b
Commit
8dbcec4b
authored
Mar 28, 2018
by
Eike Hein
Browse files
Adjust for 3.0.5.
parent
3bad320a
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8dbcec4b
Changes in 3.0.5:
* Improved Wayland support.
* Yakuake's window title now always matches what's shown in its title
bar.
* Fixed button icons in the 'Appearance' settings page.
* Yakuake now installs a D-Bus service file. This allows calling its
D-Bus methods even when Yakuake is not running yet- it will then be
started implicitly.
* Fixed a crash due to a missing bounds check in the 'sessionAtTab'
D-Bus method.
* Fixed a type marshalling issue with the 'addSession' D-Bus method
that caused a noisy warning when using it via qdbus.
* Yakuake now depends on KDE Frameworks 5.29 or higher.
Changes in 3.0.4:
* Fixed build on Qt 5.7.
...
...
NEWS
View file @
8dbcec4b
Mon March 28 19:45:00 KST 2018
Released Yakuake 3.0.5.
Mon April 03 21:30:00 KST 2017
Released Yakuake 3.0.4.
...
...
README
View file @
8dbcec4b
...
...
@@ -12,11 +12,7 @@ The Yakuake website is located at: http://yakuake.kde.org/
Report bugs and wishes at: http://bugs.kde.org/
You can browse the latest and older sources at:
http://projects.kde.org/projects/extragear/utils/yakuake/repository
Yakuake requires kdelibs and Konsole from KDE Software Compilation 4.4.0 or
higher.
https://cgit.kde.org/yakuake.git
Basic build and installation instructions:
...
...
app/main.cpp
View file @
8dbcec4b
...
...
@@ -37,10 +37,10 @@ int main (int argc, char *argv[])
KAboutData
aboutData
(
QStringLiteral
(
"yakuake"
),
xi18nc
(
"@title"
,
"<application>Yakuake</application>"
),
QStringLiteral
(
"3.0.
4+
"
),
QStringLiteral
(
"3.0.
5
"
),
xi18nc
(
"@title"
,
"A drop-down terminal emulator based on KDE Konsole technology."
),
KAboutLicense
::
GPL
,
xi18nc
(
"@info:credit"
,
"(c) 2008-201
7
The Yakuake Team"
),
xi18nc
(
"@info:credit"
,
"(c) 2008-201
8
The Yakuake Team"
),
QString
(),
QStringLiteral
(
"http://yakuake.kde.org/"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment