]> Devoid-pointer.net GitWeb - anyanka.git/log
anyanka.git
10 years agoVersion bump 0.2d
Michal Malý [Fri, 14 Mar 2014 11:44:48 +0000 (12:44 +0100)]
Version bump

10 years agoUse relative range of <0.0-1.0>
Michal Malý [Fri, 14 Mar 2014 11:44:23 +0000 (12:44 +0100)]
Use relative range of <0.0-1.0>

10 years agoRemove unneeded debugging output
Michal Malý [Thu, 13 Mar 2014 22:57:58 +0000 (23:57 +0100)]
Remove unneeded debugging output

10 years agoDo not draw debugging integration marks
Michal Malý [Thu, 13 Mar 2014 22:51:02 +0000 (23:51 +0100)]
Do not draw debugging integration marks

10 years agoUpdate data plotting logic so that the peak baseline is rendered
Michal Malý [Thu, 13 Mar 2014 22:48:42 +0000 (23:48 +0100)]
Update data plotting logic so that the peak baseline is rendered
properly and Y-axis scale is more accurate

10 years agoAdd "Yes to all" and "No to all" options to user data saving dialog on
Michal Malý [Wed, 12 Mar 2014 17:08:00 +0000 (18:08 +0100)]
Add "Yes to all" and "No to all" options to user data saving dialog on
exit

10 years agoDo nothing when user wants to save user data with no runs loaded
Michal Malý [Wed, 12 Mar 2014 12:02:14 +0000 (13:02 +0100)]
Do nothing when user wants to save user data with no runs loaded

10 years agoVersion bump 0.2c
Michal Malý [Wed, 12 Mar 2014 11:56:41 +0000 (12:56 +0100)]
Version bump

10 years ago- Extend support for saving user data to JSON-formatted files.
Michal Malý [Wed, 12 Mar 2014 11:47:38 +0000 (12:47 +0100)]
- Extend support for saving user data to JSON-formatted files.
- Minor code refactoring

10 years agoVersion bump 0.2b
Michal Malý [Tue, 11 Mar 2014 22:23:15 +0000 (23:23 +0100)]
Version bump

10 years agoInitial support for saving user data to JSON-formatted files
Michal Malý [Tue, 11 Mar 2014 22:22:16 +0000 (23:22 +0100)]
Initial support for saving user data to JSON-formatted files

10 years agoIntegrate peaks even when the baseline is drawn from right to left
Michal Malý [Mon, 10 Mar 2014 18:21:16 +0000 (19:21 +0100)]
Integrate peaks even when the baseline is drawn from right to left

10 years agoAdd missing licensing information and add one extra line between the
Michal Malý [Sun, 9 Mar 2014 23:05:00 +0000 (00:05 +0100)]
Add missing licensing information and add one extra line between the
licence and actual code.

10 years agoVersion bump 0.2a
Michal Malý [Sun, 9 Mar 2014 22:45:07 +0000 (23:45 +0100)]
Version bump

10 years ago- Make the portion of the signal that is exported to image adjustable
Michal Malý [Sun, 9 Mar 2014 22:43:18 +0000 (23:43 +0100)]
- Make the portion of the signal that is exported to image adjustable
- Use the current zoom level as default portion of the signal in the
"export to image" setup dialog

10 years ago- Loop the dialog until the signal is exported to image or user cancels
Michal Malý [Sun, 9 Mar 2014 19:46:39 +0000 (20:46 +0100)]
- Loop the dialog until the signal is exported to image or user cancels
the action
- Unify behavior of export to image and export to data file

10 years agoHeavy redesign to better separate drawing from the user input and signal
Michal Malý [Sun, 9 Mar 2014 16:32:51 +0000 (17:32 +0100)]
Heavy redesign to better separate drawing from the user input and signal
handling logic. All signal drawers can now be a separate classes with
shared common functionality.

10 years ago- Declare absVal in scale drawers as double (regression)
Michal Malý [Tue, 18 Feb 2014 23:59:45 +0000 (00:59 +0100)]
- Declare absVal in scale drawers as double (regression)
- Add 5 % extra margin to Y axis by default

10 years ago- Continue the redesign towards the new relative coordinates system
Michal Malý [Tue, 18 Feb 2014 22:37:09 +0000 (23:37 +0100)]
- Continue the redesign towards the new relative coordinates system
- Draw scales on graphs
- Create a fresh pixmap separately at the beginning of the rendering
process

10 years agoFix peak rendering.
Michal Malý [Sun, 16 Feb 2014 15:29:27 +0000 (16:29 +0100)]
Fix peak rendering.

10 years agoAdd possibility to export graphs to images.
Michal Malý [Fri, 13 Dec 2013 22:19:03 +0000 (23:19 +0100)]
Add possibility to export graphs to images.

10 years agoMove graph drawing functions to separate class
Michal Malý [Fri, 13 Dec 2013 18:22:05 +0000 (19:22 +0100)]
Move graph drawing functions to separate class

