Skip to content

Planet 

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

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.

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.

Bildschirmfoto 2016-06-13 um 12.08.18

Download links:

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!

Read More

Kate 16.04 on Windows (64bit)

Friday, 29 April 2016  | Dominik Haumann | Tags:  planet

NOTE: Please refer to Get It for up-to-date Windows versions

It seems the Kate Alpha Release in January was well received by some users. So we are happy to announce that we are releasing an updated Windows installer for Kate (64bit) today. Essentially, this is the same version that is shipped with the KDE Applications 16.04 release under Linux.

  • Kate-setup-16.04.1-64bit.exe (64bit) installer, compiled on Windows 10
  • If you have git in your PATH, then the Kate Projects plugin will work as expected.
  • As mentioned in the previous post, you may want to also install D-Bus for Windows, so that all documents opened use the same Kate instance.
  • You can compile Kate yourself with Visual Studio 2015 community edition by following the steps in kate-windows.git. For me, a few tweaks were necessary, though: If some modules do not compile, just run the cmake build command again (and again). The “NMake Makefiles JOM” do not work for me, I had to use “Visual Studio 14 2015 Win64” generator. You can start the Visual Studio with `devenv KateOnWindows.sln`. If you have further questions, please contact us on the mailing list.

Screenshot of running Kate under Windows 10:

Read More

Making Windows Phones work in Dolphin

Wednesday, 16 March 2016  | Dominik Haumann | Tags:  planet

Hi all,

if you have a Windows Phone (e.g. Lumia or similar), then please help us on MTP & Windows Phones so we can find the correct patch to make these devices work in the kio-mtp io slave.

Thanks! :-)

Kate/KWrite on Mac – More Icons & More Plugins

Saturday, 24 October 2015  | Christoph Cullmann | Tags:  planet

After a bit more work, toolbars (and other places ;=) have icons, too. More Kate plugins do work, like the nice project plugin I use the whole day, see:Kate with Project Plugin on Mac

Updated .dmg files can be found at (alpha quality, only tested on Mac OS 10.10):

ftp://kate-editor.org/cullmann/kate-20151024.dmg

Read More

Alpha Kate & KWrite Application Bundles

Wednesday, 21 October 2015  | Christoph Cullmann | Tags:  planet

Hi,

with my latest changes in kate.git, icons work, too, on windows and mac, without any qt patch, if you put some qt resource file containing breeze inside your share or Resources folder (one up from the application binary).

mac.txt contains the rcc calls needed to create such a package and all others things you need to run to get .dmg files. (you need Qt 5.5.0 + a recent CMake + XCode with command line stuff enabled)

Read More