Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | observer: improve wx version of crashdump_viewer | Siri Hansen | |
* bugfixes * better progress dialogs * show expanded binaries in different formats * speed up reading of big crashdumps | |||
2014-01-27 | observer: Consolidate the view of process information | Dan Gudmundsson | |
Add clickable links to processes in process info Use html pages (contains clickable processes) to view messages, dictionary and other information. | |||
2014-01-27 | observer: add wx version of crashdump_viewer | Siri Hansen | |
The old web base crashdump_viewer is now removed. | |||
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. | |||
2013-01-09 | Observer: Fix distribution dialog | Dan Gudmundsson | |
2012-06-28 | [observer] Fix dialyser warnings | Dan Gudmundsson | |
2012-06-19 | Fix process_info from app tab on other nodes | Dan Gudmundsson | |
2012-05-08 | [observer] Add more popup menus and info selected pid | Dan Gudmundsson | |
2012-04-27 | [observer] Ask epmd for local nodes | Dan Gudmundsson | |
Default menus include other erlang nodes on the local node | |||
2012-02-21 | [observer] Use new scheduler_wall_time measurment | Dan Gudmundsson | |
2012-02-21 | [observer] Started with system monitor | Dan Gudmundsson | |
2011-12-09 | [observer] Add basic documentation | Dan Gudmundsson | |
2011-12-02 | [observer] Added an application viewer | Dan Gudmundsson | |
2011-11-25 | [observer] Change process_info stack to be listctrl | Dan Gudmundsson | |
2011-11-24 | [observer] Add more trace functionality | Dan Gudmundsson | |
Add logging output options, to file, shell or log-window. Add remove/change process options, trace patterns via right-click. Show traced nodes. Add possibility to add named processes, which will be traced on all nodes. Add menu to log window | |||
2011-11-18 | [observer] Work around wxWidgets windows bug | Dan Gudmundsson | |
wxCheckListBox:setClientData crashes on windows | |||
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] Improve process_info window | Dan Gudmundsson | |
Also refactor some (re)used code | |||
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] Started on a wx gui | Magnus Eriksson | |