Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new parameter --output-filename #47

Merged
merged 6 commits into from
Feb 7, 2013
Merged

Add a new parameter --output-filename #47

merged 6 commits into from
Feb 7, 2013

Commits on Jan 22, 2013

  1. Add parameter --output-filename and store in output_filename

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    6d79af0 View commit details
    Browse the repository at this point in the history
  2. CalibratorEvdev: do write calibration results if --output-filename wa…

    …s set
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    0428975 View commit details
    Browse the repository at this point in the history
  3. CalibratorXorgPrint: do write calibration results if --output-filenam…

    …e was set
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    d275793 View commit details
    Browse the repository at this point in the history
  4. CalibratorUsbtouchscreen: overridde default file name when setting --…

    …output-filename
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    fa47700 View commit details
    Browse the repository at this point in the history
  5. Make all Calibrator* destructors virtual to fix warning

    warning was:
    
    main_x11.cpp: In function 'int main(int, char**)':
    main_x11.cpp:42:12: warning: deleting object of abstract class type 'Calibrator' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]calibrator/Usbtouchscreen.cpp: In member function 'void CalibratorUsbtouchscreen::read_int_parameter(const char*, int&)':
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    2846ead View commit details
    Browse the repository at this point in the history
  6. Set up buffer size for max line length only once in calibrator.hh

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    dd263d4 View commit details
    Browse the repository at this point in the history