10 years agoUnify raw data and peaks data exporting infrastructure.
Michal Malý [Fri, 13 Dec 2013 16:36:42 +0000 (17:36 +0100)]
Unify raw data and peaks data exporting infrastructure.

10 years agoRewrite SingleRunData to std::unordered_map and store SignalControllers
Michal Malý [Fri, 13 Dec 2013 09:59:50 +0000 (10:59 +0100)]
Rewrite SingleRunData to std::unordered_map and store SignalControllers
along with Signals.

10 years agoGeneralize data export.
Michal Malý [Wed, 27 Nov 2013 18:11:47 +0000 (19:11 +0100)]
Generalize data export.

11 years agoAdd ability to export raw data to CSV file.
Michal Malý [Fri, 22 Nov 2013 19:26:52 +0000 (20:26 +0100)]
Add ability to export raw data to CSV file.

11 years agoDelete pixmaps on GraphView destruction (memory leak).
Michal Malý [Tue, 19 Nov 2013 20:51:15 +0000 (21:51 +0100)]
Delete pixmaps on GraphView destruction (memory leak).

11 years agoMove drawing logic to GraphView and update only the part of screen that
Michal Malý [Tue, 19 Nov 2013 14:01:26 +0000 (15:01 +0100)]
Move drawing logic to GraphView and update only the part of screen that
needs to be repainted.

11 years ago- Use QLocale to print current values. 0.1d
Michal Malý [Sun, 17 Nov 2013 14:30:23 +0000 (15:30 +0100)]
- Use QLocale to print current values.
- Use QLocale to print integration results on GraphView.
- Hide mouse cursor in GraphView.
- Align "Anyanka" text in About window properly.
- Bump version to 0.1d.

11 years ago- Remove useless QDebug 0.1c
Michal Malý [Sun, 17 Nov 2013 14:04:05 +0000 (15:04 +0100)]
- Remove useless QDebug
- Bump version to 0.1c

11 years agoFix alignment and description in About window.
Michal Malý [Sun, 17 Nov 2013 14:03:13 +0000 (15:03 +0100)]
Fix alignment and description in About window.

11 years agoUse QLocale to convert integrated peaks' parameters to strings.
Michal Malý [Sun, 17 Nov 2013 13:55:23 +0000 (14:55 +0100)]
Use QLocale to convert integrated peaks' parameters to strings.

11 years agoAlign numbers in Data and Integration tables to the right.
Michal Malý [Sun, 17 Nov 2013 13:50:50 +0000 (14:50 +0100)]
Align numbers in Data and Integration tables to the right.

11 years ago- Change windows_defines.h EOL to UNIX.
Michal Malý [Sun, 17 Nov 2013 13:26:35 +0000 (14:26 +0100)]
- Change windows_defines.h EOL to UNIX.
- Add copyright notice.

11 years ago- Fix invisible QSplitterHandle on Windows
Michal Malý [Sun, 17 Nov 2013 11:40:41 +0000 (12:40 +0100)]
- Fix invisible QSplitterHandle on Windows
- Add missing "[" to SignalDataTable

11 years ago- Fix an extra apostrophe in "bad single run directory "dialog. 0.1b
Michal Malý [Sun, 17 Nov 2013 10:44:31 +0000 (11:44 +0100)]
- Fix an extra apostrophe in "bad single run directory "dialog.
- Bump revision to "b"

11 years agoUse appropriate window title in sequence/single run file dialog.
Michal Malý [Sun, 17 Nov 2013 10:41:17 +0000 (11:41 +0100)]
Use appropriate window title in sequence/single run file dialog.

11 years agoScale SignalView to full height on doubleclick to SignalView widget
Michal Malý [Sun, 17 Nov 2013 10:38:37 +0000 (11:38 +0100)]
Scale SignalView to full height on doubleclick to SignalView widget
area.

11 years agoDo not add error message to std::bad_exception (UNIX build fix).
Michal Malý [Sun, 17 Nov 2013 10:12:55 +0000 (11:12 +0100)]
Do not add error message to std::bad_exception (UNIX build fix).

11 years agoFixes for MSVC11 build.
Michal Malý [Sun, 17 Nov 2013 10:07:18 +0000 (11:07 +0100)]
Fixes for MSVC11 build.

11 years agoRemove useless qDebug()
Michal Malý [Sun, 17 Nov 2013 02:28:43 +0000 (03:28 +0100)]
Remove useless qDebug()

11 years agoShow wavelengths in signal view when resource is DAD.
Michal Malý [Sun, 17 Nov 2013 02:26:25 +0000 (03:26 +0100)]
Show wavelengths in signal view when resource is DAD.

11 years agoRemove some useless qDebug()s.
Michal Malý [Sun, 17 Nov 2013 02:12:59 +0000 (03:12 +0100)]
Remove some useless qDebug()s.

11 years agoFix message boxes with data loading errors information.
Michal Malý [Sun, 17 Nov 2013 02:09:52 +0000 (03:09 +0100)]
Fix message boxes with data loading errors information.

11 years agoInitial commit
Michal Malý [Sun, 17 Nov 2013 01:44:08 +0000 (02:44 +0100)]
Initial commit