Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-28 | observer: Keep sel after column change tv | Dan Gudmundsson | |
2016-02-17 | observer: Add suppression of Dialyzer warnings | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-04-16 | observer: Fix range check | Dan Gudmundsson | |
Avoids wxWidgets assert if the table is empty | |||
2014-01-27 | observer: Optimize row lookups | Dan Gudmundsson | |
Use arrays instead of lists to cache data, gives faster lookups for large contents. Also update colors used in table viewer, indication new and changed rows. Other minor bugfixes in tables viewer. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-16 | Fix observer table viewer crash on formatting improper lists | Andrey Tsirulev | |
Observer table viewer crashes when attempts to display a term containing improper lists (e.g. dict). Quick way to reproduce: run ets:insert(ets:new(test,[]), {1,[h|t]}). then start observer and open test ETS in table viewer. Observer will crash. | |||
2013-01-09 | wx: Workaround wx-2.9 bugs | Dan Gudmundsson | |
Menuhandling in 2.9 is (currently) buggy on mac, this avoids a crash in menu handling but causes a lot unusable menus. | |||
2012-08-27 | Merge branch 'pgö/observer-edit-table-row/OTP-10225' into maint | Fredrik Gustafsson | |
* pgö/observer-edit-table-row/OTP-10225: Make Table Viewer search a bit faster Edit table row in a multiline text dialog Conflicts: lib/observer/src/observer_tv_table.erl | |||
2012-08-27 | Merge branch 'pgö/escape-control-chars-tv/OTP-10218' into maint | Fredrik Gustafsson | |
* pgö/escape-control-chars-tv/OTP-10218: Fix Table Viewer search crash on new|changed|deleted rows Escape control characters in Table Viewer Fix Table Viewer crash after a 'Found' -> 'Not found' search sequence | |||
2012-08-02 | Make Table Viewer search a bit faster | Peti Gomori | |
Conflicts: lib/observer/src/observer_tv_table.erl | |||
2012-08-02 | Edit table row in a multiline text dialog | Peti Gomori | |
2012-06-19 | Format latin binary strings in table viewer | Dan Gudmundsson | |
2012-06-19 | Fix process_info from app tab on other nodes | Dan Gudmundsson | |
2012-06-18 | Fix Table Viewer search crash on new|changed|deleted rows | Peti Gomori | |
2012-06-15 | Escape control characters in Table Viewer | Peti Gomori | |
Similar behaviour to old tv. Objects in tables supposed to be printed in a single line and it looks ugly when a [...,10,...] integer list creates a new-line. | |||
2012-06-15 | Fix Table Viewer crash after a 'Found' -> 'Not found' search sequence | Peti Gomori | |
Start position was lost after a 'Found' -> 'Not found' search sequence leading an undefined position in the next search | |||
2012-04-27 | [observer] Fix gui-crash when table_copies couldn't be spawned | Dan Gudmundsson | |
2012-01-27 | [observer] Fixed refresh interval for table viewer | Matthew Evans | |
2012-01-24 | [observer] Improved term formatting in table viewer | Dan Gudmundsson | |
Format strings as string not integer lists | |||
2012-01-24 | [observer] Fixed regexp error handling | Peti Gömöri | |
2011-12-05 | [observer] Move rpc calls to runtime tools | Dan Gudmundsson | |
2011-12-02 | [observer] Added an application viewer | Dan Gudmundsson | |
2011-11-25 | [observer] Fix listctrl colum size calculation | Dan Gudmundsson | |
2011-11-17 | [observer] Rework tracing part of the gui | Dan Gudmundsson | |
No tracing is implemented yet. | |||
2011-11-11 | [observer] Fix portability bugs | Dan Gudmundsson | |
Turn on generic listctrl implementation on Mac, the native doesn't work in wx-2.8. Fix listctrl colours on mac Turn on wxSystemMenu for miniFrame to get a close box on Windows. Direct observer help to a browser. Cleanups | |||
2011-11-10 | [observer] Misc cleanup and fixes | Dan Gudmundsson | |
Make sure that the menus work on MacOsX. Fix asserts on debug build on linux. Make sure epmd is started before distribution. Rewrote multi-selection code observer_pro_wx. | |||
2011-11-08 | [observer] Clean up code | Dan Gudmundsson | |
system tab, timer handling and "etop" code More info in system tab, same timer handling in all tabs. Remove dependency off etop process, do the roughly the same functionality on our own. | |||
2011-11-08 | [observer] Add a [d]ets viewer, tv replacement | Dan Gudmundsson | |