
Utilities babylon dictionary stardict translator word
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QTrans is a word translator (offline dictionary frontend) for Qt5/KF5.
It uses following dictionaries:
- Babylon (*.dic, *.bgl),
- StarDict (*.dict, *.dict.dz: *.ifo),
- Dictd (*.dict, *.dict.dz: *.index) and plain text (*.dic.txt).
Plain text dictionaries should have the format: "expression [tab] definition".
https://sourceforge.net/projects/qtrans0/
https://software.opensuse.org/package/qtrans
version 0.3.2.6 11 months ago
- port to Qt5/KF5 (KDE Frameworks 5)
version 0.3.2.6 11 months ago
- port to Qt5/KF5 (KDE Frameworks 5)
7 years ago
version 0.2.2.6:
- support for Dictd dictionaries: *.dict, *.dict.dz (*.index)
- new ToolBar button: "Character Map" (release 1)
- set some icons visible
- improvements on widget "Character Map"
- changes on Help button
- adjusting of installation paths (release 2)
- adaptation of new "Compact Mode" and "Normal Mode" button (release 3)
- new Language Menu (release 4)
- complete new Language Menu (release 5)
- new find features in the "Find Text" widget (release 6)
- new entry "Save output" in the language menu (release 7)
Further information in ChangeLog file.
Txema
8 years ago
i get this:
make[2]: *** [src/CMakeFiles/qtrans.dir/plugins/stardict/stardict.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
http://pastebin.com/f00H4bb4
Report
tkbj
8 years ago
Report
Txema
8 years ago
Report
tkbj
8 years ago
I have only the possibility to prove it on OpenSuSE:
KDE 4.6.0 gcc 4.5
Report
Txema
8 years ago
After a few tries i decided to forget the ebuild and do it manually and... ¡it comiles! ¿?
Should i file a bug on the gentoo ebuild?
Report
ssuominen
10 years ago
--- qtrans-0.2.2.0/src/QTrans.desktop
+++ qtrans-0.2.2.0/src/QTrans.desktop @@ -1,10 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
Name=qtrans
Exec=qtrans
Icon=qtrans
Type=Application
-Categories=Application;X-Red-Hat-Base;
+Categories=Office;X-Red-Hat-Base;
Comment=A simple KDE Application
Comment[br]=Ur meziant eeun evit KDE
Comment[ca]=Una simple aplicació per al KDE
That said, it's now in Gentoo's portage as kde-misc/qtrans
Report
epsilom
10 years ago
xavier ~/ArchBuild/Qtrans/qtrans/src/qtrans-0.2.1.8 $ cmake . -DCMAKE_INSTALL_PREFIX=/usr
-- Found Qt-Version 4.5.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at src/CMakeLists.txt:13 (add_subdirectory):
The binary directory
/home/xavier/ArchBuild/Qtrans/qtrans/src/qtrans-0.2.1.8/src/plugins
is already used to build another source directory, so it cannot be used to
build source directory
/home/xavier/ArchBuild/Qtrans/qtrans/src/qtrans-0.2.1.8/src/plugins
Specify a unique binary directory name.
-- Configuring incomplete, errors occurred!
xavier ~/ArchBuild/Qtrans/qtrans/src/qtrans-0.2.1.8 $
Report
tkbj
10 years ago
I have OpenSUSE 11.0 as OS (with libqt4-4.4.0-12.1 and libkde4-4.0.4-15.1)
What I suggest is to change the line (in src/CMakeLists.txt:13):
add_subdirectory( plugins ) --> #add_subdirectory( plugins )
Report
epsilom
10 years ago
I try: What I suggest is to change the line (in src/CMakeLists.txt:13):
add_subdirectory( plugins ) --> #add_subdirectory( plugins )
and works!! thanks
is necessary this line??
Report
tkbj
10 years ago
Report
epsilom
10 years ago
qtrans-0.2.1.10-3/src/html_widget.cpp:132: error: 'SellectAll' is not a member of 'QWebPage'
Report
tkbj
10 years ago
If the error still occurs then
change the line: html_widget.cpp:132 to:
//menu->addAction(pageAction(QWebPage::SelectAll));
Report
idurany
10 years ago
But i've found two small problems:
not help file is found when clicked on help button.
¿How can I exit compact mode? I did it by editing the preferences file.
To get a word automatically translated you must select and copy it to the clipboard. I thik it would be faster if you need only select the word.
Thank you for this nice software.
Report
tkbj
10 years ago
Place the mouse corsor in the area where the toolbar was (the right half of it), press the right mouse button, choose from the shown menu the "Normal mode" entry.
In comparison with OpenSuse 11.0 I had on OpenSuSE 11.1 to move the directory /usr/share/apps/qtrans to /usr/share/kde4/apps/qtrans to display the README file.
To find under: toolbar->help button (on the "arrow down" right from it)->Contents.
Report
gassauer
11 years ago
on OpenSuSE 10.3 x86_64
Report
tkbj
11 years ago
cd qtrans-0.2.0.8
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
But the following doesn't work (because "make" doesn't find qtrans.moc):
cd qtrans-0.2.0.8
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
Report
tkbj
11 years ago
Report
elez
11 years ago
btw, other than that, QTrans seems very good. Thank you for porting it!
Report
elez
11 years ago
btw, other than that, QTrans seems very good. Thank you for porting it!
Report
tkbj
11 years ago
Report
elez
11 years ago
Report
Baldrun
11 years ago
http://kde-apps.org/content/show.php/KTranslator?content=28102
Ktranslator is pretty much the same kind of application and can be used with more different dictionary file formats. Have a look into it.
Report
tkbj
11 years ago
What I wanted was to translate the KDE3 version (qtrans 0.1.4.1 see http://packman.links2linux.de/package/qtrans) to KDE4.
Report
bitcrazy
11 years ago
how about screenshots? Name implies, that it is a QT-app, too.
Greetings
m0nk
Report