Re: Review Request 129911: Added property() method to TerminalInterface class

2017-02-06 Thread Sven Fischer


> On Feb. 5, 2017, 9:48 vorm., David Faure wrote:
> > Alas, this is a binary incompatible change. It cannot be done this way.
> > Solution 1: a V2 interface inheriting from this one (as we had in the past, 
> > IIRC).
> > Solution 2: just use QObject dynamic properties, after documenting that in 
> > this header file.

Thanks for the hint with the dynamic properties, used that and works fine


- Sven


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


On Feb. 6, 2017, 9:03 vorm., Sven Fischer wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129911/
> ---
> 
> (Updated Feb. 6, 2017, 9:03 vorm.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kparts
> 
> 
> Description
> ---
> 
> For konsole KPart consumers it may be necessary to access the properties
> of the konsole profile, e.g. the "Start in current session dir" to be
> able to control the working directory in new KPart instantiation.
> 
> A corresponding patch has been submitted to the konsole repository.
> 
> 
> Diffs
> -
> 
>   src/kde_terminal_interface.h f9603d120d5116db35ae60d65b2743a5aceaebac 
> 
> Diff: https://git.reviewboard.kde.org/r/129911/diff/
> 
> 
> Testing
> ---
> 
> Locally compile konsole against this changed header, and running a yakuake 
> instance against the patched konsole.
> 
> 
> Thanks,
> 
> Sven Fischer
> 
>



Re: Review Request 129911: Added property() method to TerminalInterface class

2017-02-06 Thread Sven Fischer

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

(Updated Feb. 6, 2017, 9:03 vorm.)


Status
--

This change has been discarded.


Review request for KDE Frameworks.


Repository: kparts


Description
---

For konsole KPart consumers it may be necessary to access the properties
of the konsole profile, e.g. the "Start in current session dir" to be
able to control the working directory in new KPart instantiation.

A corresponding patch has been submitted to the konsole repository.


Diffs
-

  src/kde_terminal_interface.h f9603d120d5116db35ae60d65b2743a5aceaebac 

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


Testing
---

Locally compile konsole against this changed header, and running a yakuake 
instance against the patched konsole.


Thanks,

Sven Fischer



Re: Review Request 129911: Added property() method to TerminalInterface class

2017-02-05 Thread David Faure

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



Alas, this is a binary incompatible change. It cannot be done this way.
Solution 1: a V2 interface inheriting from this one (as we had in the past, 
IIRC).
Solution 2: just use QObject dynamic properties, after documenting that in this 
header file.

- David Faure


On Feb. 3, 2017, 5:23 p.m., Sven Fischer wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129911/
> ---
> 
> (Updated Feb. 3, 2017, 5:23 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kparts
> 
> 
> Description
> ---
> 
> For konsole KPart consumers it may be necessary to access the properties
> of the konsole profile, e.g. the "Start in current session dir" to be
> able to control the working directory in new KPart instantiation.
> 
> A corresponding patch has been submitted to the konsole repository.
> 
> 
> Diffs
> -
> 
>   src/kde_terminal_interface.h f9603d120d5116db35ae60d65b2743a5aceaebac 
> 
> Diff: https://git.reviewboard.kde.org/r/129911/diff/
> 
> 
> Testing
> ---
> 
> Locally compile konsole against this changed header, and running a yakuake 
> instance against the patched konsole.
> 
> 
> Thanks,
> 
> Sven Fischer
> 
>



Review Request 129911: Added property() method to TerminalInterface class

2017-02-03 Thread Sven Fischer

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

Review request for KDE Frameworks.


Repository: kparts


Description
---

For konsole KPart consumers it may be necessary to access the properties
of the konsole profile, e.g. the "Start in current session dir" to be
able to control the working directory in new KPart instantiation.

A corresponding patch has been submitted to the konsole repository.


Diffs
-

  src/kde_terminal_interface.h f9603d120d5116db35ae60d65b2743a5aceaebac 

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


Testing
---

Locally compile konsole against this changed header, and running a yakuake 
instance against the patched konsole.


Thanks,

Sven Fischer