-
Notifications
You must be signed in to change notification settings - Fork 26
Fix #153 - Allow users to specifically import 99%,99.6%, 0.4%,1% and 2% annual design days #791
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
526f50c
Checkpoint select imports working
antonszilasi 756760d
Checkpoint appears to be working
antonszilasi cf4cf77
Checkpoint
antonszilasi 78ee212
Checkpoint looking better
antonszilasi f3a7267
this is looking good
antonszilasi f7ac13b
Checkpoint only considering annual design days now
antonszilasi 8d1da83
Good checkpoint,
antonszilasi b30ab1b
Highlight things
antonszilasi 3e55ddf
Checkpoint, remove widgets before they are added
antonszilasi e50e396
Checkpoint clean up and appears to be working
antonszilasi cca6bbc
Checkpoint this is much cleaner
antonszilasi 96cc1dc
Checkpoint make the interface more like what Dan Macumber suggested
antonszilasi ee19106
Even better
antonszilasi ffdf175
Looking better but layout still sucks
antonszilasi 17cab5a
Checkpoint basic functionality is there
antonszilasi 22a470e
Oopps
antonszilasi f8315f9
Checkpoint
antonszilasi 0ae5414
Checkpoint
antonszilasi 1ec7309
Checkpoint
antonszilasi 869173f
Checkpoint
antonszilasi 142559a
Checkpoint looking good
antonszilasi 4d0be7c
Just use boost::to_lower_copy
antonszilasi 7b4a42c
use QString contains and use openstudio::isEqual
antonszilasi 5c715e4
Rever space for DesignDaysToInsert
antonszilasi 7c6bde8
Avoid refiltering and delaying filtering until Ok button is clicked
antonszilasi 18d64bd
Only add check box if the design days exist in ddy
antonszilasi 956f285
clag format
antonszilasi 8f2eaed
this is not needed
antonszilasi fe8f496
Adding some documentation
antonszilasi 35d685b
Update LocationTabView.cpp
antonszilasi 0c54c20
Refactor code to use a helper class to find the design day types and …
macumber 7eeee4b
Remove unintended change
macumber 3124b85
Fix cppcheck
macumber d2a46c0
Avoid copying QVector around by adding design day key to radio button…
macumber 4f9a7eb
Hide borders on cells when deleted, update select all check box when …
macumber 12907ed
Clang format
macumber 2a38bfc
Fixing bug in style which prevented lines from being drawn
macumber e97930d
Update all checkbox when adding new objects too
macumber 4b1544f
Clang format
macumber 20acd2f
Final tweaks
macumber 8f8f89d
Remove useless allocator, use concretemodelobjects + use auto to avoi…
jmarrec 58bc75d
Style the QDialog and add high level metrics for number of DDYs.
jmarrec bdf03a4
Run lupdate and complete the french translation
jmarrec 219b9bd
Run lupdate with --no-obsolete flag to prune old entries
jmarrec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarrec somehow your other comments were lost but I addressed two of them in
78291c1
and a5263ba