diff --git a/config.toml b/config.toml index 67ea44a..d392abd 100644 --- a/config.toml +++ b/config.toml @@ -139,3 +139,18 @@ pygmentscodefencesguesssyntax = true name = "Impressum" url = "impressum/" weight = 70 + +# maximal privacy +[privacy] + [privacy.disqus] + disable = true + [privacy.googleAnalytics] + disable = true + [privacy.instagram] + disable = true + [privacy.twitter] + disable = true + [privacy.vimeo] + disable = true + [privacy.youtube] + disable = true diff --git a/content/posts/kate-history-kde-4.md b/content/posts/kate-history-kde-4.md new file mode 100644 index 0000000..6523d3c --- /dev/null +++ b/content/posts/kate-history-kde-4.md @@ -0,0 +1,47 @@ +--- +title: "Kate History - KDE 4" +date: 2019-04-12T23:50:00+02:00 +draft: false +--- + +During my web site upgrade, I reviewed the old stuff I had hosted on my long gone web sites but still archived here locally. An interesting thing I stumbled on are the KDE 3 -> 4 porting screenshots of Kate I saved in 2005. + +They actually show pretty nicely how far we have gone since 2005 with our development stack. + +The KDE 3 -> 4 transition was a large hassle. It did take weeks of work just to get Kate back into an usable state. + +We first started with some trivial KTextEditor container (a mini KWrite) for the porting to get KTextEditor at all doing something. That started out with something that even had no menu or toolbars working: + +

+ +

+ +This evolved after two days into a kind of working KWrite port (icons still randomly missing): + +

+ +

+ +After the KTextEditor part did work "reasonable", we started with Kate: + +

+ +

+ +And ended up with an initial ported prototype three days later: + +

+ +

+ +And after that a long time of actual polishing for KDE 4.0 did start. Kate was actually one of the first ported applications during the KDE 3 -> 4 transition. + +The KDE 4 -> KF5 transition was much nicer, even thought the Frameworks split did cost a lot of time and resources. But the actual changes to the application code bases were not that radical. + +And where did we end up with this ~14 years later? Actually, just here: + +

+ +

+ +It is still recognizable the same application, thought I hope some progress is visible :=) diff --git a/static/kate/kate-kde4-20050519.png b/static/kate/kate-kde4-20050519.png new file mode 100644 index 0000000..17c8cc9 Binary files /dev/null and b/static/kate/kate-kde4-20050519.png differ diff --git a/static/kate/kate-kde4-20050520-more.png b/static/kate/kate-kde4-20050520-more.png new file mode 100644 index 0000000..46323df Binary files /dev/null and b/static/kate/kate-kde4-20050520-more.png differ diff --git a/static/kate/kate-kde4-20050520.png b/static/kate/kate-kde4-20050520.png new file mode 100644 index 0000000..708abbc Binary files /dev/null and b/static/kate/kate-kde4-20050520.png differ diff --git a/static/kate/kate-kde4-20050522.png b/static/kate/kate-kde4-20050522.png new file mode 100644 index 0000000..f8d7a52 Binary files /dev/null and b/static/kate/kate-kde4-20050522.png differ diff --git a/static/kate/kate-kf5-20190412.png b/static/kate/kate-kf5-20190412.png new file mode 100644 index 0000000..6fd8830 Binary files /dev/null and b/static/kate/kate-kf5-20190412.png differ diff --git a/static/kate/katetest-kde4-20050515-more.png b/static/kate/katetest-kde4-20050515-more.png new file mode 100644 index 0000000..c4ea6bb Binary files /dev/null and b/static/kate/katetest-kde4-20050515-more.png differ diff --git a/static/kate/katetest-kde4-20050515-next-one.png b/static/kate/katetest-kde4-20050515-next-one.png new file mode 100644 index 0000000..4cb874f Binary files /dev/null and b/static/kate/katetest-kde4-20050515-next-one.png differ diff --git a/static/kate/katetest-kde4-20050515.png b/static/kate/katetest-kde4-20050515.png new file mode 100644 index 0000000..2fa63b6 Binary files /dev/null and b/static/kate/katetest-kde4-20050515.png differ diff --git a/static/kate/katetest-kde4-20050516-about-kde.png b/static/kate/katetest-kde4-20050516-about-kde.png new file mode 100644 index 0000000..04e3432 Binary files /dev/null and b/static/kate/katetest-kde4-20050516-about-kde.png differ diff --git a/static/kate/katetest-kde4-20050516-find.png b/static/kate/katetest-kde4-20050516-find.png new file mode 100644 index 0000000..634be73 Binary files /dev/null and b/static/kate/katetest-kde4-20050516-find.png differ diff --git a/static/kate/katetest-kde4-20050516.png b/static/kate/katetest-kde4-20050516.png new file mode 100644 index 0000000..2edee77 Binary files /dev/null and b/static/kate/katetest-kde4-20050516.png differ diff --git a/static/kate/katetest-kde4-20050517.png b/static/kate/katetest-kde4-20050517.png new file mode 100644 index 0000000..947df16 Binary files /dev/null and b/static/kate/katetest-kde4-20050517.png differ