Revision 855470

Go back to digest for 7th September 2008

Other in Utilities

Guillaume Martres committed changes in /trunk/playground/utils/kvkbd:

KDE4 port of Kvkbd, it's based on Kvkbd 0.5 but a lot of things changed, it now uses Kdelibs coding style and only uses camelCase, a lot of variables and functions were also renamed for clarity (e.g. autores -> autoResize).

It runs fine but still has some old bugs of Kvkbd/KDE3 and a few new one.

See TODO file for things that still need work.

This is my first "real" KDE contribution (and my first commit too), I hope you like it ;)

File Changes

Added 30 files
  • /trunk/playground/utils/kvkbd
  •   /AUTHORS
  •   /CMakeLists.txt
  •   /COPYING
  •   /doc
  •   /pics
  •   /src
  •   /TODO
  •   /doc/CMakeLists.txt
  •   /doc/index.docbook
  •   /pics/CMakeLists.txt
  •   /pics/dock.png
  •   /pics/tray.png
  •   /src/CMakeLists.txt
  •   /src/dragwidget.cpp
  •   /src/dragwidget.h
  •   /src/keysym2ucs.cpp
  •   /src/keysym2ucs.h
  •   /src/kvkbd.desktop
  •   /src/main.cpp
  •   /src/main.h
  •   /src/mainwidget.cpp
  •   /src/mainwidget.h
  •   /src/Messages.sh
  •   /src/numpadvbutton.cpp
  •   /src/numpadvbutton.h
  •   /src/org.kde.kvkbd.xml
  •   /src/resizabledragwidget.cpp
  •   /src/resizabledragwidget.h
  •   /src/vbutton.cpp
  •   /src/vbutton.h
Deleted 25 files
  • /trunk/playground/utils/kvkbd
  •   /circle-1.3.xcf
  •   /dock.png
  •   /DragWidget.cpp
  •   /DragWidget.h
  •   /hi16-app-kvkbd.png
  •   /hi32-app-kvkbd.png
  •   /HidingDragWidget.cpp
  •   /HidingDragWidget.h
  •   /KeyClip.cpp
  •   /KeyClip.h
  •   /kvkbd.desktop
  •   /kvkbd.lsm
  •   /main.cpp
  •   /MainWidget.cpp
  •   /MainWidget.h
  •   /Makefile.am
  •   /scroll_circle.png
  •   /scroll_circle_active.png
  •   /scroll_circle_hidden_mask.png
  •   /scroll_circle_mask.png
  •   /Scrollwidget.cpp
  •   /Scrollwidget.h
  •   /tray.png
  •   /VButton.cpp
  •   /VButton.h
Modified 1 files
  • /trunk/playground/utils/kvkbd
56 files changed in total