forked from veusz/veusz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f47e45
commit 4ed28c2
Showing
8 changed files
with
110 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ This manual page was written by Jeremy Sanders <[email protected]>. | |
|
||
=head1 COPYRIGHT | ||
|
||
Copyright (C) 2003-2013 Jeremy Sanders <[email protected]>. | ||
Copyright (C) 2003-2014 Jeremy Sanders <[email protected]>. | ||
|
||
This program is free software; you can redistribute it and/or modify it | ||
under the terms of the GNU General Public License as published by the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ This manual page was written by Jeremy Sanders <[email protected]>. | |
|
||
=head1 COPYRIGHT | ||
|
||
Copyright (C) 2003-2013 Jeremy Sanders <[email protected]>. | ||
Copyright (C) 2003-2014 Jeremy Sanders <[email protected]>. | ||
|
||
This program is free software; you can redistribute it and/or modify it | ||
under the terms of the GNU General Public License as published by the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,17 @@ manipulation and editing of datasets. Data can be captured from | |
external sources such as Internet sockets or other programs. | ||
|
||
Changes in 1.20: | ||
* Add HDF5 file import | ||
* Add HDF5 file data import | ||
* Allow expressions to be edited for linked 2D datasets | ||
* Add support for 2D datasets with irregular gridpoints | ||
* Add CSV file support to 2D data import | ||
* Add 2D data CSV import | ||
* Allow safe renaming of linked datasets | ||
|
||
Bug fixes: | ||
* When capturing data from a file/named pipe, do not stop when no | ||
more data are available | ||
* Fixes mangling of text in saved files using Windows binary | ||
* Fix encoding for standard file import | ||
|
||
Features of package: | ||
Plotting features: | ||
|
@@ -96,7 +97,7 @@ Optional requirements: | |
SAMPy (optional for SAMP support) | ||
http://pypi.python.org/pypi/sampy/ | ||
|
||
Veusz is Copyright (C) 2003-2013 Jeremy Sanders <[email protected]> | ||
Veusz is Copyright (C) 2003-2014 Jeremy Sanders <[email protected]> | ||
and contributors. | ||
It is licenced under the GPL (version 2 or greater). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,12 +40,12 @@ | |
|
||
copyr='''Veusz %s | ||
Copyright (C) Jeremy Sanders 2003-2013 <[email protected]> and contributors | ||
Copyright (C) Jeremy Sanders 2003-2014 <[email protected]> and contributors | ||
Licenced under the GNU General Public Licence (version 2 or greater) | ||
''' | ||
|
||
splashcopyr='''<b><font color="purple">Veusz %s<br></font></b> | ||
Copyright (C) Jeremy Sanders 2003-2013 and contributors<br> | ||
Copyright (C) Jeremy Sanders 2003-2014 and contributors<br> | ||
Licenced under the GPL (version 2 or greater) | ||
''' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ def keyPressEvent(self, key): | |
self.setText(text) | ||
|
||
introtext=_(u'''Welcome to <b><font color="purple">Veusz %s</font></b> --- a scientific plotting application.<br> | ||
Copyright \u00a9 2003-2013 Jeremy Sanders <[email protected]> and contributors.<br> | ||
Copyright \u00a9 2003-2014 Jeremy Sanders <[email protected]> and contributors.<br> | ||
Veusz comes with ABSOLUTELY NO WARRANTY. Veusz is Free Software, and you are<br> | ||
welcome to redistribute it under certain conditions. Enter "GPL()" for details.<br> | ||
This window is a Python command line console and acts as a calculator.<br> | ||
|