Kexi/Junior Jobs/Implement "Do you want to open" question after exporting report: Difference between revisions

From KDE Community Wiki
(Created page with "'''Status: todo''', '''Target: 2.9''' Map browser widget is a GUI element that displays globe and map for given location. Proposed and mentored by ~~~~ ==The Goal== Impleme...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Status: todo''', '''Target: 2.9'''
'''Status: DONE''', {{reviewboard|116746}}, '''Target: 2.9''', Difficulty: EASY
 
Map browser widget is a GUI element that displays globe and map for given location.


Proposed and mentored by [[User:Jstaniek|Jstaniek]] ([[User talk:Jstaniek|talk]]) 21:51, 7 March 2014 (UTC)
Proposed and mentored by [[User:Jstaniek|Jstaniek]] ([[User talk:Jstaniek|talk]]) 21:51, 7 March 2014 (UTC)


__TOC__
==The Goal==
==The Goal==
Implement "Do you want to open exported document?" question dialog after exporting report to Text/Spreadsheet/as Web Page.  
Implement "Do you want to open exported document?" question dialog after exporting report to Text/Spreadsheet/as Web Page. Currently the document always opens, what is a usability defect.


This is where the "Export As" command is available for a report:
This is where the "Export As" command is available for a report:
Line 13: Line 12:
==Requirements==
==Requirements==
*Use KMessageBox::questionYesNo() for displaying the dialog
*Use KMessageBox::questionYesNo() for displaying the dialog
*For the const KGuiItem& buttonYes argument ise KStandardGuiItem::open()
*For the const KGuiItem& buttonYes argument use KStandardGuiItem::open()
*For the const KGuiItem& buttonNo argument ise KStandardGuiItem::close()
*For the const KGuiItem& buttonNo argument use KStandardGuiItem::close()
*This is similar to the question of CSV import:<br/>[[Image:Kexi-2.9-report-question.png|300px]]
*This is similar to the question of CSV import:<br/>[[Image:Kexi-2.9-report-question.png|300px]]

Latest revision as of 20:47, 18 March 2014

Status: DONE, Review: 116746, Target: 2.9, Difficulty: EASY

Proposed and mentored by Jstaniek (talk) 21:51, 7 March 2014 (UTC)

The Goal

Implement "Do you want to open exported document?" question dialog after exporting report to Text/Spreadsheet/as Web Page. Currently the document always opens, what is a usability defect.

This is where the "Export As" command is available for a report:

Requirements

  • Use KMessageBox::questionYesNo() for displaying the dialog
  • For the const KGuiItem& buttonYes argument use KStandardGuiItem::open()
  • For the const KGuiItem& buttonNo argument use KStandardGuiItem::close()
  • This is similar to the question of CSV import: