octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9084] uitable implementation


From: anonymous
Subject: [Octave-patch-tracker] [patch #9084] uitable implementation
Date: Thu, 11 Aug 2016 19:43:47 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?9084>

                 Summary: uitable implementation
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 11 Aug 2016 07:43:44 PM UTC
                Category: Core : new feature
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi!

A previous project of mine required uitable which is not implement in octave.
This has meant that this project does not work on octave. I have therefore
implemented this.

It's quite a large patch as the API matlab presents, although initially simple
has lots of complexity.

This patch has implemented the almost all of these features, however the
following caveats are present:

* BackgroundColor: Matlab allows more than 2 BackgroundColors with RowStriping
- I have only implemented this for 2.

* FontSize: In matlab this does not affect the font size of the row/column
headers. This patch applies this to everything.

* The representation of complex values may be different from those shown in
matlab. All other representations should be the same.

* When editing data, extremely large integers may overflow (i.e. those that
are greater than int64max) rather than get fixed to int64max.

Please note: I have adjusted the visibility of a few functions str2double1 and
rational_approx. This is in order to avoid duplicating this work.

I would appreciate any stylistic comments and help to get this work merged as
it has been a lot of work.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 11 Aug 2016 07:43:44 PM UTC  Name: uitable-20160811.diff  Size: 88kB
  By: None

<http://savannah.gnu.org/patch/download.php?file_id=38181>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9084>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]