Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Elvis Angelaccio

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/
---

(Updated Lug. 9, 2015, 11:29 a.m.)


Status
--

This change has been discarded.


Review request for KDE Frameworks.


Repository: kio


Description
---

This patch implements the `KFileWidget::currentFilterText()` function.
This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
actual filter text displayed to the user.


Diffs
-

  src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
  src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 

Diff: https://git.reviewboard.kde.org/r/124303/diff/


Testing
---

I compiled and installed KIO, then I called the new function from Ark 
frameworks branch. Works as expected.


Thanks,

Elvis Angelaccio

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Elvis Angelaccio


> On Lug. 9, 2015, 10:02 a.m., Aleix Pol Gonzalez wrote:
> > What's the use case?
> 
> Elvis Angelaccio wrote:
> Basically more user-friendly messages for the users.
> See RR 120204 and in particular this screenshot: 
> https://git.reviewboard.kde.org/r/120204/file/2145/
> 
> Aleix Pol Gonzalez wrote:
> Why don't you use 
> QMimeDatabase().mimeTypeForName("application/...").name()?
> 
> In fact, the filter could be `"Any file (*)"` and then it wouldn't be too 
> useful, you're referring to the file's mimetype anyway.
> 
> Elvis Angelaccio wrote:
> Because that one returns always the mimetype itself which is too 
> technical, e.g. QMimeDatabase().mimeTypeForName("application/x-tar").name() 
> returns `"application/x-tar"`.
> What I would need is the actual code that populates the currentText() of 
> the KFileFilterCombo, but I couldn't find it.
> 
> Aleix Pol Gonzalez wrote:
> You can also use QMimeType::comment().

This makes the job, thanks!
Will discard this RR, then.


- Elvis


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


On Lug. 9, 2015, 9:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated Lug. 9, 2015, 9:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Aleix Pol Gonzalez


> On July 9, 2015, 12:02 p.m., Aleix Pol Gonzalez wrote:
> > What's the use case?
> 
> Elvis Angelaccio wrote:
> Basically more user-friendly messages for the users.
> See RR 120204 and in particular this screenshot: 
> https://git.reviewboard.kde.org/r/120204/file/2145/
> 
> Aleix Pol Gonzalez wrote:
> Why don't you use 
> QMimeDatabase().mimeTypeForName("application/...").name()?
> 
> In fact, the filter could be `"Any file (*)"` and then it wouldn't be too 
> useful, you're referring to the file's mimetype anyway.
> 
> Elvis Angelaccio wrote:
> Because that one returns always the mimetype itself which is too 
> technical, e.g. QMimeDatabase().mimeTypeForName("application/x-tar").name() 
> returns `"application/x-tar"`.
> What I would need is the actual code that populates the currentText() of 
> the KFileFilterCombo, but I couldn't find it.

You can also use QMimeType::comment().


- Aleix


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


On July 9, 2015, 11:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated July 9, 2015, 11:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Elvis Angelaccio


> On Lug. 9, 2015, 10:02 a.m., Aleix Pol Gonzalez wrote:
> > What's the use case?
> 
> Elvis Angelaccio wrote:
> Basically more user-friendly messages for the users.
> See RR 120204 and in particular this screenshot: 
> https://git.reviewboard.kde.org/r/120204/file/2145/
> 
> Aleix Pol Gonzalez wrote:
> Why don't you use 
> QMimeDatabase().mimeTypeForName("application/...").name()?
> 
> In fact, the filter could be `"Any file (*)"` and then it wouldn't be too 
> useful, you're referring to the file's mimetype anyway.

Because that one returns always the mimetype itself which is too technical, 
e.g. QMimeDatabase().mimeTypeForName("application/x-tar").name() returns 
`"application/x-tar"`.
What I would need is the actual code that populates the currentText() of the 
KFileFilterCombo, but I couldn't find it.


- Elvis


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


On Lug. 9, 2015, 9:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated Lug. 9, 2015, 9:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Aleix Pol Gonzalez


> On July 9, 2015, 12:02 p.m., Aleix Pol Gonzalez wrote:
> > What's the use case?
> 
> Elvis Angelaccio wrote:
> Basically more user-friendly messages for the users.
> See RR 120204 and in particular this screenshot: 
> https://git.reviewboard.kde.org/r/120204/file/2145/

Why don't you use QMimeDatabase().mimeTypeForName("application/...").name()?

In fact, the filter could be `"Any file (*)"` and then it wouldn't be too 
useful, you're referring to the file's mimetype anyway.


- Aleix


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


On July 9, 2015, 11:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated July 9, 2015, 11:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Elvis Angelaccio


> On Lug. 9, 2015, 10:02 a.m., Aleix Pol Gonzalez wrote:
> > What's the use case?

Basically more user-friendly messages for the users.
See RR 120204 and in particular this screenshot: 
https://git.reviewboard.kde.org/r/120204/file/2145/


- Elvis


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


On Lug. 9, 2015, 9:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated Lug. 9, 2015, 9:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124303: KFileWidget: provide the displayed filter text

2015-07-09 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124303/#review82253
---


What's the use case?

- Aleix Pol Gonzalez


On July 9, 2015, 11:47 a.m., Elvis Angelaccio wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124303/
> ---
> 
> (Updated July 9, 2015, 11:47 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> This patch implements the `KFileWidget::currentFilterText()` function.
> This is simply the `currentText()` of the `KFileFilterCombo` widget, i.e. the 
> actual filter text displayed to the user.
> 
> 
> Diffs
> -
> 
>   src/filewidgets/kfilewidget.h 5b59ea9a57f38da3cb0e94da509d3943ff5a672e 
>   src/filewidgets/kfilewidget.cpp dc3c1f49a2e7b50abd409231436af9da414a24fd 
> 
> Diff: https://git.reviewboard.kde.org/r/124303/diff/
> 
> 
> Testing
> ---
> 
> I compiled and installed KIO, then I called the new function from Ark 
> frameworks branch. Works as expected.
> 
> 
> Thanks,
> 
> Elvis Angelaccio
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel