[q-lang-cvs] qcalc README,1.17,1.18
Brought to you by:
agraef
|
From: Albert G. <ag...@us...> - 2007-11-13 11:32:51
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9337 Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/q-lang/qcalc/README,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** README 12 Nov 2007 20:31:07 -0000 1.17 --- README 13 Nov 2007 11:32:47 -0000 1.18 *************** *** 71,74 **** --- 71,84 ---- ---- + Known bugs and limitations: + + - Copying formulas (as opposed to the plain cell contents in tab-separated + format) via the clipboard uses the special MIME type text/x-qcalc-data. This + doesn't seem to work when transferring values across different applications; + apparently Qt then only allows you to transfer text/plain and image data. + Inside a single QCalc instance, transferring formulas works just fine, so + for the time being the workaround is to copy the data you want, load the + target file in the same QCalc instance and then paste it as usual. + Some stuff that would be nice to have in future releases: |