]> Devoid-pointer.net GitWeb - anyanka.git/shortlog
anyanka.git
2014-10-09 Michal MalýDraw numeric cues on axes with the same font as value...
2014-10-07 Michal Malý- Simplify mouse input handling in GraphView
2014-08-02 Michal MalýVersion bump 0.3d
2014-08-02 Michal MalyEradicate unordered_maps, round 2
2014-08-02 Michal MalýVersion bump 0.3c
2014-08-02 Michal MalýKeep entries in SingleRun sorted and present them as...
2014-08-01 Michal MalýVersion bump 0.3b
2014-08-01 Michal Malý- Fix character encoding with VC11
2014-08-01 Michal MalýVersion bump 0.3a
2014-08-01 Michal Malý- Store last patch in ExportRawDataDialog
2014-08-01 Michal MalýFix build on VC11
2014-07-31 Michal MalýFix baseline integration line rendering in "baseline...
2014-07-31 Michal MalýRecognize "kV" unit
2014-07-31 Michal MalýDo not use "/" in signal keys
2014-07-31 Michal Malý- Fix rendering in baseline integration mode
2014-07-31 Michal MalýFix a WTF local branch corruption
2014-07-31 Michal MalýMerge branch 'master' of devoid-pointer.net:anyanka
2014-07-31 Michal MalýStore last used state in the ExportGraphToImageDialog...
2014-07-31 Michal MalýAdd feature to integrate peak by baseline
2014-07-11 Michal MalýAdd support for new HPCS file types.
2014-07-11 Michal MalýTry to read all ChemStation files instead of failing...
2014-07-11 Michal MalýUpdate to changed libHPCS API
2014-07-02 Michal MalýUse QString instead of std::string in Signal class
2014-07-02 Michal MalýDraw axis labels with units
2014-07-02 Michal MalýRewrite integrator's peak storage to std::map of std...
2014-06-30 Michal MalýNote that a missing break in a switch statement is...
2014-06-30 Michal MalýDelete m_background pixmap in SignalDrawer destructor
2014-06-30 Michal MalýPort to libHPCS.
2014-03-15 Michal Malý- Remove debugging messages 0.2e
2014-03-15 Michal MalýMake "Helpers" a full class
2014-03-15 Michal MalýStore settings from "Export graph as image" dialog
2014-03-15 Michal MalýHandle output file suffix in a sensible manner in Image...
2014-03-15 Michal MalýSet output image quality to 100.
2014-03-15 Michal MalýGuess output type by file extension
2014-03-14 Michal MalýVersion bump 0.2d
2014-03-14 Michal MalýUse relative range of <0.0-1.0>
2014-03-13 Michal MalýRemove unneeded debugging output
2014-03-13 Michal MalýDo not draw debugging integration marks
2014-03-13 Michal MalýUpdate data plotting logic so that the peak baseline...
2014-03-12 Michal MalýAdd "Yes to all" and "No to all" options to user data...
2014-03-12 Michal MalýDo nothing when user wants to save user data with no...
2014-03-12 Michal MalýVersion bump 0.2c
2014-03-12 Michal Malý- Extend support for saving user data to JSON-formatted...
2014-03-11 Michal MalýVersion bump 0.2b
2014-03-11 Michal MalýInitial support for saving user data to JSON-formatted...
2014-03-10 Michal MalýIntegrate peaks even when the baseline is drawn from...
2014-03-09 Michal MalýAdd missing licensing information and add one extra...
2014-03-09 Michal MalýVersion bump 0.2a
2014-03-09 Michal Malý- Make the portion of the signal that is exported to...
2014-03-09 Michal Malý- Loop the dialog until the signal is exported to image...
2014-03-09 Michal MalýHeavy redesign to better separate drawing from the...
2014-02-18 Michal Malý- Declare absVal in scale drawers as double (regression)
2014-02-18 Michal Malý- Continue the redesign towards the new relative coordi...
2014-02-16 Michal MalýFix peak rendering.
2013-12-13 Michal MalýAdd possibility to export graphs to images.
2013-12-13 Michal MalýMove graph drawing functions to separate class
2013-12-13 Michal MalýUnify raw data and peaks data exporting infrastructure.
2013-12-13 Michal MalýRewrite SingleRunData to std::unordered_map and store...
2013-11-27 Michal MalýGeneralize data export.
2013-11-22 Michal MalýAdd ability to export raw data to CSV file.
2013-11-19 Michal MalýDelete pixmaps on GraphView destruction (memory leak).
2013-11-19 Michal MalýMove drawing logic to GraphView and update only the...
2013-11-17 Michal Malý- Use QLocale to print current values. 0.1d
2013-11-17 Michal Malý- Remove useless QDebug 0.1c
2013-11-17 Michal MalýFix alignment and description in About window.
2013-11-17 Michal MalýUse QLocale to convert integrated peaks' parameters...
2013-11-17 Michal MalýAlign numbers in Data and Integration tables to the...
2013-11-17 Michal Malý- Change windows_defines.h EOL to UNIX.
2013-11-17 Michal Malý- Fix invisible QSplitterHandle on Windows
2013-11-17 Michal Malý- Fix an extra apostrophe in "bad single run directory... 0.1b
2013-11-17 Michal MalýUse appropriate window title in sequence/single run...
2013-11-17 Michal MalýScale SignalView to full height on doubleclick to Signa...
2013-11-17 Michal MalýDo not add error message to std::bad_exception (UNIX...
2013-11-17 Michal MalýFixes for MSVC11 build.
2013-11-17 Michal MalýRemove useless qDebug()
2013-11-17 Michal MalýShow wavelengths in signal view when resource is DAD.
2013-11-17 Michal MalýRemove some useless qDebug()s.
2013-11-17 Michal MalýFix message boxes with data loading errors information.
2013-11-17 Michal MalýInitial commit