0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r4...@SuperSluggo: mannd | 2008-08-28 21:13:32 -0400 changed Navigator::updateAll() to slot, connected to Recorder::destroyed() signal, so that if user is changed in Recorder this is reflected in Navigator when it reappears. r4...@SuperSluggo: mannd | 2008-08-28 23:17:55 -0400 moved VERSION #define from epdefs.h to VersionInfo r4...@SuperSluggo: mannd | 2008-09-02 21:24:48 -0400 changed User from singleton to regular class with factory method r4...@SuperSluggo: mannd | 2008-09-03 20:36:23 -0400 pulled VersionInfo::instance() out of EpCore::about() and help() r4...@SuperSluggo: mannd | 2008-09-06 14:57:30 -0400 put VersionInfo::instance() back, now only used in actions.cpp and fileutilies.cpp. VersionInfo is statically destroyed in Navigator r4...@SuperSluggo: mannd | 2008-09-07 12:47:05 -0400 added AbstractMainWindow class to contain common slots and actions for all mainwindows (Navigator, Recorder, Image?, etc.). Navigator and Recorder are now subclasses of AbstractMainWindow, which is a subclass of QMainWindow. Will be moving stuff into AbstractMainWindow, especially free-floating functions that are now in actions.cpp. More... over 15 years ago
r4...@SuperSluggo: mannd | 2008-08-25 22:38:37 -0400 broken at the moment, trying to eliminate Options::instance() and not sure where PasswordHandler should live r4...@SuperSluggo: mannd | 2008-08-26 19:21:43 -0400 removed Options::instance()in CatalogComboBox, PasswordHandler still has it r4...@SuperSluggo: mannd | 2008-08-26 22:03:36 -0400 refactored Options::instance() from Catalog More... over 15 years ago
r4...@SuperSluggo: mannd | 2008-08-12 21:53:37 -0400 adding to StudyConfiguration r4...@SuperSluggo: mannd | 2008-08-17 21:24:44 -0400 set up config.dat file in study folder More... over 15 years ago
r4...@SuperSluggo: mannd | 2008-07-31 21:03:38 -0400 refactored amplifier r4...@SuperSluggo: mannd | 2008-08-09 20:05:59 -0400 reading and writing StudyConfigurations, need to store current StudyConfiguration in Study folder. More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-07-19 23:00:02 -0400 added Channel class, changing over to QGraphicsScene to display signals. r4...@SuperSluggo: mannd | 2008-07-22 21:05:21 -0400 redesigning central widget of SignalDisplayWindow as QGraphicsView r4...@SuperSluggo: mannd | 2008-07-26 18:31:16 -0400 added SignalWidget class r4...@SuperSluggo: mannd | 2008-07-28 21:08:43 -0400 added Hardware tab to SimulatorSettings, and amplifierTypeComboBox More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-07-09 07:13:01 -0400 implemented forbidden cursor on subwindow move attempts r4...@SuperSluggo: mannd | 2008-07-13 16:33:02 -0400 working on mouse tracking r4...@SuperSluggo: mannd | 2008-07-13 21:42:42 -0400 implemented mousetracking on SignalArea, for use when opening windows Prucka-style More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-07-06 10:04:42 -0400 working on tiling, etc. r4...@SuperSluggo: mannd | 2008-07-06 15:29:02 -0400 achieved goals 1 and 2 in Recorder::eventFilter More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-07-04 23:23:25 -0400 working on windows manager r4...@SuperSluggo: mannd | 2008-07-05 22:09:34 -0400 altered system menu and min/max buttons in subwindows, no system menu in realtimewindow, no dragging/moving of outer windows. Still need to fix moving of log window, and change behaviour when using true MDI More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-06-29 17:01:36 -0400 implemented MDA tiling as option, with Prucka tiling vs MDA tiling as option when Prucka windows manager not used, also hid Tile/Cascade menu actions when Prucka windows manager used. Added logic to Simulator settings dialog for all this. More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-06-08 21:07:05 -0400 used kludge to fix setupIntialScreen() moving subwindow problem More... almost 16 years ago
r4...@SuperSluggo: mannd | 2008-05-23 14:46:07 -0400 setting up local repository r4...@SuperSluggo: mannd | 2008-05-24 21:48:10 -0400 added automatic creation of MyStudies dir when program first run r4...@SuperSluggo: mannd | 2008-05-28 22:05:47 -0400 still working on converting options r4...@SuperSluggo: mannd | 2008-06-05 18:14:55 -0400 finished updating Options class (actually struct now) with public data members and QFlags More... almost 16 years ago
r6...@Sluggo: mannd | 2008-05-10 08:10:40 -0400 installEventFilter for subwindows prohibits moving/resizing. Work in progress. r6...@Sluggo: mannd | 2008-05-10 20:27:29 -0400 working on converting Options r6...@Sluggo: mannd | 2008-05-15 17:01:38 -0400 Navigator::newStudy() will not start study if acquisition not enabled. Changing to QFlags for enums. r6...@Sluggo: mannd | 2008-05-17 22:50:20 -0400 still working on changing Options to POD More... almost 16 years ago
r6...@Sluggo: mannd | 2008-05-03 22:32:33 -0400 added study dir, EpStudy namespace. All study related items in this library. r6...@Sluggo: mannd | 2008-05-04 13:45:30 -0400 changed how Qt versioning works in fileutilities r6...@Sluggo: mannd | 2008-05-05 21:45:01 -0400 worked out setupInitialScreen() in Recorder More... about 16 years ago
r6...@Sluggo: mannd | 2008-04-24 21:45:21 -0400 working on namespace structure of program, added EpNavigator namespace r6...@Sluggo: mannd | 2008-04-25 20:17:24 -0400 enclosing core and gui in namespaces r6...@Sluggo: mannd | 2008-04-26 21:32:19 -0400 navigator library compiles, still need to namespace patient and recorder. r6...@Sluggo: mannd | 2008-04-28 22:11:28 -0400 still adding to namespaces r6...@Sluggo: mannd | 2008-04-29 21:58:54 -0400 all namespaces except EpHardware finished r6...@Sluggo: mannd | 2008-04-30 21:48:26 -0400 everything namespaced More... about 16 years ago
r6...@Sluggo: mannd | 2008-04-10 21:21:28 -0400 working on amplifier and study config r6...@Sluggo: mannd | 2008-04-14 20:15:16 -0400 added Q_DECLARE_TR_FUNCTIONS() macro r6...@Sluggo: mannd | 2008-04-17 22:16:26 -0400 working on Study Configuration Dialog More... about 16 years ago
r6...@Sluggo: mannd | 2008-04-07 19:39:36 -0400 tweaked the patientInformationFrame to act like a button just like Prucka. added confirming dialog when closing Patient Information Dialog just like Prucka. r6...@Sluggo: mannd | 2008-04-09 21:21:55 -0400 fixed formating problem in PatientInformationDialog r6...@Sluggo: mannd | 2008-04-09 22:04:27 -0400 about to get rid of Settings class r6...@Sluggo: mannd | 2008-04-10 18:38:58 -0400 eliminated Settings class More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-29 09:02:45 -0400 about to alter patientdialog.ui r6...@Sluggo: mannd | 2008-03-29 12:11:13 -0400 changed patientdialog.ui, added autodecrement to study number if a number is used, add account number r6...@Sluggo: mannd | 2008-03-30 19:44:50 -0400 more reformatting/ minor refactoring, completed gui and hardware dirs r6...@Sluggo: mannd | 2008-04-06 14:15:12 -0400 refactoring/reformatting. Catalog::Other switch not working r6...@Sluggo: mannd | 2008-04-06 20:13:36 -0400 added click on patientInformationFrame in PatientStatusBar opens Patient Info Dialog r6...@Sluggo: mannd | 2008-04-06 21:34:35 -0400 fixed memory leak: Study* in Recorder never deleted More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-28 12:49:43 -0400 restructured src/core according to program organization guidelines in EPSimulator wiki r6...@Sluggo: mannd | 2008-03-28 18:35:30 -0400 restructured src/patient with some minor refactoring r6...@Sluggo: mannd | 2008-03-28 22:05:49 -0400 restructuring src/gui, added some Prucka shortcut keys More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-24 18:51:44 -0400 added some Recorder options and implemented them r6...@Sluggo: mannd | 2008-03-25 13:17:17 -0400 forgot to add teststimulator More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-21 22:50:10 -0400 working on coordinating review 1 and 2 windows - do not want a review 2 alone r6...@Sluggo: mannd | 2008-03-23 18:50:03 -0400 active subwindow in Recorder is saved and restored r6...@Sluggo: mannd | 2008-03-23 19:15:33 -0400 applied settings.beginGroup() to Navigator and Options More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-20 22:49:34 -0400 added toolbar to LogWindow More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-16 19:51:40 -0400 trying a pseudobranch whereby DisplayWindows are imbedded in a QMdiSubWindow derived class. if it does not work come back here r6...@Sluggo: mannd | 2008-03-16 21:59:42 -0400 forget the last log entry, it did not work. We do now have good subwindow resizing capability. More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-08 14:32:04 -0500 working on QMdiArea version of central widget in Recorder r6...@Sluggo: mannd | 2008-03-08 22:21:11 -0500 starting on saving subwindow positions r6...@Sluggo: mannd | 2008-03-09 21:59:54 -0400 eliminated Review2Window class, added OpenDisplayWindowList r6...@Sluggo: mannd | 2008-03-15 20:55:41 -0400 in middle of renaming signaldisplaywindow.h to displaywindow.h r6...@Sluggo: mannd | 2008-03-15 22:38:19 -0400 display windows sizes and positions are saved appropriately More... about 16 years ago
r6...@Sluggo: mannd | 2008-03-03 22:29:18 -0500 struggling with arranging windows in central widget r6...@Sluggo: mannd | 2008-03-06 23:01:30 -0500 approximating Prucka recorder subwindows using combo of splitters and QMdiAreas. It crashes but it almost works. r6...@Sluggo: mannd | 2008-03-07 22:48:00 -0500 taken the QSplitter version of the window manager for Recorder as far as I can go. Problem is that the subwindows do not show focus when clicking on them. On the other hand, the windows resize nicely when the splitters are moved. Best solution is probably going to be a QMdiArea, with either free form (but window locations are saved) or automatic resizing or tiling after each window is resized. More... about 16 years ago
r6...@Sluggo: mannd | 2008-02-19 20:15:33 -0500 changed Recorder constructor to take Study* and OpticalDisk* parameters, now that Recorder deletes on close r6...@Sluggo: mannd | 2008-02-22 21:09:12 -0500 Navigator now can update blue bar without restarting r6...@Sluggo: mannd | 2008-02-25 22:26:55 -0500 recompiled Qt4 with sound support, compilation now requires Qt with sound support. On Linux must have libaudio.so installed, from the Network Sound System. r6...@Sluggo: mannd | 2008-02-26 20:54:57 -0500 added EpRecorder namespace, work on save/autosave stuff More... about 16 years ago
r6...@Sluggo: mannd | 2008-02-18 22:03:15 -0500 set Qt::WA_DeleteOnClose flag for Recorder, made Navigator shared library, need to initialize Recorder with Study More... about 16 years ago
r6...@Sluggo: mannd | 2008-02-17 16:47:50 -0500 fixed bug in Navigator::startStudy() - recorder_->showMaximized() -> recorder_->show() r6...@Sluggo: mannd | 2008-02-17 20:26:51 -0500 multiple changes made, mostly to RealTimeWindow More... about 16 years ago
r6...@Sluggo: mannd | 2008-02-16 17:50:21 -0500 added signaldislaywindow as ABC of review and realtime windows r6...@Sluggo: mannd | 2008-02-16 19:00:25 -0500 working on signaldisplaywindow r6...@Sluggo: mannd | 2008-02-16 22:06:28 -0500 fixed crash from PatientStatusBar running with deleted Patient More... about 16 years ago
r5...@Sluggo: mannd | 2008-02-11 22:35:48 -0500 added hardware menu r5...@Sluggo: mannd | 2008-02-13 21:53:04 -0500 implemented saving in PatientStatusBar r6...@Sluggo: mannd | 2008-02-14 20:32:49 -0500 added stim buttons to realtime window toolbar More... over 16 years ago
r5...@Sluggo: mannd | 2008-02-10 17:20:23 -0500 added src/hardware for simulated hardware. Moved OpticalDisk class there. r5...@Sluggo: mannd | 2008-02-10 20:40:35 -0500 started on SatMonitor class. Worked on transition from Navigato to Recorder and vice versa. Created simulatorSettings() slot in Recorder.kkkk More... over 16 years ago