-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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
--
-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


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

QTrans

   0.2.2.5  

KDE Other Utility

QTrans
zoom


QTrans
zoom


Link:  http://
Downloads:  1720
Submitted:  Feb 7 2008
Updated:  May 16 2010
Score: 
score80%80%score
 80% good
bad   good

Description:

QTrans is a word translator for KDE4. It uses following dictionaries: Babylon (*.dic, *.bgl), StarDict (*.dict, *.dict.dz) and plain text (*dic.txt). Plain text dictionaries should have the format: "expression [Tab] definition". To convert (*.bgl) dictionaries to plain text one can use the program "dictconv", see README file.




Changelog:

version 0.2.2.5:
- ToolBar new buttons: arrow-left, arrow-right
- faster look up in *.bgl dictionaries if the language menu "Enable Alternates"
is not enabled
- correct output of such words as "à" by StarDict dictionaries if
the language menu "Look up in whole StarDict" is activated

Further information in ChangeLog file.




LicenseGPL
Source
SUSE(dictconv)
Send to a friend
Subscribe
Other content from tkbj



goto page: prev   1  2 

-
.

 compile error 0.2.1.8

 
 by epsilom on: May 10 2009
 

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
 

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
 

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
 

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
 

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
 

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
 

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

goto page: prev   1  2 

Add commentBack




-
-
all messages

openDesktop.org Facebook App





 
 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
Facebook App
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-2010 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