"chartables" is a python/PyQt gui that bundles various kinds of 
always-good-to-have-at-hand tables like char, color and entity tables.



Note that for performance reasons the Utf-8 ranges  U + 0x1d400 - U + 0x2fa1f
and U + 0xf0000 - U + 0x10fffd are not included in chartables (see 
chartables_models_charsets.py --> CT_UTF_8Factory for details).



Version history:


#*******************************************************************
chartables 0.5.2
#********************************************************************

news:

    x. sat down to draw a new application icon
    x. dialog now remembers its position and size
    x. 
        
bugfixes:
    
    x.


#*******************************************************************
chartables 0.5.1
#********************************************************************

news:

    x. added an option to show/hide abbreviated names for chars
    x. added full char names for Utf-8 chars (for obvious reasons - english only)
    x. reworked german translation
    x. added some more tooltips
        
bugfixes:
    
    x. language names in language selection combo are alwys sorted now


#*******************************************************************
chartables 0.5.0
#********************************************************************

news:

    x. internationalisation support
    x. added german translation
    x. added runtime language selection
    x. added accelerators for tabs
    x. improved api for programmers
    x. added Qt color table
    x. added check to adjust tooltips for partially visible items
    
bugfixes:
    
    x. adjusted tab order on options pane
    
   
#*******************************************************************
chartables 0.4.0
#********************************************************************

news:

    x. added "Options" pane with some checks to play around with
    x. added tooltips for partially visible items
    

bugfixes:
    
    x. last release messed up charsets pretty much. Fixed now
    x. <alt-k> accelerator now works on "Ok" button
    x. selection dependend buttons are enabled/disabled now correctly
    x. found out there is a vertical header on tables and how to hide it

  
#*******************************************************************
chartables 0.3.0
#********************************************************************

news:

    x. added Netscape and Lego colors (for the still young at hearts)
    x. all formerly selected tables are remembered now
    x. added hls and cmy color tuples to the color tables
    x. added "Whats This?" tips to table columns

        
bugfixes:

    x. removed a leftover "print" statement
    x. selection buttons are now disabled when tables switched
    x. fixed a weird bug in type --> table selection
    x. fixed and reworked tables for html entities. Thanks Detlev Offenbach.
    x. Clipboard copy did not work on linux systems. Fixed now. Thanks Detlev Offenbach.



#*******************************************************************
chartables 0.2.0
#********************************************************************

news:
  
   x. added Eric4 support ++ shipped it out to be included as tool dialog in Eric4
   

bugfixes:





