


Web Runners by jgoday 17 comments
i updated the source code on github,
now can work with the next syntax
[search term] = [to language] - Jul 14 2010

Web Runners by jgoday 17 comments
share/kde4/services/ folder ?
(kde4-config --prefix)
you should configure that way
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` - Jun 21 2009

Web Runners by jgoday 17 comments
there is a google translator plasma applet (http://www.kde-look.org/content/show.php/translatoid?content=97511) by dridk
This one is a KRunner plugin (Alt+F2 -> Settings -> available plugins)
i hope be helpful
:) - Jun 08 2009

Web Runners by jgoday 17 comments
method addSyntax was introduced in KDE 4.3
http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/classPlasma_1_1AbstractRunner.html#bf1a8db588c72cfad804e246264b81d7
if you are using 4.2 you can try to remove it,
anyway i only tested it with 4.3 :( - Jun 07 2009

Web Runners by jgoday 17 comments
http://github.com/jgoday/googletranslaterunner/tree/master - May 25 2009

Web Runners by jgoday 17 comments
Now the syntaxis is :
[soruce language]= sentente or word to translate [language to traslate]=
And no configuration is needed. - May 24 2009

Web Runners by jgoday 17 comments
I have updated the sources adding a GPL License file, Changelog and Version too. - May 23 2009

Plasma Color Schemes by nesnomis 3 comments
1- updated the source to remember the applet size
2- in the list view i don't use any custom palette color, just draw the QStyleOptionProgressBar by default.
3- i'm not really sure of understand your first point, do you meant the todo items sort in the listview ? - Oct 14 2008

Text Editors by jgoday 15 comments

Text Editors by jgoday 15 comments
Does konsole, konqueror or even kdevelop break KDE HIG doctrine ? - Sep 20 2008

Text Editors by jgoday 15 comments

Text Editors by jgoday 15 comments
But you can installing it with cmake
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/your_kde_installation_dir ../ - Sep 20 2008

Text Editors by jgoday 15 comments

Text Editors by jgoday 15 comments
The tabbar position and shape can be configured.
Anyway, i don't know why but like the tabs comming from the toolbar (something like safari http://images.apple.com/euro/safari/images/tabs20070611.png) - Sep 20 2008

Plasma 4 Extensions by mherbert 196 comments

Text Editors by jgoday 2 comments
Quote:
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
# search packages used by KDE
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include(MacroLibrary)
# The FindKDE4.cmake module sets _KDE4_PLATFORM_DEFINITIONS with
# definitions like _GNU_SOURCE that are needed on each platform.
set(CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS})
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
or compile it into the kdesdk/kate/plugins - Jun 20 2008