


System Software by Etric 267 comments
1- When rotating the screen by 90 degrees, the wacom does not rotate. When I move my finger or pen horizontally Aacross the screen, the cursor moves vertically.
2- When I revert to normal after rotating left or right, the wacom does not comeback to the correct resolution. Wnen move my finger from top to bottom of screen, the cursor only moves fraction of the distance. Same thing when I move my finger from left to right of screen. The cursor arrives the right of the screen faster my finger. - Nov 05 2011

System Software by Etric 267 comments
First, The CCW and CW are working opposite to what they should be. This happens whether I rotate my screen with krandrtray or xrandr. I fixed that by exchanging the CCW and CW in the xdeviceeventnotifier.cpp file.
Second, using the fixed CCW/CW version as above, when I rotate the screen with krandrtray, the screen dimension do not match the wacom dimensions.
I tried to change from absolute to relative and vise verse but it had no effect on the problems above.
Regards;
- Oct 13 2011

System Software by Etric 267 comments
Here is the scenario that shows the bug.
1- Rotate the screen ±90 using the xrandr program. The screen and tablet will rotate and works nicely.
2- Open the wacomtablet setting window and go to the pad or touch mapping tap.
3- try to change the "tablet area" mapping from, for example, "full tablet" to "force proportion".
4- The do actually change the area from the figures to the right by sliding the edges.
5- Now the tablet orientaion is reverted back to normal while the screen is still ±90 degrees. - Jun 25 2011

System Software by Etric 267 comments
When I rotated the tablet using the xrandr command from prompt as this:
xrandr --output LVDS1 --rotation left (right)
the wacom resolution was set right to accommodate the rotated dimensions.
Can you please confirm that this happens to you when rotating your screen with the kde utility krandrtray? - Jun 25 2011

System Software by Etric 267 comments
1- It seems that when rotating right or left the tablet thinks the width of the screen is more than what it really is. Sliding the finger (or pen) to the right, moves the cursor farther than what is intended.
2- I also realized that after installing the wacomtablet, the panel is longer that the width of the screen when rotated. This behavior might be a result of the same bug leading to the above problem. - Jun 25 2011

System Software by Etric 267 comments

System Software by Etric 267 comments
I have a hp tm2t tablet. So I need the tablet to rotate with the screen. However, when I rotate the screen 90 to the left, the wacom rotates 90 degrees to the right (sliding my finger or pen to the right, moves the mouse to the left). This bug has no effect on 180 degrees rotation, since +180 is same as -180.
Where in the sourse file can I fix this, so I do not have to wait until next release?
Thank you again for this wonderful tool. Makes tablet useful with linux. - Jun 25 2011

Plasma 4 Extensions by hesham 11 comments
yum install kdebase-workspace-devel - Nov 28 2008

