Warning: session_start(): open(/tmp/sess_oethmuhft1vjt5ksmcio1sqer2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
QTrans openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

QTrans

   0.2.2.6 - release 7  

KDE Other Utility

Score 79%
QTrans
zoom


QTrans
zoom


Homepage:  Link
Downloads:  2633
Submitted:  Feb 7 2008
Updated:  Feb 18 2012

Description:

QTrans is a word translator (offline dictionary frontend) for KDE4.

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".




Changelog:

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.




LicenseGPL
Source
Donate
Send to a friend
Subscribe
Other  Content  from tkbj
Report inappropriate content



goto page: prev   1  2 

-
.

 compile error 0.2.1.8

 
 by epsilom on: May 10 2009
 
Score 50%

Hi, this error when configure to compilation:

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 $


Reply to this

-

 Re: compile error 0.2.1.8

 
 by tkbj on: May 12 2009
 
Score 50%

So far I don't why this error occurred.
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 )


Reply to this

-
.

 Re: Re: compile error 0.2.1.8

 
 by epsilom on: May 12 2009
 
Score 50%

I used ArchLinux, with kde 4.2.3, libqt 4.5.1, kdelibs 4.2.3 and cmake 2.6.4

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??


Reply to this

-

 Re: Re: Re: compile error 0.2.1.8

 
 by tkbj on: May 13 2009
 
Score 50%

The line 13 was unnecessary because it was a duplication of line 3.


Reply to this

-

 Re: Re: Re: Re: compile error 0.2.1.8

 
 by epsilom on: Sep 24 2009
 
Score 50%

error compile:

qtrans-0.2.1.10-3/src/html_widget.cpp:132: error: 'SellectAll' is not a member of 'QWebPage'


Reply to this

-

 Re: Re: Re: Re: Re: compile error 0.2.1.8

 
 by tkbj on: Sep 24 2009
 
Score 50%

Download the sourcecode again (0.2.1.10-3).
If the error still occurs then
change the line: html_widget.cpp:132 to:
//menu->addAction(pageAction(QWebPage::SelectAll));


Reply to this

-

 False desktop entry

 
 by ssuominen on: Nov 5 2009
 
Score 50%

Here is a patch for the .desktop entry so that it doesn't end up in Lost+Found. also removed the deprecated Applications and Encoding mentions (verified to be valid by desktop-file-utils's desktop-file-validate)

--- 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


Reply to this

-

 can't compile it in gentoo

 
 by Txema on: Mar 21 2011
 
Score 50%

I can't compile it in gentoo, KDE 4.6.1 and gcc 4.5.2

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


Reply to this

-

 Re: can't compile it in gentoo

 
 by tkbj on: Mar 22 2011
 
Score 50%

Try it again with the updated program version (0.2.2.6 release 2)


Reply to this

-

 Re: Re: can't compile it in gentoo

 
 by Txema on: Mar 22 2011
 
Score 50%

Same error: http://pastebin.com/JzUdRTVz


Reply to this

-

 Re: Re: Re: can't compile it in gentoo

 
 by tkbj on: Mar 22 2011
 
Score 50%

Give it a try again.

I have only the possibility to prove it on OpenSuSE:
KDE 4.6.0 gcc 4.5


Reply to this

-

 Re: Re: Re: Re: can't compile it in gentoo

 
 by Txema on: Mar 23 2011
 
Score 50%

Oh my...

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?


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team