[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #6117] Implement clipboard for data sheet
From: |
John Darrington |
Subject: |
[patch #6117] Implement clipboard for data sheet |
Date: |
Fri, 27 Jul 2007 02:38:11 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070510 Iceape/1.0.9 (Debian-1.0.9-0etch1) |
URL:
<http://savannah.gnu.org/patch/?6117>
Summary: Implement clipboard for data sheet
Project: PSPP
Submitted by: jmd
Submitted on: Friday 07/27/07 at 10:38
Category: None
Item Group: None
Status: Ready For Test/Review
Assigned to: blp
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
This patch implements the clipboard in the data sheet. Currently it only
supports copying FROM the gui. Pasting into it is not yet supported, but you
can see it working by pasting into a spreadsheet such as gnumeric or
openoffice.org. It should also work into gedit and other editor type apps.
Some notes about the patch:
1. I wanted to use the case_map from get.c, so I've moved it from get.c into
its own file into src/data However I found it was more convenient to
directly set the map entries than use the {start,finish}_case_map functions.
So I added a function to allow that.
2. I had to remove an assertion from casereader.c, which I'm pretty sure is
wrong, because it overlooks the possibility of a translator chaning the size
of the case.
3. Whenever I've been working on pspp recently I seem to need a debugging
function to dump a dictionary's variables and indices so I suggest we leave
it in dictionary.c permanently.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Friday 07/27/07 at 10:38 Name: clip.patch Size: 30kB By: jmd
<http://savannah.gnu.org/patch/download.php?file_id=13491>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6117>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch #6117] Implement clipboard for data sheet,
John Darrington <=