CIA.vc
Yakuake
Yakuake is a drop-down terminal emulator based on KDE Konsole technology.
Stats » Projects » KDE » Yakuake
informationsyndicateUTC clock
17:32 on May 27, 2012
event counters
The last message was received 2.89 days ago at 20:05 on May 24, 2012
0 messages so far today, 0 messages yesterday
1 messages so far this week, 0 messages last week
1 messages so far this month, 0 messages last month
321 messages since the first one, 6.21 years ago, for an average of 1.01 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
14:21 ThursdayKDE
Commit by Jekyll Wu on master :: rv2.9.8-71-g16eb763 yakuake/app/terminal.cpp: (link)
Use KService to lookup the library name of konsolepart

REVIEW: 105028
#
13:39 on Feb 07KDE
Commit by Eike Hein on master :: rv2.9.8-67-g0fa1e5c yakuake/ChangeLog: (link)
Add many missing changes and rearrange for a better reading order.
#
01:26 on Dec 06, 2011KDE
Commit by Jekyll Wu on master :: rv2.9.8-59-ge4937d8 yakuake/app/mainwindow.cpp: (link)
Remove 'void' as return type from SLOT signature
#
21:38 on Dec 05, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-58-gebe9b2b yakuake/ (5 files in 2 dirs): (link)
Retract after last tab closes.

Patch by A Janardhan Reddy, with minor cleanup by me.

BUG:206845
#
15:51 on Nov 26, 2011KDE
Commit by Oswald Buddenhagen on master :: rv2.9.8-70-ga9b8bd5 yakuake/data/yakuake.desktop: (link)
adjust to INSTALLed permissions
#
04:46 on Nov 12, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-55-g5b1674f yakuake/app/main.cpp: (link)
Make the message indendent of the current window state.

BUG:286389
#
17:05 on Oct 28, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-53-g1ce11f5 yakuake/app/mainwindow.cpp: (link)
Yeah.
#
16:38 on Oct 28, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-52-g6dd306b yakuake/app/mainwindow.cpp: (link)
Minor formatting fixes.
#
23:15 on Oct 25, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-50-g7aaa627 yakuake/app/mainwindow.cpp: (link)
Hide Help button while we don't ship with any docs.

BUG:230914
#
00:39 on Oct 19, 2011KDE
Commit by Alexandre Courbot on master :: rv2.9.8-51-g81ac35a yakuake/app/mainwindow.cpp: (link)
Fix geometry in multi-screen cases

Commit 81484067 addressed and issue with multi-head setups where the
top strut of a window not visible on yakuake's display would be removed
from its work area. However, it did not consider bottom, right, and left
struts, and also prevented the left, right and bottom struts of windows
on the same display as yakuake from being removed from its work area.
This patch fixes this issue and tries to make the code more explicit.

BUG: 265818
#
09:43 on Sep 23, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-48-gaa4c2f8 yakuake/app/ (firstrundialog.cpp mainwindow.cpp): (link)
Port away from deprecated API.
#
22:25 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-33-g0b19522 yakuake/app/ (5 files): (link)
Fix logic inversion in the keyboard input toggle action.

Plus some more session/terminal property D-Bus scaffolding - I think
for 3.0 I'll move to exposing them as objects on D-Bus rather than
the flat API approach. Flat used to be nice and simple, but that was
before they grew all these properties. OTOH, while it's more work
from my end this way, the API is mostly used by shell scripters,
and a flat API is definitely easier to use from shell script than
enumerating objects.
#
22:08 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-32-ga0e8c10 yakuake/app/ (5 files): (link)
Expand interface a bit.
#
21:38 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-31-gd3b131b yakuake/app/sessionstack.cpp: (link)
Cleanup.
#
19:49 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-30-g4b18da1 yakuake/app/ (10 files): (link)
Redo version checking approach for activity/silence monitoring.

Due to moc's limitations we end up having non-useful slots in the
D-Bus interface on <4.7.1. Unfortunately it's not possible to
toggle the scriptable flag on a QMetaMethod at runtime, and
QDBusConnection::registerObject() can't deal with an OR'd combo
of ExportScriptableSlots and ExportAdaptors, so it's not possible
to stuff the extra slots into a QDBusAbstractAdaptor subclass
either. I stopped short of duplicating the entire object inter-
face plus extra slots in an adaptor to toggle between the two at
runtime - as much as I hate sloppy D-Bus interfaces, that would
just be too ugly in terms of code. Maybe I'll find an acceptable
way later.
#
18:43 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-29-gf8a2769 yakuake/app/terminal.h: (link)
Fix build.
#
16:31 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-28-g0da6ceb yakuake/app/mainwindow.cpp: (link)
Cleanup.

This hack hasn't been necessary in ages - the activeWindow() check
in changeEvent() makes sure we don't retract when we lose focus to
a window we own ourselves.
#
16:21 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-27-g2bb7a41 yakuake/app/sessionstack.cpp: (link)
Revert "Clean away some unnecessary code."

This reverts commit 165a81febd0a8afc0c0ef52bfddcc04da88b0ffe.

The code is technically indeed unnecessary, but only because of external
conditions that may change in the future, and then nobody will remember
to add this again - that's why I put it there originally, I guess.
#
16:16 on Aug 06, 2011KDE
Commit by Eike Hein on master :: rv2.9.8-26-gbca9131 yakuake/app/ (5 files): (link)
Match menu arrangement.
#
16:06 on Aug 06, 2011KDE
Commit by Eike Hein on feature-activity-and-silence-monitoring :: rv2.9.8-25-g942e500 yakuake/ (13 files in 3 dirs): (link)
Add version checks for 4.7.1 for activity/silence monitoring.

I can't begin to tell you how much I wanted to make this a runtime
check instead of build time, but it would have meant non-working
entries in "Configure Notifications" and non-working API on D-Bus.
#