qdict new release r20
New features:
- Search strategies
- Links to external links (google, wordreference) if no match found
- Copy the text from clipboard to the entry-combobox on startup
Download:
Source code: qdict_r20.tar.bz2
Link:
Check the "project page" for screenshots and more info: qdict
qdict new release r19
New release of qdict, (r19 - as it's the 19th commit in SVN)
Changes:
- Completer-aided input combobox (for gcide)
- Better parsing (for gcide)
Download:
Source code: qdict_r19.tar.bz2
Link:
Check the "project page" for screenshots and more info: qdict
qdict
Preface
About a month ago I started to play with QT. I just wanted to quickly pick some random subject and begin instead of waiting for a big idea and doing nothing.
The main idea is a GUI for dict. Edit field, output layout, nothing fancy, trying to be as minimalistic as possible.
Features
- Html (formatted) layout of dict for better readablility
- The entry field is a combobox which stores the previous entries
- Parsing the gcide hits for lists, notes and links.
- Unit tests for some core functions
Download
source: qdict_r15.tar.bz2
Compile & run
qmake qdict.pro
make
qdict
Todos
- Forward/backward buttons if following links
- Support for more database
- TCP connection with the server instead of parsing the output of dict
- Configuration dialog
- Text autocompletetition
- Bigger test coverage
sefljungle::selfjungle();
Ok, here it comes.
This is just another techblog, mainly for fooling around and posting programming related stuff in order to create a “code portfolio”. But who knows, maybe I'll find this "public jotter" beneficial one day.
So I'm going to post my coding projects and some findings in C, C++, linux, gentoo, QT and KDE.