Plasma 4 Extensions by hesham 11 comments
-------------------------------------
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:53 (MESSAGE):
Could not find REQUIRED package Plasma
Call Stack (most recent call first):
/usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:30 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:8 (find_package)
-- Configuring incomplete, errors occurred!
-------------------------------------- - Nov 28 2008
I am using Fedora 8 and I get this error when compiling:
jade:/home/saqer/sources/qtiplot-0.9.3-rc3/manual/docbook-en/index.docbook:787:0:E: cannot open "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" (No such file or directory)
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/dbtable.dsl:224:13:E: 2nd argument for primitive "ancestor" of wrong type: "#<unknown object 152959960>" not a singleton node list
snip
make[1]: *** [html-pdf] Error 8
make[1]: Leaving directory `/home/saqer/sources/qtiplot-0.9.3-rc3/manual'
make: *** [sub-manual] Error 2
I located my docbookx.dtd and edited manual/docbook-en/index.docbook appropriately but got this new error:
jade:/usr/share/sgml/docbook/xml-dtd-4.4-1.0-32.fc8/ent/isogrk4.ent:42:30:E: "1D6C2" is not a character number in the document character set
snip
make[1]: *** [html-pdf] Error 8
make[1]: Leaving directory `/home/saqer/sources/qtiplot-0.9.3-rc3/manual'
make: *** [sub-manual] Error 2
How to fix this? - Mar 03 2008
One small thing though, If I scroll using the arrow keys, the preview pane in the bottom of the window does not switch to the new selected reference. I have to click on it using the mouse in order to se the new selection in the preview.
But thanks again for the great application - Apr 10 2007
cd qtiplot && qmake qtiplot.pro -o Makefile
cd qtiplot && make -f Makefile
make[1]: Entering directory `/home/saqer/sources/qtiplot-0.8.9/qtiplot'
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_PLUGIN -DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -I../3rdparty/liborigin -I../3rdparty/gsl/include -I../3rdparty/zlib123/include -I/usr/include/python2.4 -I/usr/lib/qt-3.3/include -I../tmp/qtiplot/ -o ../tmp/qtiplot/application.o src/application.cpp
In file included from src/application.h:9,
from src/application.cpp:1:
src/graph3D.h:6:31: error: qwt3d_surfaceplot.h: No such file or directory
src/graph3D.h:7:29: error: qwt3d_function.h: No such file or directory
In file included from src/application.h:10,
from src/application.cpp:1:
src/plot3DDialog.h:10:26: error: qwt3d_color.h: No such file or directory
src/graph3D.h:12: error: ‘Qwt3D’ is not a namespace-name
src/graph3D.h:12: error: expected namespace-name before ‘;’ token
src/graph3D.h:27: error: ‘Qwt3D’ has not been declared
src/graph3D.h:27: error: ISO C++ forbids declaration of ‘SurfacePlot’ with no type
src/graph3D.h:27: error: expected ‘;’ before ‘*’ token
src/graph3D.h:98: error: ‘Qwt3D’ has not been declared
src/graph3D.h:98: error: expected ‘,’ or ‘...’ before ‘s’
src/graph3D.h:99: error: ‘void Graph3D::setGrid(int)’ cannot be overloaded
src/graph3D.h:98: error: with ‘void Graph3D::setGrid(int)’
src/graph3D.h:108: error: ‘Qwt3D’ has not been declared
src/graph3D.h:108: error: expected ‘,’ or ‘...’ before ‘coord’
src/graph3D.h:135: error: ‘Qwt3D’ has not been declared
src/graph3D.h:135: error: ISO C++ forbids declaration of ‘PLOTSTYLE’ with no type
src/graph3D.h:135: error: expected ‘;’ before ‘plotStyle’
src/graph3D.h:136: error: ‘Qwt3D’ has not been declared
src/graph3D.h:136: error: ISO C++ forbids declaration of ‘FLOORSTYLE’ with no type
src/graph3D.h:136: error: expected ‘;’ before ‘floorStyle’
src/graph3D.h:137: error: ‘Qwt3D’ has not been declared
src/graph3D.h:137: error: ISO C++ forbids declaration of ‘COORDSTYLE’ with no type
src/graph3D.h:137: error: expected ‘;’ before ‘coordStyle’
src/graph3D.h:175: error: ‘ColorVector’ has not been declared
src/graph3D.h:249: error: ‘Qwt3D’ has not been declared
src/graph3D.h:249: error: ISO C++ forbids declaration of ‘Triple’ with no type
src/graph3D.h:249: error: expected ‘;’ before ‘*’ token
src/graph3D.h:250: error: ‘Qwt3D’ has not been declared
src/graph3D.h:250: error: expected ‘,’ or ‘...’ before ‘*’ token
src/graph3D.h:314: error: ‘Qwt3D’ has not been declared
src/graph3D.h:314: error: ISO C++ forbids declaration of ‘StandardColor’ with no type
src/graph3D.h:314: error: expected ‘;’ before ‘*’ token
src/graph3D.h:322: error: ‘Qwt3D’ has not been declared
src/graph3D.h:322: error: ISO C++ forbids declaration of ‘PLOTSTYLE’ with no type
src/graph3D.h:322: error: expected ‘;’ before ‘style_’
src/graph3D.h: In member function ‘bool Graph3D::hasData()’:
src/graph3D.h:57: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘bool Graph3D::isOrthogonal()’:
src/graph3D.h:82: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘void Graph3D::setOrtho(bool)’:
src/graph3D.h:83: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::xRotation()’:
src/graph3D.h:119: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::yRotation()’:
src/graph3D.h:120: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::zRotation()’:
src/graph3D.h:121: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::xScale()’:
src/graph3D.h:123: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::yScale()’:
src/graph3D.h:124: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::zScale()’:
src/graph3D.h:125: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::xShift()’:
src/graph3D.h:127: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::yShift()’:
src/graph3D.h:128: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::zShift()’:
src/graph3D.h:129: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::zoom()’:
src/graph3D.h:131: error: ‘sp’ was not declared in this scope
src/graph3D.h: In member function ‘double Graph3D::meshLineWidth()’:
src/graph3D.h:153: error: ‘sp’ was not declared in this scope
src/application.cpp:7742: error: ‘class Graph3D’ has no member named ‘floorStyle’
src/application.cpp:7742: error: ‘class Graph3D’ has no member named ‘plotStyle’
src/application.cpp: In member function ‘void ApplicationWindow::custom3DActions(QWidget*)’:
src/application.cpp:9403: error: ‘class Graph3D’ has no member named ‘plotStyle’
src/application.cpp:9405: error: ‘FILLEDMESH’ was not declared in this scope
src/application.cpp:9416: error: ‘FILLED’ was not declared in this scope
src/application.cpp:9427: error: ‘Qwt3D’ has not been declared
src/application.cpp:9463: error: ‘WIREFRAME’ was not declared in this scope
src/application.cpp:9474: error: ‘HIDDENLINE’ was not declared in this scope
src/application.cpp:9489: error: ‘class Graph3D’ has no member named ‘coordStyle’
src/application.cpp:9491: error: ‘Qwt3D’ has not been declared
src/application.cpp:9497: error: ‘Qwt3D’ has not been declared
src/application.cpp:9503: error: ‘Qwt3D’ has not been declared
src/application.cpp:9510: error: ‘class Graph3D’ has no member named ‘floorStyle’
src/application.cpp:9512: error: ‘NOFLOOR’ was not declared in this scope
src/application.cpp:9518: error: ‘FLOORISO’ was not declared in this scope
src/application.cpp:9524: error: ‘FLOORDATA’ was not declared in this scope
src/application.cpp: In member function ‘void ApplicationWindow::custom3DGrids(int)’:
src/application.cpp:9536: error: ‘Qwt3D’ has not been declared
src/application.cpp:9541: error: ‘Qwt3D’ has not been declared
src/application.cpp:9546: error: ‘Qwt3D’ has not been declared
src/application.cpp:9551: error: ‘Qwt3D’ has not been declared
src/application.cpp:9556: error: ‘Qwt3D’ has not been declared
src/application.cpp:9561: error: ‘Qwt3D’ has not been declared
src/application.cpp: In member function ‘void ApplicationWindow::changeFolder(Folder*, bool)’:
src/application.cpp:13488: warning: enumeration value ‘Hidden’ not handled in switch
src/application.cpp:13531: warning: enumeration value ‘Hidden’ not handled in switch
src/pixmaps.h: At global scope:
src/pixmaps.h:509: warning: ‘fit_xpm’ defined but not used
src/pixmaps.h:674: warning: ‘configTable_xpm’ defined but not used
src/pixmaps.h:809: warning: ‘config_curves_xpm’ defined but not used
src/pixmaps.h:1079: warning: ‘general_xpm’ defined but not used
src/pixmaps.h:8678: warning: ‘home_xpm’ defined but not used
make[1]: *** [../tmp/qtiplot/application.o] Error 1
make[1]: Leaving directory `/home/saqer/sources/qtiplot-0.8.9/qtiplot'
make: *** [sub-qtiplot] Error 2 - Jan 24 2007

