source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17798   11 years tbretz Updated help text
(edit) @17797   11 years tbretz Fixed the calculation of the geometry; added $.conv
(edit) @17796   11 years tbretz Make sure image is on top during movement; remove zindex again afterwards
(edit) @17795   11 years dneise new version
(edit) @17794   11 years kraehenb Added TPK-Mobile to libz variants...
(edit) @17793   11 years tbretz Now as JS code in internal.js
(edit) @17792   11 years tbretz Neighbors is not used anymore. A JS array will be faster than a php ...
(edit) @17791   11 years tbretz Code which is executed before proc and main.
(edit) @17790   11 years tbretz Added $.geom and $.map
(edit) @17789   11 years tbretz Some updates to the time calculation (more accurate position); check ...
(edit) @17788   11 years tbretz Simplified getIndex (now using the coordinate array)
(edit) @17787   11 years tbretz Added more stuff which is necessary for proper interaction with the ...
(edit) @17786   11 years tbretz Automatically call SetSelctedPad once a new tab is created.
(edit) @17785   11 years tbretz Fixed a compiler warning because title wasn't used in the constructor ...
(edit) @17784   11 years tbretz Fixed the order of instantiation which the responsible person refuses ...
(edit) @17783   11 years tbretz Get rid of a few compiler warnings about obsolete const qualifiers.
(edit) @17782   11 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17781   11 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17780   11 years tbretz Added a possibility to access the stream in a constant manner.
(edit) @17779   11 years tbretz Use COmmentFromType and SizeFromType from FITS namespace; try using ...
(edit) @17778   11 years tbretz Cleanup includes and defines; moved CommentFromType and SizeFromType ...
(edit) @17777   11 years tbretz Solved the problem that so far cint does not define __MARS__; added an ...
(edit) @17776   11 years tbretz Added a function to check whether a key is a reserved key; added the ...
(edit) @17775   11 years tbretz unified the tooltip functions.
(edit) @17774   11 years tbretz Added the possibility to access calibrated data files.
(edit) @17773   11 years tbretz Added the container needed to display the histograms. It is more or ...
(edit) @17772   11 years tbretz Added the possibility to load calibrated files, added a slider with ...
(edit) @17771   11 years tbretz An interface to access the fits raw data files and get an event in as ...
(edit) @17770   11 years tbretz It looks like there is a problem with th eno-excpetion option and our ...
(edit) @17769   11 years tbretz Fixed a warning comparison between signed and unsigned.
(edit) @17768   11 years tbretz Replaced my by scale.
(edit) @17767   11 years tbretz Fixed a minor compilation problem.
(edit) @17766   11 years tbretz Removing the std::exception_ptr by an ifdef is dangerous, because CINT ...
(edit) @17765   11 years tbretz If one function takes a pointer the other one should as well, offsets ...
(edit) @17764   11 years tbretz endif was missing
(edit) @17763   11 years tbretz MLogManip came from the fits headers.
(edit) @17762   11 years tbretz The ready to save flag was not set.
(edit) @17761   11 years tbretz Added an semi-automatic setting of PACKAGE_NAME, PACKAGE_VERSION and ...
(edit) @17760   11 years tbretz MLog and MLogManip came from the fits classes
(edit) @17759   11 years tbretz MLog and MLogManip came from the fits classes
(edit) @17758   11 years tbretz TSystem and MLogManip come from the fits classes.
(edit) @17757   11 years tbretz MTime is not needed here anymore.
(edit) @17756   11 years tbretz Got the libnova stuff from libnova-dir
(edit) @17755   11 years tbretz Moved to root dir (MLinkDef and Makefile)
(edit) @17754   11 years tbretz There were some casts missing to allow large memory sizes
(edit) @17753   11 years tbretz I am not sure this is needed here, but to avoid potential problems I ...
(edit) @17752   11 years tbretz The condition was wrong... it was not possible to properly set the ...
(edit) @17751   11 years tbretz I realized that we were one level too high with deriving the class. ...
(edit) @17750   11 years tbretz Improved error message.
(edit) @17749   11 years tbretz Give CINT a hint about the size of the structures.
(edit) @17748   11 years tbretz Minor simplifications.
(edit) @17747   11 years tbretz 'using namespace std' should never appear in header
(edit) @17746   11 years tbretz Fixed an issue when the slected pixel had no value attached; some ...
(edit) @17745   11 years tbretz There is no need to send the neighbors with the output; trim the null ...
(edit) @17744   11 years tbretz Performance improvement in the example.
(edit) @17743   11 years tbretz Some fixes to the no-exception part.
(edit) @17742   11 years tbretz Updated codemirror config; automatically colorize code snippets
(edit) @17741   11 years tbretz Added style for match highlighting.
(edit) @17740   11 years tbretz Switch to strict mode.
(edit) @17739   11 years tbretz Use Codemirror colorized for code snippets in the help text; ...
(edit) @17738   11 years tbretz Added xmin and xmax controls for the waveform.
(edit) @17737   11 years tbretz Unified the two SetupCommonFileStructure.
(edit) @17736   11 years tbretz Do not require MTime... callisto allows now to use a root file as input.
(edit) @17735   11 years tbretz Avoid a compiler warning.
(edit) @17734   11 years tbretz Fixed the trigger pattern to be consistent with the FACT data.
(edit) @17733   11 years tbretz
(edit) @17732   11 years tbretz Added another accordion for the display of additional controls; ...
(edit) @17731   11 years dneise these files are not needed anymore
(edit) @17730   11 years dneise Removed the dependency of SlowData class from the special Python ...
(edit) @17729   11 years tbretz Darker text color for diables elements in firefox
(edit) @17728   11 years tbretz Added marker for selected pixel; added runinfo and trigger info; ...
(edit) @17727   11 years tbretz Read more data from getevent; some simplification to the global ...
(edit) @17726   11 years tbretz A pixel neighbors table to be used in php.
(edit) @17725   11 years tbretz Added evtserver, getevent and soem improrvement to the doc rule.
(edit) @17724   11 years tbretz The error message wasn't that clear for the case a schedule of tonight ...
(edit) @17723   11 years tbretz Some more help text.
(edit) @17722   11 years tbretz By never using more than one php array for a single pixel at a time ...
(edit) @17721   11 years tbretz Added missing disable of submit button. Adapted debug output to ...
(edit) @17720   11 years tbretz Some minor improvements to layout, mainly nowrap.
(edit) @17719   11 years tbretz Fixed the pixel click issue on firefox... and hopefully other browsers ...
(edit) @17718   11 years tbretz Increased memory limit to allow for roi=1024 -- There is unfortunately ...
(edit) @17717   11 years tbretz Removed an obsolete comment.
(edit) @17716   11 years tbretz Do not line break the date in the table header; added more help text.
(edit) @17715   11 years dneise taking back commit 17692
(edit) @17714   11 years tbretz getevent.php is now called index.php; added some more help texts
(edit) @17713   11 years tbretz Proc wasn't in the global namespace anymore.
(edit) @17712   11 years tbretz Fixed a case when proc returns more than one waveform.
(edit) @17711   11 years tbretz Do not process main when only the pixel has been changed; some ...
(edit) @17710   11 years tbretz Added a missing whitespace.
(edit) @17709   11 years tbretz Some more HTML5 cleanup
(edit) @17708   11 years tbretz Fixed table layout.
(edit) @17707   11 years tbretz Adapted table name from measurement to Measurement
(edit) @17706   11 years tbretz Turn off debug text by default.
(edit) @17705   11 years tbretz Added more checks for the schedule.
(edit) @17704   11 years tbretz Times could change if the first task was removed from an observation ...
(edit) @17703   11 years tbretz Added a help paragraph about the data.
(edit) @17702   11 years tbretz Updated the styles for the calendar
(edit) @17701   11 years tbretz A first version of the scheduling interface created from the svn/schedule.
(edit) @17700   11 years tbretz First version of a web based event viewer.
(edit) @17699   11 years tbretz Improved the calling convention. There is really no need to give so ...
Note: See TracRevisionLog for help on using the revision log.