kdelibs/kparts
Ivailo Monev 71704a410d kparts: query the part to close from KParts::MainWindow
because KParts::ReadWritePart::closeUrl() is not called from the
KParts::ReadWritePart destructor (and even if it is bad stuff may happen)
for most rw parts (exception being okular which does its own query, maybe
some other parts too) saving was not actually done (e.g. for ark). now the
part will be queried to close, if the upload job fails (e.g. because of
insufficient access) the application/part will not close (intentionally)
tho and no error is reported via message box which is something that needs
to be looked into

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-05-16 06:31:19 +03:00
..
tests generic: purge most manual tests 2023-07-03 07:03:28 +03:00
CMakeLists.txt kparts: drop status bar extension 2023-08-31 05:06:55 +03:00
event.cpp kparts: format and indent 2023-08-31 01:59:18 +03:00
event.h kparts: format and indent 2023-08-31 01:59:18 +03:00
factory.cpp kparts: format and indent 2023-08-31 01:59:18 +03:00
factory.h kparts: format and indent 2023-08-31 01:59:18 +03:00
kpart.desktop initial import 2014-11-13 01:04:59 +02:00
krop.desktop initial import 2014-11-13 01:04:59 +02:00
krwp.desktop initial import 2014-11-13 01:04:59 +02:00
mainwindow.cpp kparts: query the part to close from KParts::MainWindow 2024-05-16 06:31:19 +03:00
mainwindow.h kparts: query the part to close from KParts::MainWindow 2024-05-16 06:31:19 +03:00
part.cpp kparts: query the part to close from KParts::MainWindow 2024-05-16 06:31:19 +03:00
part.h kio: drop MIME type feature of slaves 2024-05-03 05:26:56 +03:00