Skip to content

Posts 

Kate’s TabBar gets Movable Tabs

Wednesday, 15 June 2016  | Dominik Haumann | Tags:  planet  sprint
With the next Applications 16.08 release, Kate5’s tabs will be movable with the mouse. This was a feature request for quite some time, which is now fixed.For the record, the animated gif was created with the following two commands: ffmpeg -f alsa -f x11grab -r 30 -s 680x385 -i :0.0+0,0 -threads 0 output%04d.png convert -delay 1/30 -loop 0 -layers OptimizeFrame -size 680x385 -fuzz 2% output*.png output.gif Much more work is going on at the Randa spring currently held in Switzerland. Would be nice if you support us ;) Read More

New Mac OS X Build Documentation

Tuesday, 14 June 2016  | Christoph Cullmann | Tags:  planet
During the Mac OS X platform meeting here at Randa, the point was made that the current build documentation for Mac OS X is a bit lacking, as e.g. the steps to create an application bundle are only documented somewhere for Kate, Krita, KDevelop, … but in no central place. I started to writeup a new howto at the mac.kde.org page that utilizes emerge for the heavy lifting like the KDE Windows team uses it. Read More

MiniMap Fine-Tuning

Tuesday, 14 June 2016  | Dominik Haumann | Tags:  planet  sprint
Kate also supports a minimap of the text contents instead of a classical scrollbar. To enable it, just go to Here at the Randa meeting, we just invested some time to bring this minimap more in line with the Breeze style. You can see the difference here: Note the scrollbar slider frame, the new version (right) is more distinct and in line with the rounded corners of the Breeze style. Read More

Updated bundles, now release builds and less frameworks

Monday, 13 June 2016  | Christoph Cullmann | Tags:  planet
I updated the bundles, now they are release builds of Kate & KWrite and they contain less frameworks. The size is only one half of the last bundles, less than 50 MB per app. Visit “Get It” for the download links or below. Mac Application Bundles Kate 16.07.70 (Update 1) KWrite 16.07.70 (Update 1)

New “Get It” page & “Build It” split out

Monday, 13 June 2016  | Christoph Cullmann | Tags:  planet
As we now have some binaries available for Windows & Mac, I renovated the “Get It” page. You now have there links to the latest versions of our binaries (installer for Windows & application bundle for Mac) beside the link to the distribution packages for Linux/BSD/* as provided by our dear packagers. For building Kate from sources, we now have the building instructions on a separate “Build It” page. We will try to update the binary builds in the next days at Randa. Read More

Working on Kate in Randa

Monday, 13 June 2016  | Dominik Haumann | Tags:  planet  sprint
Right now, around 40 developers are working together on bringing KDE to other platforms in Randa (Switzerland) for an entire week. So far, I just fixed some bugs, e.g.: Kate: Correctly restore view config of all split views (commit, bug, review) Kate: Sort Kate Session Menu alphabetically (commit, bug, review) Kate: Avoid hidden view spaces on start (commit, bug, review) Kate, KDevelop: Tab Switcher Plugin: Make sure the height fits all items (commit, bug) Much more work is going on, especially also with bringing Kate to Mac OS, or making it work better on Windows. For instance, thanks to Kåre and David, renaming documents already works now, and soon the filesystem browser plugin will be available in the next Kate on Windows release :) Read More

Kate/KWrite Application Bundle Update

Monday, 13 June 2016  | Christoph Cullmann | Tags:  planet
I just created new bundles for Kate & KWrite. By accident they are a bit large, as stuff as web engine is moved to the bundle, but they should work ;=) How to create them? mac.txt in kate.git shows how that works. But you need a macqtdeploy with the patch for QTBUG-48836. Download links: Kate 16.07.70 KWrite 16.07.70 Thanks to the Randa meetup I got time for this, if you want to sponsor, click the image below ;) Read More

First Day in Randa

Monday, 13 June 2016  | Christoph Cullmann | Tags:  planet
Yesterday afternoon I and others arrived in Randa. After some first meetup, started to try out how much work it is to e.g. compile Konsole or KDevelop on my Mac without patching Qt and stuff. Two review requests pending to get Konsole working at least on some basic level. Lets see what more is needed to get it in some usable state (at least the terminal toolview in Kate now can use the konsole part ;=) Read More

Randa Meeting 2016 – Tomorrow on Tour ;=)

Saturday, 11 June 2016  | Christoph Cullmann | Tags:  planet
Tomorrow I will start to travel to the Randa Meeting 2016. I hope I can help to make it possible to spread KF5 based stuff more easy on platforms like Windows & Mac. Lets see what can be done, will be an interesting week ;=) If you want to support us, please consider to donate, we have a fundraising campaign running!

Breeze Dark Color Scheme

Saturday, 28 May 2016  | Dominik Haumann
Just as quick info, with the next KDE Frameworks 5 release, namely KF5 version 5.23, the KTextEditor framework gains a Breeze Dark color scheme. The colors mostly stick to the Breeze color palette, with some minor changes, since KTextEditor needs more colors the the color palette itself ships. To use this color scheme, go to the config dialog and choose “Breeze Dark” in the Fonts & Colors config page. We hope this is useful – mandatory screenshot: Read More