-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans (62) .- Knowledge Base  . 

Yakuake

   2.9.6  

KDE System Tool

Yakuake
zoom


Yakuake
zoom


Yakuake
zoom


Link:  http://yakuake.kde.org/
Depends on:  KDE 4.x
Downloads:  78044
Submitted:  Sep 16 2005
Updated:  May 19 2009
Score: 
score92%92%score
 92% good
bad   good

Description:

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.


--- What's new ---

2.9.6:
Yakuake 2.9.6 is a hotfix release taking care of a nasty bug in the interactive renaming of sessions that appears to have been around for a while, but had managed to escape notice until today. As a bonus, it also updates the default skin graphics to feature the current rather than the old application icon. For more detail, see the changelog below.

2.9.5:
As befitting a ".5" release, Yakuake 2.9.5 brings new features in addition to the usual bugfixes and improvements. Of particular note are new options to prevent the accidental closing of sessions and to disable keyboard input for sessions, as well as the ability to reorder tabs by drag and drop. There is also a new way to indicate which terminal in a multi-terminal session has gained focus when moving focus between terminals, and the D-Bus interface has again been expanded to allow for more and easier scripting. For more detail, see the changelog below.


--- Essential links ---

Yakuake's website: http://yakuake.kde.org/
Report bugs and wishes at: https://bugs.kde.org/enter_bug.cgi?product=yakuake
Older releases: http://developer.berlios.de/project/showfiles.php?group_id=7376
KDE 4 FAQ: http://websvn.kde.org/*checkout*/trunk/extragear/utils/yakuake/KDE4FAQ




Changelog:

Changes in 2.9.6:
* Fixed interactive rename of sessions not working reliably - either failing to implement a rename or renaming the wrong session - once tabs had been moved or sessions closed, due to a mixup of tab indices and session IDs in the rename code.
* Updated the application icon in the bottom-left corner graphic of the default skin.
* Updated the icon for the default skin in the configuration dialog's skin list to the new application icon.

Changes in 2.9.5:
* Added a new framework, referred to as the visual event overlay, to display notifications (and potentially other information) on top of the terminals. It's used for a number of new features found in this release, as described in their separate entries.
* Added an option to visually indicate the newly-focussed terminal when moving focus in a session with multiple terminals (i.e. via splits), or the currently focussed terminal when switching to a session with multiple terminals. This make the lives of users easier who prefer to use the "I-Beam" or "Underline" cursors styles in the terminal, as those cursor styles do not indicate terminal focus as the "Block" style does. The visual indication used here is a brief, translucent overlay in the global color scheme's hover decoration color. This feature is realized using the new visual event overlay described in a separate entry.
* Added a feature to disable keyboard input for all or individual terminals in a session. Both variants are available from the tab context menu; the session-wide toggle is also available in the keyboard shortcuts configuration. When typing into a terminal that has keyboard input disabled the terminal will briefly flash red. When hovering one of the per-terminal toggles in the context menu, the affected terminal will be highlighted in the global color scheme's hover decoration color. The latter two aspects of this new feature have been realized using the new visual event overlay described in a separate entry. Furthermore, new D-Bus interfaces have been added to get/set this state bit for both sessions and terminals.
* Added a feature to lock a session to prevent it from being closed accidentally, available from the tab context menu as well as in the keyboard shortcuts configuration. When trying to close a locked session or its active terminal via Yakuake's own actions/shortcuts, a warning dialog will be displayed, and also when trying to quit Yakuake with any locked sessions. Note that this doesn't cover closing a terminal from within the Konsole KPart providing the terminal (such as running "exit" or via the terminal's context menu), however. New D-Bus interfaces have been added to get/set this state bit for sessions.
* Added support for moving tabs on the tab bar by drag and drop.
* Added an option to open the application window after program start.
* Improved graphics for the window state lock button in the default skin.
* Added a slightly improved version of the application icon (again done by Oxygen lead artist Nuno Pinheiro) along with a 256x256px variant.
* Added D-Bus interfaces for splitting.
* Added the frequently-requested 'sessionIdForTerminalId(int terminalId)' and 'terminalIdsForSessionId(int sessionId)' D-Bus interfaces.
* The auto-open-on-mouse-pointer-hitting-the-screen edge feature now checks the position of the mouse pointer against the actual position and width of the window rather than triggering on the entire screen edge. This way, the screen corners are freed up e.g. for KWin Desktop Effects triggers with the default Yakuake window width of 90% work area width.
* Rewrote fullscreen handling, fixing bugs such as exiting fullscreen mode on virtual desktop switch.
* Rewrote the translucency support not to use X11-specific code on KDE 4.3 or higher.
* Fixed a regression from the background painting changes in 2.9.4 that caused splitter handles between terminals to appear in the user-configured background color.
* Fixed crashes when closing sessions with certain split setups (also on quit).
* Fixed crash when changing window width/height from the menu with Qt 4.5 (also generally improves efficiency of window size changes).
* Fixed the 'removeTerminal(int terminalId)' D-Bus call always closing the active terminal of the session containing the target terminal, rather than the target terminal.
* Fixed interactive tab rename always renaming the active tab, rather than the tab the line edit was invoked for and shown on top of.
* Fixed the interactive rename line edit possibly getting hidden also when a session other than the one that is being renamed gets deleted, rather than just when the session that is being renamed gets deleted.
* Slightly improved options layout on the Behavior page of the configuration dialog and made sure that the skin list on the Appearance page scrolls so that the selected skin is visible when the list is shown.
* On KDE 4.2 and higher, the first-run dialog now no longer allows setting a multi-key shortcut to open/close the window, consistent with the shortcut configuration dialog (the required API is new in 4.2). The reason multi-key global shortcuts are not allowed in KDE is that they don't work.
* Fixed linking with the new gold linker in binutils.
* Updated KDE4FAQ file (animation performance).




LicenseGPL
Source(Yakuake 2.9.6 (KDE 4; Stable) Mirror 1)
Source(Yakuake 2.9.6 (KDE 4; Stable) Mirror 2)
Source(Yakuake 2.8.1 (KDE 3.4+; Stable) Mirror 1)
Source(Yakuake 2.8.1 (KDE 3.4+; Stable) Mirror 2)
send to a friend
subscription
other apps from Sho

goto page: prev  ... 70  71  72  73  74  75  76  77  78 

-

 bell in yakuake

 
 by quarkup on: Jan 23 2010
 

hi there.

I was looking to get the weechat bell command (to alert incoming messages/etc) when i found that the bell does not work inside yakuake while with konsole or gnome-terminal it works

its easy to check it, use the command:

echo -ne "\a"


My software versions is as follows:

yakuake version 2.9.6
kde (and konsole) version is 4.3.4


good job over there!
yakuake keeps being a great tool.


reply to this

-

 Re: bell in yakuake

 
 by Sho on: Jan 23 2010
 

This is a bug in the Konsole KPart component Yakuake embeds.


reply to this

goto page: prev  ... 70  71  72  73  74  75  76  77  78 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.