Video Apps by maldn 139 comments
unix:system(sip -I /usr/share/sip -t Qt_3_3_0 -t WS_X11 -c $${MOC_DIR} src/qti.sip)
to
unix:system(/usr/bin/sip -I /usr/share/sip -t Qt_3_3_0 -t WS_X11 -c $${MOC_DIR} src/qti.sip)
and the error persists. There are more than one location in the line above. SIP executable, the /usr/share/sip. That is why I asked you to be more specific becase the change I made above did not fix it.
And since I have qt-3.3.6, could the problem originate from QT_3_3_0?
Thank you for the help in advance. - Sep 11 2006
tmp/kbib-0.5.2.3/usr/share/mimelnk/text/x-bibtex.desktop
conflicts with the file x-bibtex.desktop from kdelibs. Ofcourse if you are installing from source, the file from kdelibs will be replaced. My suggestion is to remove the creation of this file by the package since pretty much every linux installation with kde will have the kdelibs installted as well. - Sep 11 2006
If it is not of your priority to work on them, can you please direct me to which files I shall look in odrer to add them? - Jul 31 2006
Thank you for this wonderful piece of software. I have just been able to build a 64 bit rpm for my FC5. I also build a liborigin rpm package as well. Please let me know if you like to add them to your library of binaries. I would love to donate them. - Jul 31 2006
1- Adding horizontal and vertival lines to the list of symbols like squares and diamonds.
2- allowing multiple fonts to be invoked into single entry; like in grace. - Apr 16 2006
1- Position of ticks, data point and grid lines are not calculated accurately. For examples, draw these 7 points:
(0.001,0.001),
(0.01,0.01),
(0.1,0.1),
(1,1),
(10,10),
(100,100),
(1000,1000)
on a log10,log10 scale graph. Choose the symbol to be the Horizontal line (the one after the diamond) and make it as big as you can for clarity. Enable grid lines and you will see the symbol line does not match the grid lines except for the upper most and the lower most.
2- In the log scale, there is a problem in calculating the minor ticks' posistions. When choosing 2 minor ticks in the log10 scale, between 1 and 10 for example, they must be placed at 4 and 7 which is not the case. If you choose more than 8 minor ticks, then any tick after the 8th will be placed above 10 as you can see in the figure for the 9th and 10th minor ticks.
3- The minor grid line for the upper most minor tick is not drawn in the case of log scale.
4- When you enable tex label in the legend box and you have more than one data set, the legend label of the later comes on top of the legend label of the former.
Here is a screenshot that summerizes the problems.
http://img301.imageshack.us/img301/4746/labplotbugs7vy.png - Apr 02 2006
It is a very promissing software and I will be always looking for improvements.
By the way, where to we report suggestions and improvements? Just by direct mailing to the author? - Mar 15 2006
How can I make the qmake know about the correct library locations for the specific arch? - Mar 14 2006