Fixing bug where urls in secondary view containers would not be considered
for the open new folders in tabs feature.
Details
Details
- Reviewers
elvisangelaccio - Commits
- R318:a6403716439a: Fixing bugs in new folders in tabs feature
Manual testing. Testing for no regressions. Testing that URL is found if in secondary view container
Diff Detail
Diff Detail
- Repository
- R318 Dolphin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
@ngraham I believe the diff in src/main.cpp may help with the speed issues in D11382. Haven't checked though...
@elvisangelaccio tagging for 19.08.1 is tomorrow. Would be nice if we got this in. Understand, if you're busy of course.
Also, I removed the toDisplayString stuff as I don't think we should be converting the '~' alias. However, should we still deal with trailing slashes?
src/dolphintabwidget.cpp | ||
---|---|---|
396–397 |
Still not fixed :P |
src/dolphintabwidget.cpp | ||
---|---|---|
396–397 | Going to fix it myself before pushing. |
src/dolphintabwidget.cpp | ||
---|---|---|
396–397 | Ah sorry, I didn't see latest version of the patch ;) |