aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_tv_wx.erl
AgeCommit message (Collapse)Author
2017-01-26Fix observer application crash (#1296)visciang
Fix observer application crash When clicking an HTML-link to a port before the port tab has been opened for the first time, observer would crash since port info is not initiated. This is now corrected. Also, when clicking on an HTML link to a port, and the port does not exist, then pop up an info dialog saying "No such port". OTP-14151
2016-09-01observer: Fix error msg loop in table viewerDan Gudmundsson
When observing mnesia table on remote node and connection to that node is lost, a loop of error messages occur if mnesia is not running on the observer node. ERL-237
2016-05-19[observer] Add right click menu in Table tabSiri Hansen
2016-05-19[observer] Add Ports tab in GUISiri Hansen
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-02Don't refresh observer table view if there was no changePéter Gömöri
Avoid refreshing the list of tables every refresh interval (by default 10 secs) if the content did not change. Because of the refresh the list was scrolled to the begining and current selection was lost which could be quite anoying.
2014-03-28observer: Add simple test and add debug hooks in appDan Gudmundsson
Add hooks in observer so that we can do some basic testing on it
2012-01-16[observer] Fix index reporting bugDan Gudmundsson
Fix crash when more than one index was set on mnesia table, reported by Eric Pailleau.
2011-12-06[observer] Do not start polling tables until user view themDan Gudmundsson
2011-12-05[observer] Move rpc calls to runtime toolsDan Gudmundsson
2011-12-02[observer] Added an application viewerDan Gudmundsson
2011-11-25[observer] Remove unused time from process viewDan Gudmundsson
And fix broken makefile in previous commit. Also improved error message in table viewer
2011-11-25[observer] Fix listctrl colum size calculationDan Gudmundsson
2011-11-17[observer] Rework tracing part of the guiDan Gudmundsson
No tracing is implemented yet.
2011-11-11[observer] Fix portability bugsDan 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 fixesDan 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 codeDan 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 replacementDan Gudmundsson