-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login
Cool Sites
Mobile Community


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

QTermWidget

   0.1  

Qt Widget

QTermWidget
zoom


QTermWidget
zoom


Link:  Link
Depends on:  Qt 4.x
Downloads:  1180
Submitted:  Jun 7 2008
Updated:  Mar 20 2009
Score: 
score75%75%score
 75% good
bad   good

Description:

QT4 widget for terminal emulation. It is based on KDE4 Konsole code, which was rewritten entirely, and now it requires QT4 only (no KDE at all).

Package provides the widget library and a sample application.

The best way to get actual source code for QTermWidget is to use CVS (see project page). File releases can be seriously outdated.




Changelog:

21.03.2009
Decided to change status from alpha to beta. The status will be changed to stable in a month or two, in case of absence of new serious bugreports.

20.09.2008
Added cmake support

01.08.2008
Some internal changes.
Version number updated - now it`s 0.1 (was 0.0.1)

16.07.2008
Added optional scrollbar

06.06.2008
Added color schemes.

26.05.2008
Created "stable" 0.0.1 file release.

11.05.2008
Initial CVS import. Version 0.0.1




LicenseGPL
Source(qtermwidget.0.1.tar.gz)
Source(qtermwidget.0.0.1.tar.gz)
send to a friend
subscription
other apps from un-defined

-
.

 Compile Error

 
 by fonLancre on: Aug 3 2008
 

I was try to build project via QDevelop under MS Windows XP:

...
History.cpp:32:22: sys/mman.h: No such file or directory
History.cpp: In member function `void Konsole::HistoryFile::map()':
History.cpp:111: error: `PROT_READ' undeclared (first use this function)
History.cpp:111: error: (Each undeclared identifier is reported only once for each function it appears in.)
History.cpp:111: error: `MAP_PRIVATE' undeclared (first use this function)
History.cpp:111: error: `mmap' undeclared (first use this function)
History.cpp:114: error: `MAP_FAILED' undeclared (first use this function)
History.cpp: In member function `void Konsole::HistoryFile::unmap()':
History.cpp:124: error: `munmap' undeclared (first use this function)
mingw32-make.exe[1]: *** [../.objs/History.o] Error 1
C:\MinGW\bin\mingw32-make.exe: *** [release-all] Error 2


reply to this

-

 Re: Compile Error

 
 by un-defined on: Aug 3 2008
 

http://sourceforge.net/mailarchive/message.php?msg_id=451CFD5C.A2C0DCE%40bttr-software.de

For MinGW, you should perform some additional actions.
I`m not sure if it`s possible to compile and run qtermwidget from Win, and I cannot verify it myself. If you can do this, please inform me about the results.


reply to this

-
.

 PyQt4 bindings

 
 by riklaunim on: Nov 3 2008
 

Well, your widget have been choosen as an example in Qt->PyQt4 tutorial :)

http://www.rkblog.rk.edu.pl/w/p/making-pyqt4-widgets-sip/

The full code should be released soon.


reply to this

-

 Compile Error

 
 by andyyeng on: Dec 29 2008
 

Compile Error on solaris 8
kpty.cpp: In member function `bool KPty::open()':

kpty.cpp:347: error: `I_PUSH' was not declared in this scope

kpty.cpp: In member function `void KPty::login(const char*, const char*)':

kpty.cpp:440: error: 'struct utmp' has no member named 'ut_host'

kpty.cpp:440: error: 'struct utmp' has no member named 'ut_host'

kpty.cpp:488: error: `_PATH_UTMP' was not declared in this scope

kpty.cpp:492: error: `_PATH_WTMP' was not declared in this scope

kpty.cpp:492: error: `updwtmp' was not declared in this scope

kpty.cpp:488: warning: unused variable '_PATH_UTMP'

kpty.cpp:492: warning: unused variable '_PATH_WTMP'

kpty.cpp:492: warning: unused variable 'updwtmp'

kpty.cpp: In member function `void KPty::logout()':

kpty.cpp:538: error: `_PATH_UTMP' was not declared in this scope

kpty.cpp:543: error: 'struct utmp' has no member named 'ut_host'

kpty.cpp:543: error: 'struct utmp' has no member named 'ut_host'

kpty.cpp:538: warning: unused variable '_PATH_UTMP'

make[2]: *** [../.objs/kpty.o] Error 1

make[2]: Leaving directory `/export/home/S6589/qtermwidget/lib'

make[1]: *** [release-all] Error 2

make[1]: Leaving directory `/export/home/S6589/qtermwidget/lib'

make: *** [sub-lib-make_default] Error 2

blade_test#


reply to this

-

 Re: Compile Error

 
 by un-defined on: Dec 29 2008
 

Solaris part of KPTY was taken as is from KDE code - maybe you should add some additional includes.. I have no solaris now and cannot check it immediatelly. I`ll try to do it a little bit later.


reply to this

-

 Re: Compile Error

 
 by xevi on: Jan 22 2009
 

Solaris have "utmpx" and not "utmp".

To correctly compile on solaris:

1) Modify the file lib/lib.pro and add:

DEFINES += HAVE_UTMPX HAVE_SYS_STROPTS_H

2) Modify the file lib/kpty.cpp at line 551:

gettimeofday(&(ut->ut_tv), 0);

then QTermWidged compiles and works correctly on Solaris.



Xevi

reply to this

-

 Re: Re: Compile Error

 
 by andyyeng on: Feb 11 2009
 

commpile ok on solaris,
but when run consoleq will show BUS error. main program can not run....
can you help to check ?


reply to this

-

 Re: Re: Re: Compile Error

 
 by xevi on: Feb 11 2009
 

This happens with gcc 3.4.3. I don't know if gcc 4.x can help. I compiled Qt 4.4.3 and QTermWidget with Sun Studio 12 and then all works correctly.


Xevi
reply to this

-

 Re: Re: Re: Re: Compile Error

 
 by andyyeng on: Feb 17 2009
 

i found on CharacterColor.h 248 line
maybe color style without support solaris .

how to disable color style function ?

CharacterColor.h 248 line

inline bool operator == (const CharacterColor& a, const CharacterColor& b)
{
return *reinterpret_cast<const quint32*>(&a._colorSpace) ==
*reinterpret_cast<const quint32*>(&b._colorSpace);
}


reply to this

-

 solaris run warning

 
 by andyyeng on: Mar 6 2009
 

Unable to set terminal attributes.
how to modify about this issue on solaris 8


reply to this

-

 run error

 
 by andyyeng on: Mar 21 2009
 

tcgetattr() and tcsetattr()
cound not use on solaris 8,
any one can help to check this ?


reply to this

-
.

 No method to open a PTY master

 
 by ivanhoe on: Mar 21 2009
 

While compiling a project with included qtermwidget.h I get following error:

qtermwidget/lib/kpty.cpp:231:3: Fehler: #error No method to open a PTY master detected.

What is going wrong?


reply to this

-

 Re: No method to open a PTY master

 
 by un-defined on: Mar 21 2009
 

Add HAVE_POSIX_OPENPT or HAVE_GETPT
to defines (depending on your system pseuduterminal parameters), as in .pro file.



reply to this

-

 WorkDir ?

 
 by andyyeng on: Oct 2 2009
 

how to get workdir when terminalDisplay change workdir?


reply to this

add commentback




-
-
all messages
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About Qt-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2006-2010 Qt-Apps.org Team  
All rights reserved. Qt-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Qt is a trademarks of Nokia