-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Rename old style classes and files [wip] #1353
Conversation
Ok yeah, this is admirable but we should hold this off for a bit... so |
Sounds like a mission for a ninja with ninja skills. 👍 Moral support. @diizy, when you say "hold off", are you asking him not to work on the pull, or "hold off" before merging the pull? Since it's a WIP, he'll be in conflict hell in any scenario without a code freeze, right? I'm asking not because I question anyone's judgement, just want to learn. :) |
On 11/26/2014 05:44 AM, Tres Finocchiaro wrote:
Well I'm mainly concerned because there's so much stuff going on right Then again, there's never a really "good" time for this kind of stuff, |
Yeah there's really never a good time for this. I know it's gonna be hell, but I think it only gets worse the longer we wait. The more work on lmms2 advances, the more conflicts. Better sooner than later. Oh and thanks for the moral support. :) |
* about_dialog -> AboutDialog * bb_editor -> BBEditor * export_project_dialog -> ExportProjectDialog * setup_dialog -> SetupDialog * string_pair_drag -> StringPairDrag
* aboutDialog -> AboutDialog * bbEditor -> BBEditor * exportProjectDialog -> ExportProjectDialog * setupDialog -> SetupDialog * stringPairDrag -> StringPairDrag
I think this class isn't even used, probably safe to remove?
Conflicts: src/core/Song.cpp src/gui/LfoControllerDialog.cpp src/tracks/InstrumentTrack.cpp
I think I'm done. |
Small nitpick here... I wonder if BBEditor (BBTrack, BBTrackContainer etc.) should properly be BbEditor, BbTrack, etc. By convention, we've usually treated abbreviations as one word, eg. Tco |
Rename old style classes and files [wip]
Ah I didn't know about that convention. I find Tco more confusing than TCO though. The latter makes it obvious that it's an abbreviation. |
On 11/26/2014 02:06 PM, Lukas W wrote:
On the other hand it maybe makes it simpler to remember how to Well, it's not a big issue either way - most editors have autocomplete |
Well I'm fine with BbTrack and Tco as well, I guess that's more common. Feel free to change that. |
Lukas you forgot to rename things in the CSS... |
Nope, did that ad1e495 |
Ah, I didn't push that commit to |
On 11/27/2014 05:41 PM, Lukas W wrote:
No worries, I fixed it already in lmms2. |
Welcome to my great suicidal attempt at renaming all classes and files to fit the new C++ style.
I keep this pull request for checking my changes with Travis and to apologize for the countless merge conflicts lying ahead.