Tag Archives: Sales Engineer

kde-service-menu-video-dl 0.1.0 (KDE Service Menu)

Thumbnail

kde-service-menu-video-dl 0.1.0
(KDE Service Menu)
Service menu for konqueror lovers that let you to download videos and extract audio track

Methods :

for website not supported from youtube-dl the methos is based on lsof method.
for

CollegeHumor, Comedy Central, Dailymotion, Facebook, Metacafe,yVideo, Photobucket, The Escapist,Vimeo,Yahoo!, YouTube, blip.tv, depositfiles.com, video.google.com,xvideos, Soundcloud, InfoQ, Mixcloud, OpenClassRoom.

the service menu will work with youtube-dl

Dependences

mawk youtube-dl ffmpeg ffprobe

Usage :

kde-service-menu-video-dl

Options :
-p : play Flash video with ffplay
-s : saves Flash Video , files will be copied in /tmp folder
-y : download the video from youtube with youtube-dl
-mp3: download the video from youtube and convert it on mp3
-e: download the video from youtube and extract audio track
-h : print this help

function detect flash based on:

array=(“/proc/$(lsof -n | awk ‘ /Flash/{print ; exit}’)/fd/$(ls -l “/proc/$(lsof -n | awk ‘ /Flash/{print $2 ; exit}’)/fd” | awk ‘/Flash/{print $9}’)”)

thanks to Vincenzo Tibullo for the big help with progressbar and bash code πŸ™‚ crazy stuff in free time πŸ˜› that maybe none will use

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Tomatoid 1.0 (Plasmoid Script)

Thumbnail

Tomatoid 1.0
(Plasmoid Script)
Pomodoro is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down periods of work into 25-minute intervals called ‘Pomodoros’ (from the Italian word for ‘tomatoes’) separated by breaks. Closely related to concepts such as timeboxing and iterative and incremental development used in software design. The method is based on the idea that frequent breaks can improve mental agility.

Tomatoid is a pomodoro timer for KDE and is written in QML + Javascript

GIT Repository: https://github.com/arthurtaborda/Tomatoid

DEPENDENCIES:

KDE 4.10.1 (4.10 has a bug with notifications)
qt-mobility (if you don’t have this installed and try to add tomatoid to your panel, it will crash your plasma-desktop and eat your hamster)

Thanks to Leszek Cimala and Alex Fiestas for contributions

Not possible features due plasma limitations:

Use the old icon
Show a kdialog as notification
Install tomatoid in KDE notification system

changelog:
1.0
– Estimative of pomodoros
– Continuous mode
– Ticking sound
– Timer in the icon
– Two options of icons (Flat and Simple)
– When added in desktop, shows a big tomato without backgroud.
– Notification sound (Copied from Gmail Notifier addon for firefox)
– Notification action options
– Inline rename when double click task
– Bugfix: timer not visible
– A lot of bug fixes

0.9.3
– Possibility to add to system tray
– Some UI improvements

0.9.2
– Fixed icon bug
– Adding a frame in the task list

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

komparator4 0.9 (KDE Archiving/Backup)

Thumbnail

komparator4 0.9
(KDE Archiving/Backup)
Komparator4 is a KDE4 port of Komparator.

It is still experimental, don’t expect it to work perfectly!
You will need >= KDE 4.3.

