status-desktop/ui/app/mainui
Lukáš Tinkl 99b4f1d864 chore(ActivityCenterPopup): fix memleak
the AC popup was being recreated on every click and never destroyed,
leading to:
- memory leaks
- slow operation on opening (it's not trivial to create)

Now we keep a reference the the created popup object, thus making it
faster to appear on every (second) click. It gets destroyed via its
parent at the application shutdown
2023-04-17 15:42:59 +02:00
..
activitycenter fix(ActivityCenterPopup): close the AC popup a second time the button is clicked 2023-04-17 15:42:59 +02:00
panels fix(images): fix second pasted image replaces the first one 2023-03-28 13:48:10 -04:00
AppMain.qml chore(ActivityCenterPopup): fix memleak 2023-04-17 15:42:59 +02:00
AppSearch.qml chore(Qt5.15): Fix qml warnings after qt 5.15 migration 2023-01-31 20:39:19 +02:00
Popups.qml fix(SendContactRequestModal): Implemented contact info request and loading UI (#10177) 2023-04-06 10:56:50 +03:00
SplashScreen.qml feat(SplashScreen): Display recommendation do not close the app on re-encryption process 2023-03-30 09:59:42 -04:00
qmldir chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00