[krita] [Bug 393464] [API] Add api for closing view and for setting a view document.

2020-08-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393464

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 393464] [API] Add api for closing view and for setting a view document.

2020-08-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393464

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 393464] [API] Add api for closing view and for setting a view document.

2020-07-31 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=393464

Scott Petrovic  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Scott Petrovic  ---
This ticket was written a while ago, so apologies for this taking a while to
respond to. We might need a bit more information. This is currently how you set
a view document. Maybe this didn't exist when this bug was created.

newDocument = Krita.instance().createDocument(1280, 1024, "Document name",
"RGBA", "U8", "", 300.0)
Krita.instance().activeWindow().addView(newDocument) # shows it in the
application


The only way I know how to close the view is by closing the file from an
action...

Krita.instance().action('file_close').trigger()


Here is the current API that might help a little
https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classWindow.html

For now I going to set to Needs Info and we can figure out what to do next.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 393464] [API] Add api for closing view and for setting a view document.

2018-08-13 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=393464

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
Summary|Feature Request: Add api|[API] Add api for closing
   |for closing view and for|view and for setting a view
   |setting a view document.|document.

-- 
You are receiving this mail because:
You are watching all bug changes.