selfjungle Just another WordPress weblog

18Aug/090

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

Tagged as: , No Comments
12Aug/090

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

Tagged as: , No Comments
27May/090

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
Tagged as: , No Comments