Komparator is an application that searches and synchronizes two directories. It discovers duplicate, newer or missing files and empty folders.
It works on local and network / kioslave protocol folders (like smb:/, ftp://, media:/)

changelog:
0.9
===
* Fixed copy to clipboard
* Newest kdatecombo.[h][cpp]
* Potential bugs leading to random crashes fixed

0.8
===
* Spanish translation (thanks to Lucio MartΓ­nez)
* Updated to newest kfind
* Bug excluding randomly large files from lists fixed

0.7
===
* Czech translation (thanks to Pavel Fric)
* small updates of the search engine to more recent KDE version
* bug (deleting custom preset sometimes impossible) fixed

0.6
===
* run KIO commands from GUI thread as KIO is not thread-save (fix random crashes)
* workaround for random crashes when deleting files

0.5
===
* preserve modification time stamp on get/put kioslave protocols

0.4
===
* files aren’t executed on selection (single click setting)
* “–minimized” command line option
* KDE 4.5 compatibility

0.3
===
* resize columns in list view enabled
* updated documentation screenshots
* fixed sorting by size and time stamp
* accelerated empty directory search

0.2
===
* fixed performance issue for large number of files

0.1b
====
* fixed window close problem
* new error list dialog (only open one error dialog at a time)
* fixed md5 checksum problem

0.1
===
* initial release

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

FFMpegThumbs-MattePaint 0.3 (KDE Improvement)

Thumbnail

FFMpegThumbs-MattePaint 0.3
(KDE Improvement)
The ffmpegthumbs-mattepaint is an alternative version of the standard KDE ffmpegthumbs. The ffmpegthumbs-mattepaint (0.3) is based on the https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs git revision 77eeb2e9.

Both the ffmpegthubs and the ffmpefthumbs-mattpaint can be installed side by side.

A preview clip: http://www.dailymotion.com/video/xyh0w1_kde-thumbnailer-ffmpegthumbs-mattepaint_tech

The poster pictures were downloaded with the Nepomuk-WebMiner: https://projects.kde.org/projects/extragear/base/nepomuk-webminer

Changes:

* The ffmpegthumbs-mattepaint is using the QPainter & QImage to draw the “ornaments” ( or the filmstrip holes) on the thumbnail. The ffmpegthumbs-mattepaint is not limited to show the classic filmstrip holes – any png picture will do.

* The ffmpegthumbs-mattepaint is using pseudo-random number to seek the preview image (5%..95%). The standard ffmpegthumbs is using fixed 20% seek.

* Added a script and a KDE service menu to delete the poor thumbnails so the thumbnailing can be done again.

* Added scripts and the KDE service menu to fix the thumbnails – Thumbnails from the VLC & SMPLayer snapshots and from the png file.

The ornament images (.png) are loaded from the KDE‘s ../apps/ffmpegthumbs-mattepaint/ directory. At here this is either /usr/share/kde4/apps/ffmpegthumbs-mattepaint/ or the users ~/.kde/share/apps/ffmpegthumbs-mattepaint/ directory. Check your distribution paths !

The user decides:

* If the ../apps/ffmpegthumbs-mattepaint/ directory exists but there are no ornament images: only the bare preview thumbnail is made.

* If the ../apps/ffmpegthumbs-mattepaint/ directory does not exists: the mimetype icon is blended over the preview thumbail (http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/classThumbCreator.html).

* If the ../apps/ffmpegthumbs-mattepaint/ directory exists and there are ornament images: the preview thumbnail is made with the wanted ornaments.

Generic

The compilation is depending same development files as the standard ffmpegthumbs.

The generic compilation:

1) cd /to/the/ffmpegthumbs-mattepaint/

2) mkdir builddir

3) cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix`

4) make

5) sudo make install

HowTo / Readme

A short readme is included in the archive: …/ffmpegthumbs-mattepaint-0.3/readme/readme.html

Known issues with the 0.3

– The normal (128) and the large (256) thumbnails are made separately so they can be different images. A workaround is to symlink the thumbnail subdirectories.

Only guarantee: No harm intended…

changelog:
0.1 / 2012-09-08

Initial release

0.2 / 2012-09-12

– Don’t draw frames around the preview image.
– Use the KDE standard dirs.
– Scale the ornaments with the normal thumbnails.

0.3 / 2013-03-24

– More randomness with the qsrand().
– An option to use png images as the thumbnails.
– Example scripts to hand pick the thumbnails: Snapshot from VLC & SMPlayer, Use posters or any png image as the thumbnail .

[read more]

job recommendations:

Sales Engineer full …read more
Source: FULL ARTICLE at KDE Apps

Veusz 1.17 (KDE Scientific)

Thumbnail

Veusz 1.17
(KDE Scientific)
Veusz is a scientific plotting package, designed to create publication-ready Postscript or PDF output. It can create line graphs, XY plots, histograms, shapes, images and contour plots. It features GUI, command-line, and scripting interfaces. Graphs are constructed from components, allowing complex layouts to be designed.

changelog:
Changes in 1.17:
* Add new broken axis widget with gaps in the numerical sequence
* Grid lines are plotted always under (or over) the data
* Shift+Scroll wheel scrolls left/right (thanks to Dave Hughes)
* Polar plots can have a “minimum” radius and log axes
* Many more LaTeX symbols added
* Add SAMP/VoTable support (thanks to Graham Bell)
* New shifted-points xy line mode, which plots a stepped line with the points shifted to lie between the coordinates given
* Points can be picked to console and/or clipboard (thanks to Valerio Mussi)
* Allow reversed ternary plot

Bug fixes:
* Fix unicode characters for circ and odot
* Fix for data type of pickable points
* Fix sort by group crash bug
* Many crashes fixed
* Fix width of key when using long titles/and or multiple columns
* Fix bold and italic output in SVG output

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Frescobaldi 2.0.9 (KDE Sound Application)

Thumbnail

Frescobaldi 2.0.9
(KDE Sound Application)
Frescobaldi is a LilyPond sheet music editor. It aims to be powerful, yet lightweight and easy to use.

You can edit LilyPond documents and build and preview them with a mouse click. Clicking on notes in the PDF preview places the text cursor in the right place. A score wizard is provided to quickly setup a music score. There are editing tools to manipulate the rhythm, acticulations, lyrics hyphenation, etc.

Unlike version 1.2.0 the 2.0 versions do not need KDE4 anymore, but just Python and PyQt4.

When using the Windows installer, it might be necessary to install the MS VC 2008 runtime from
http://www.microsoft.com/download/en/details.aspx?id=29.

changelog:
2.0.9 implements many wishes (such as File->Reload, autodetection of files modified by other applications, the use of CSS when exporting syntax-highlighted HTML), new features and bug fixes.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

WorkFlow KWin Script Launcher 0.1.0 (Plasmoid Script)

Thumbnail

WorkFlow KWin Script Launcher 0.1.0
(Plasmoid Script)
New Video v0.4.x: https://vimeo.com/62428523
Video v0.3.x: https://vimeo.com/60116122

This is a plasmoid launcher for the WorkFlow KWin Script:
http://kde-look.org/content/show.php/WorkFlow+KWin+Script?content=157726

Be careful you need to have installed the WorkFlow Plasmoid version 0.4.0 first which provides all the needed underground architecture:
http://kde-look.org/content/show.php/WorkFlow+Plasmoid?content=147428

changelog:
v0.1.0
— first initial release

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Drop2TagIcon 0.6 (Plasmoid Script)

Thumbnail

Drop2TagIcon 0.6
(Plasmoid Script)
WARNING!!!, this plasmoid needs at least KDE 4.10 and Nepomuk2 python bindings to work. This bindings are available here:

http://quickgit.kde.org/?p=scratch%2Fsedwards%2Fpykde4nepomuk2.git

=========================================

Drop2TagIcon is a plasmoid useful to tag files using Nepomuk based in Drop2Tag v0.1 by Nik Lutz with next changes/bugfixes:

New: key modifiers dropping files:
no key – set tag(s) to dropped files
Ctrl key – delete tag(s) to dropped files
Shift key – read file tag(s) from dropped file

Tip: this is the steps to clone tags from one file to others:
1) Select one file and drop to the plasmoid pressing the Shift key.
2) Drop the files you want to add the tags to the plasmoid.

and if you want to remove selected tags drop files holding Ctrl key.

Know problems:
-With shift key the tags stored are the tags of last file and not the sum of all tags in files.
-Multiple tags can only be set to plasmoid dropping a file with shift.
-Plasmoid don’t remember multiple tags.

– tags are alphabetically sorted
– support to filtering tags using regular expressions
– mouse wheel can be used to easily up and down in tags list
– plasmoid don’t crash at KDE startup
– several fixes to support unicode characters

As seems that Drop2Tag v0.1 approach is abandoned in latest Drop2Tag versions, I upload this hacked version if somebody finds useful.

I think that only an icon combined with the mouse wheel is a good solution but, if you have many tags wheel navigation is not really useful. For this reason I added a filter to focus in a tags subset. In my case I use four Drop2TagH plasmoids in my desktop to achieve my tagging goals.

Please note that I’m not a python developer and I simply change a few things here and there so all credits to Nik Lutz. Many thanks Nik!

changelog:
2012/03/22 – v0.6
– Added support to Nepomuk2.
– Removed support to Nepomuk.

21/02/2012 – v0.4
– Added tags deletion option.
– Added clone tags option.

14/02/2011 – v0.3
– Changed nepomuksearch query because old syntax is not supported in KDE 4.6

01/06/2010 – v0.2
– Plasmoid renamed to Drop2TagIcon as Nik suggested.

31/05/2010 – v0.1
– Initial version.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Tluk – get desktop screenshot in web 1 (KDE File Sharing)

Thumbnail

Tluk – get desktop screenshot in web 1
(KDE File Sharing)
Original script was taken http://yaa.no-ip.org/~yaa/diary/20071108.html#p04 here.
This script creates screenshot of selected part of your desktop and sends it to server tluk.ru.
– Allows you to select an area of ​​the desktop, then loads a screenshot to the server

– After logging on tluk.ru you can see your screenshots, delete them.

To take full advantage of script you should register on tluk.ru. This allows you to store your screenshots unlimited time, and the ability to see all your screenshots in the gallery and delete them. No registration screenshots will be deleted in 3 days after the last view.

Each user has 50 MB. of disk space.

Everything was done for myself, so, please don’t scold me =)

———————
INSTALLATION
———————
The script requires ImageMagick, ruby ​​and Firefox

Work tested on Ubuntu and Kubuntu, the others should also work.

1. download the file

2. Put it in any directory

3. Register online (optional, but recommended)

4. Open the file with a text editor, and enter your user name and password within quotes (if not register – do not change anything)

username = ‘username’
userpass = ‘password’

5. Save the file and make it executable

6. Double click on the file to run grab a screenshot of the desktop.

You can also set hotkeys in your DE performance file: I have ctrl + print screen.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

kde-service-menu-vlc 0.8.0 (KDE Service Menu)

Thumbnail

kde-service-menu-vlc 0.8.0
(KDE Service Menu)
video preview
[url]
http://www.youtube.com/watch?v=rmJJEuv1Mu4[/url]

This service menu appends files or folders on vlc playlist.

it can play even a video rotated..

INSTALLATION

NOTE
####################################
> 0.6 should work with vlc 1.x and 2.0
but i have just tested on 2.0 version
so…. if you have vlc 1.x just download the 0.5 version
######################################

INSTALLATION FROM DOLPHIN

**MAKE SURE YOU HAVE PERL INSTALLED.**

sudo apt-get install perl

then you can install it from here

dolphin ==>settings==> configure Dolphin ==> Services ==> Download new services ==> search box type vlc

MANUAL INSTALLATION

1 UNPACK
2 GO IN THE FOLDER
3 like root ./install

for debianbuntu

3* sudo ./install

you need it’s ENABLE QDBUS INTERFACE on vlc so if doesn’t work …. you have reseted the vlc config file so…

go to Tools -> Preferences -> Show all -> Interface -> Control Interface and Enable DBus

changelog:
0.8 start vlc with dbus option automatically not matter what
adding fonder should be faster

0.6
fix for vlc 2.0

0.5
added FOLDER APPEND
folder append supports every format.(i guess)

0.4
added append and play
double istance of vlc fixed

0.3
upgraded the installer
fixed somestuff on vservice
added the rotation option
added standard a rotations

fixed the mess πŸ™‚ now should works sorry but i have uploaded a bad version and for long time i have not checked..

0.2 beta 2

modified installer πŸ™‚ dbus enabled by default thank to maarizwan

————————————–
0.2
made vservice script to launch vlc if it’s not running
————————–
0.1 initial version i hope the last xD

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Media Controls 1.0 (Plasmoid Script)

Media Controls 1.0
(Plasmoid Script)
Displays previous, play/pause and next buttons, and optionally album art.

This pretty much works like the “Now Playing” widget that comes with kdeplasma-addons, but does not display any information (beyond album art, and that is optional). Instead, it will display previous, play/pause and next buttons, even when in a panel.

In KDE Plasma Desktop 4.11+, it will also display the icon for the currently selected media player if there is no album art available.

Note: the easiest way to install this is to go to add a widget to the desktop or a panel in Plasma, click “Get New Widgets” then “Download New Plasma Widgets” and search for “media controls” in the dialog box that comes up.

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

MovieThumbs 0.1 (KDE Improvement)

Thumbnail

MovieThumbs 0.1
(KDE Improvement)
MovieThumbs generates thumbnails from movie posters found on tmdb.org (The Movie DataBase)
For downloading the posters a working internet connection is needed. MovieThumbs works with all KDE file managers.
If the wrong thumbnail is downloaded include the year when the movie was released in the file name. This will help fetch the correct poster.

Thanks to the tmdb team for allowing the use of their api.

Installation:
See INSTALL file

changelog:
v0.1
2013-03-17 Initial release

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Kontainer 0.1 (KDE Improvement)

Thumbnail

Kontainer 0.1
(KDE Improvement)
A rudimentary nested Windowmanager, tiling clients vertically, horizontally or a row or column oriented grid.

NOTICE:
This is NOT intended as full featured windowmanager (tiling or not), but as sidearm to combine some windows in one.

It will work with most windowmanagers, for KWin you currently have to keep WORKAROUND_KWIN enabled (a workaround including a usleep…)

More thought for playing around and to trigger some feedback.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

launchSwitch 0.1 (Plasmoid Script)

Thumbnail

launchSwitch 0.1
(Plasmoid Script)
This simple plasmoid can be used as a switch to launch alternatively two programs or two commands.
Personnaly i use it as a proxy switcher between my company proxy and home connexion without proxy.
The programs or commands to be launched can be configured.
This is a pure source plasmoid, nothing has to be build.
This development reuse one of the example provided with qt.
It needs KDE 4.9 as a minimum.

For the first version the SVG images are not resizable.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Kaffeine power-control2 for kde4 1.0 (KDE Other Software)

Thumbnail

Kaffeine power-control2 for kde4 1.0
(KDE Other Software)
This is the bar to access the most popular applications in your Kde and the Kaffeine player in your kde4x.
Now you have two types:
Fire and Translucent.

changelog:
Extract this to your favorite folder and open with superkaramba.You must have installed :Deluge bittorrentkonqueror, virtualbox, gimp, gwenview, firefox, K3b , brasero, amsn, kaffeine, openoffice(or koffice).

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

GUI Builder 0.9.0 (KDE Development Tool)

Thumbnail

GUI Builder 0.9.0
(KDE Development Tool)
GUI Builder is A drag and drop interface to create WebElement User Interface (WUI) templates that can be used as the foundation of a responsive wep app. It simplifies the process of designing applications, and encourages separation of the logic and view.

Part of the WebBot web development framework (www.webbot.ws)

To install:

1. Install pyside https://pypi.python.org/pypi/PySide

2. pip install webelements

3. pip install guibuilder

execute guiBuilder to run.

Note: easy_install can optionally be used instead of pip install

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Belgian radio stations 1.1.2 (Amarok 2.0 Script)

Thumbnail

Belgian radio stations 1.1.2
(Amarok 2.0 Script)
Amarok script that adds 58 Belgian radio streams.

Installation
– Extract to ~/.kde4/share/apps/amarok/scripts/ (if scripts folder does not exists, create it).
– Should now also work via scriptmanager in amarok.

Credits
I based this on Donald Benoot‘s script: http://kde-apps.org/content/show.php/VRT+radio+stations+-flemish+public+radio?content=108413 and the example “cool streams” ( and probably some others to ). Search functionality based on http://kde-apps.org/content/show.php?content=121518.

Also thanks to:
http://www.listenlive.eu/belgium.html
http://www.belgie.fm/
http://www.radiovisie.eu/

Known bugs
When searching ( ex. antw ), for some streams, only albums appear. If anybody knows how to fix this, let me know.

changelog:
1.1.2 (10 March 2013)
Fixed Q-Music stream, thanks Erwin.

1.1.1 (30 Januari 2012)
Added “amarokscript” to the filename, thanks Ronald.

1.1 (27 December 2011)
Added search
Repackaged files

1.0 (25 December 2011)
First release

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps

Adjustable Clock 3.2 (Plasmoid Binary)

Thumbnail

Adjustable Clock 3.2
(Plasmoid Binary)
Plasmoid to show date and time in adjustable format using rich text.
Developed and tested on KDE 4.10 with Qt 4.8 (Kubuntu 12.10).

Source (main repository, with more frequent updates) is located at:
https://github.com/Emdek/plasmoid-adjustable-clock

Tips:
– to change tool tip text you need to set options toolTipFormatMain and toolTipFormatSub in applets configuration file (usually located at ~/.kde4/share/config/plasma-desktop-appletsrc), in group containing line plugin=adjustableclock;
– you can use advanced WebKit features, for example use CSS to create reflections:

-webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));

And much more. πŸ˜‰

If you created interesting format and want to share it then post in comments!

Features:
– fully custom date format (syntax similar to that of strftime C function);
– possibility to use rich text editor or edit source (HTML and CSS) to adjust format;
– fast copy to clipboard of adjustable date and time format after middle mouse click on the clock or activation of keyboard shortcut;
– context menu with actions to copy formatted (adjustable formats) date and time to clipboard;
– adjustable tool tip (hidden option);
– standard clock calendar.

Additional formats:
Digital clock, format resembling traditional digital clock, by Emdek – http://pastebin.com/Ux5kztGd.

If you have found bugs or have suggestions you can contact me via email, message or using comments, before you will vote bad. And remember that not everybody has enough time for fast replying. πŸ˜‰

changelog:
3.2 (10.03.2013):
– added Train Clock, based on design by Nuno Pinheiro;
– added beClock theme, inspired by clock by Thomas Luebking;
– added Binary Clock;
– show placeholder category in title in rich text editor;
– enable Apply button when configuration values are changed;
– added Edit button to trigger clipboard action editor;
– moved custom themes to separate, shared data file;
– some other improvements and fixes.

3.1 (15.02.2012):
– added initial support for placeholder previews in rich text editor;
– new theme selector with previews;
– added Progress clock, based on code from Peter Fajdiga;
– removed Flat theme (too similar to Default);
– updated internal HTML layout to be simpler and more future proof;
– add dynamic offset to themes with enabled background;
– events are now always synced;
– allow to zoom contents of rich text editor;
– use Plasma theme font by default;
– set initial focus for rich text editor;
– move bundled themes to XML data file;
– some other fixes.

[read more]

job recommendations:

Sales Engineer full time employee
ownCloud Inc. United States of America, Boston more about this offer

[more jobs]
…read more
Source: FULL ARTICLE at KDE Apps