lp://staging/~aacid/bamf-qt/constref
- Get this branch:
- bzr branch lp://staging/~aacid/bamf-qt/constref
Branch merges
- Gerry Boland: Pending requested
-
Diff: 129 lines (+10/-10)10 files modifiedbamf-application.cpp (+1/-1)
bamf-application.h (+1/-1)
bamf-factory.cpp (+1/-1)
bamf-factory.h (+1/-1)
bamf-indicator.cpp (+1/-1)
bamf-indicator.h (+1/-1)
bamf-view.cpp (+1/-1)
bamf-view.h (+1/-1)
bamf-window.cpp (+1/-1)
bamf-window.h (+1/-1)
Branch information
Recent revisions
- 396. By Albert Astals Cid
-
Add const & to some parameters
Avoids a copy of each object. It is true that most of those objects are
implicitly shared so the win isn't huge but we still save some atomic/mutex/something locking - 395. By Paweł Stołowski
-
Don't delete BamfView sender object immediately in BamfFactory:
:OnViewClosed slot, as there may be more receipients of Closed() signal. This makes it impossible for unity-2d to react on Closed() signal. Use deleteLater() instead.. Fixes: https:/ /bugs.launchpad .net/bugs/ 968046. Approved by Albert Astals Cid. - 392. By Mikkel Kamstrup Erlandsen
-
Fix installation of libQtBamfQml.so into qt4/imports under jhbuild, by allowing one to override the directory by setting -DQT_IMPORTS_
DIR=/my/ dir on the cmake command line I am working on adding the entire unity-2d stack to the lp:unity-jhbuild setup, and this fix is a requirement to get that working. Fixes: . Appoved by Gerry Boland.
- 391. By Florian Boucault
-
Use more specific includes containing the Qt module name.. Fixes: . Appoved by .
- 390. By Balló György
-
This change replace the hard-coded imports dir location with QT_IMPORTS_DIR variable. I need it for Arch Linux, because it uses /usr/lib/qt/imports instead of /usr/lib/
qt4/imports. Fixes: . Reviewed by Didier Roche. - 389. By Didier Roche-Tolomelli
-
Add a dummy make check. By Didier Roche, reviewed by Aurélien Gâteau. Fixes: .
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bamf-qt