==========================
EFL Profiling Viewer 1.1
==========================

changes since 1.0.2
-----------------
Features:
  * Add dialog "Find event".
  * Add ability to select range by mouse.

Improvements:
  * Clouseau support improvement.
  * Process each type of events in separated thread.
  * Reuse Evas objects for faster redraw events.
  * Log events data processing.
  * Optimized amount of displayed single events at the same time.

Fixes:
  * Logload: fix matching start of events with finish.
  * Fix zero timelabel when range from start of log-file chosen.
  * UI: add function for updating event area when new data received.
  * Fix multiple openning filter rules file by few instances of profiler.
  * Disable thumb scrolling for profiler.
  * Graphs: out-of-range error in graph normalization.
  * Fix eina_log macroses.
  * Fix usage enum as boolean.
  * Fix thread preview in case when exist events without start or finish.
  * Fix .desktop file.
  * helper: changed sprintf to snprintf
  * helper: fix unnecessary memory allocation
  * helper: fix prevent buffer overflow for sprintf
  * Refactoring: add enum for event type.

==========================
EFL Profiling Viewer 1.0.2
==========================

changes since 1.0.1
-----------------
Features:

  * Event Filters.
  * Integration with Clouseau.
  * Splitted into library and GUI app.
  * Change time range interval from dialog window.

Fixes:
  * Fix compilation warnings, use -pedantic flag by default.


changes since 1.0
-----------------
Features:

  * Support command line comands.
  * event double-clicked this event will be zoomed to all grid.

Fixes:
  * fix displaying excess transparent events.
  * Do not change interval to less than 1 ns.

Version 1.0

1. UI:
  1.1 Show cpu freq bars.
  1.2 Show state events.
  1.3 Show thread info.
    1.3.1 Show thread events.
    1.3.2 Show cpu that used by thread.
    1.3.3 Show single events.
  1.4 Show information about selected event.
  1.5 Show duration of choosen interval.
  1.6 Show log-map with graphs.
    1.6.1 Show cpu freq graph.
    1.6.2 Show cpu usage graph.
    1.6.3 For each thread show intervals in which exist at least one thrad event.

2. Navigation:
  2.1 Add ability to zoom in and zoom out current displayed interval.
  2.2 Add buttons that change interval to next or previous.
  2.3 Add ability to change interval by selecting it on log-map.

3. Usability:
  3.1 Fast loading interval data.
    3.1.1 Read all log data after launch log.
    3.1.2 Read from log-file only data related to current interval.
    3.1.3 Load data for graphs only once.
    3.1.4 Move hard tasks into idlers.
  3.2 Show current interval on log-map.
  3.3 Add ability to choose log file from dialog window.
  3.4 Chose color for each event separately.
  3.5 Show more info about event after selecting.
  3.6 Show tooltips when hover on event.
  3.7 Show timelines.
