0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempting to implement a mechanism for removing axis controls used on other axes from the list of control options for a given axis. It's tricky! The current implementation is problematic, it seems like the 'current' control is removed from the list, but it shouldn't be. Can find the relevant code in BioXASGenericStepScanConfigurationAxesView::createunusedControlSet(...). #2393 More... almost 8 years ago
Found and temporarily fixed the view issues discovered earlier: the scan configuration may not be emitting the signals I think it is when the axis control infos are changed. Need to look more into this. For now, am manually emitting the axisControlInfoChanged() signal in AMGenericstepScanConfiguration::setControl(...). The axis views are now appropriately enabled and disabled in response to changes in the control boxes! #2393 More... almost 8 years ago
Pulled in changes from master, fixed minor merge conflicts. More... almost 8 years ago
which doesn't take care of the upgrade of AMDbObjectThumbnail_table - fix the bug of CLSDbUpgrade1.1 to generate the thumbnail for the new facility is required More... almost 8 years ago
Minor modifications to a couple of different components of the BioXAS generic step scan configuration view. Trying to debug some erroneous behavior: the value box and the region view don't become disabled when they should, according to the axis control selection. But the value box does behave correctly after the absolute/relative view mode is toggled (it forces an update of the axis view). The region view though is still enabled. Hmmmm. #2393 More... almost 8 years ago
Moved much of the configuration view functionality developed previously in this request into BioXAS-specific classes. The main generic configuration view is composed of a line edit to modify the scan name, a detectors editor, and a scan axes editor. The axes editor builds and maintains a list of axis editors and radio buttons for selecting the view mode (Absolute vs relative for the region editors for all axes). Each axis editor provides a means to modify the axis control, a 'base value' for the relative view mode, and the traditional region editor. Each axis editor will only modify the first region in each axis. Modified the generic step scan configuration setup in BioXASAppController to include adding two scan axes by default, with AMControlInfo() axis controls. This means that the view is directly visualizing the configuration (not providing scan axis editors for axes that don't exist yet), which I like, but may prove problematic when it comes time to test with a scan--I'm not sure AM handles potentially running a scan with an invalid axis control info gracefully. We'll see. #2393 More... almost 8 years ago
Updating spacing and tabs in all remaining files. More... almost 8 years ago
Merge branch 'Issue2271' of github.com:acquaman/acquaman into Issue2271 More... almost 8 years ago
Fixed spacing issues in CLSSIS3820ScalerAcquisitionMode. More... almost 8 years ago
Fixed some spacing and indent issues. More... almost 8 years ago
Fixed spacing in .pro file. Had to turn on spacing visualization to see spaces vs tabs. More... almost 8 years ago
merge master to solve confliction More... almost 8 years ago
Few more indent issues. More... almost 8 years ago
Fixing indent issues. More... almost 8 years ago
Fixing indent issues. More... almost 8 years ago
Fixing various indent issues. More... almost 8 years ago
Fix build issues More... almost 8 years ago
merge master to solve conflict More... almost 8 years ago
merge master to solve confilct More... almost 8 years ago
Merge pull request #2315 from acquaman/Issue1451 More... almost 8 years ago
Merge pull request #2392 from acquaman/Issue2388 More... almost 8 years ago
Merge pull request #2398 from acquaman/Issue2389 More... almost 8 years ago
Merge pull request #2399 from acquaman/Issue2387 More... almost 8 years ago
Merge pull request #2396 from acquaman/Issue2354 More... almost 8 years ago
Merge pull request #2403 from acquaman/Issue2402 More... almost 8 years ago
Adjusting logic use in add and remove childControl commands. More... almost 8 years ago
Made adjustments in various files to make better use of new return type as well as updated new code added as part of PGM and associated refactors. More... almost 8 years ago
Formatting and spacing fixes. More... almost 8 years ago
Removed indenting done with spaces instead of tabs. More... almost 8 years ago
Fixing even more spacing issues. More... almost 8 years ago