Re: [Owncloud] Mirall on Qt-Creator

2014-01-14 Thread Jose David Bravo A
Hi, 

Do you have any idea how can I get the versions of a file? to display this 
information inside of Mirall? 


Thanks, 



Jose David Bravo Álvarez 



- Mensaje original -

De: Klaas Freitag frei...@owncloud.com 
Para: owncloud@kde.org 
Enviados: Sábado, 4 de Enero 2014 10:05:34 
Asunto: Re: [Owncloud] Mirall on Qt-Creator 

On 04.01.2014 15:54, Jose David Bravo A wrote: 
 Thanks, I opened the CMakeList.txt and it works! 
 
 I want to use it as a backup solution. Where you can choose the directories 
 you want to backup using a QTreeView and a custom QFileSystemModel. It will 
 create automatically a directory structure in a folder like /backups, ie: 
 /backups/home/user1/Documents. Then you can select in the settings is you 
 want automatically backups (using the Watcher) or using a Scheduler. This 
 will only do syncing in one direction (modifying the csync propagator). 
 
 And I want to add the option to restore files too, using the GUI. 
 
 What do you think? 

I think that is an interesting usecase which many people have, and I 
appreciate your work on that. 

I am not yet fully awake from my winter sleep, let me think a bit about 
and talk to other friends, and we talk again next week, ok? 

thanks, 
Klaas 

 
 - Mensaje original - 
 
 De: Klaas Freitag frei...@owncloud.com 
 Para: owncloud@kde.org 
 Enviados: Sábado, 4 de Enero 2014 9:35:30 
 Asunto: Re: [Owncloud] Mirall on Qt-Creator 
 
 On 04.01.2014 14:38, Jose David Bravo A wrote: 
 
 
 Hello, 
 
 I'm want to add the Mirall to the Qt Creator to be able to modify it. 
 
 I tried to add it but I'm getting too many problems. Can a mirall developer 
 share their .pro file and maybe give to us some instructions about how to 
 add it. 
 
 There is no .pro file for mirall as we're building with cmake. You just 
 have to open the CMakeLists.txt file in QtCreator and off you go... 
 
 What do you want to modify? 
 
 regards, 
 
 Klaas 
 
 ___ 
 Owncloud mailing list 
 Owncloud@kde.org 
 https://mail.kde.org/mailman/listinfo/owncloud 
 
 
 
 
 ___ 
 Owncloud mailing list 
 Owncloud@kde.org 
 https://mail.kde.org/mailman/listinfo/owncloud 
 

___ 
Owncloud mailing list 
Owncloud@kde.org 
https://mail.kde.org/mailman/listinfo/owncloud 

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] Mirall on Qt-Creator

2014-01-04 Thread Jose David Bravo A


Hello, 

I'm want to add the Mirall to the Qt Creator to be able to modify it. 

I tried to add it but I'm getting too many problems. Can a mirall developer 
share their .pro file and maybe give to us some instructions about how to add 
it. 

The csync is already compiled and I'm working in OpenSUSE 12.2! 




Thanks, 


Jose David Bravo 


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Mirall on Qt-Creator

2014-01-04 Thread Klaas Freitag

On 04.01.2014 14:38, Jose David Bravo A wrote:



Hello,

I'm want to add the Mirall to the Qt Creator to be able to modify it.

I tried to add it but I'm getting too many problems. Can a mirall developer 
share their .pro file and maybe give to us some instructions about how to add 
it.


There is no .pro file for mirall as we're building with cmake. You just 
have to open the CMakeLists.txt file in QtCreator and off you go...


What do you want to modify?

regards,

Klaas

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Mirall on Qt-Creator

2014-01-04 Thread Jose David Bravo A
Thanks, I opened the CMakeList.txt and it works! 

I want to use it as a backup solution. Where you can choose the directories you 
want to backup using a QTreeView and a custom QFileSystemModel. It will create 
automatically a directory structure in a folder like /backups, ie: 
/backups/home/user1/Documents. Then you can select in the settings is you want 
automatically backups (using the Watcher) or using a Scheduler. This will only 
do syncing in one direction (modifying the csync propagator). 

And I want to add the option to restore files too, using the GUI. 

What do you think? 



Jose David Bravo Álvarez 



- Mensaje original -

De: Klaas Freitag frei...@owncloud.com 
Para: owncloud@kde.org 
Enviados: Sábado, 4 de Enero 2014 9:35:30 
Asunto: Re: [Owncloud] Mirall on Qt-Creator 

On 04.01.2014 14:38, Jose David Bravo A wrote: 
 
 
 Hello, 
 
 I'm want to add the Mirall to the Qt Creator to be able to modify it. 
 
 I tried to add it but I'm getting too many problems. Can a mirall developer 
 share their .pro file and maybe give to us some instructions about how to add 
 it. 

There is no .pro file for mirall as we're building with cmake. You just 
have to open the CMakeLists.txt file in QtCreator and off you go... 

What do you want to modify? 

regards, 

Klaas 

___ 
Owncloud mailing list 
Owncloud@kde.org 
https://mail.kde.org/mailman/listinfo/owncloud 

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Mirall on Qt-Creator

2014-01-04 Thread Klaas Freitag

On 04.01.2014 15:54, Jose David Bravo A wrote:

Thanks, I opened the CMakeList.txt and it works!

I want to use it as a backup solution. Where you can choose the directories you want to 
backup using a QTreeView and a custom QFileSystemModel. It will create automatically a 
directory structure in a folder like /backups, ie: 
/backups/home/user1/Documents. Then you can select in the settings is you want 
automatically backups (using the Watcher) or using a Scheduler. This will only do syncing 
in one direction (modifying the csync propagator).

And I want to add the option to restore files too, using the GUI.

What do you think?


I think that is an interesting usecase which many people have, and I 
appreciate your work on that.


I am not yet fully awake from my winter sleep, let me think a bit about 
and talk to other friends, and we talk again next week, ok?


thanks,
Klaas



- Mensaje original -

De: Klaas Freitag frei...@owncloud.com
Para: owncloud@kde.org
Enviados: Sábado, 4 de Enero 2014 9:35:30
Asunto: Re: [Owncloud] Mirall on Qt-Creator

On 04.01.2014 14:38, Jose David Bravo A wrote:



Hello,

I'm want to add the Mirall to the Qt Creator to be able to modify it.

I tried to add it but I'm getting too many problems. Can a mirall developer 
share their .pro file and maybe give to us some instructions about how to add 
it.


There is no .pro file for mirall as we're building with cmake. You just
have to open the CMakeLists.txt file in QtCreator and off you go...

What do you want to modify?

regards,

Klaas

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Mirall on Qt-Creator

2014-01-04 Thread Jose David Bravo A
Great! 

Thanks! 



Jose David Bravo Álvarez 



- Mensaje original -

De: Klaas Freitag frei...@owncloud.com 
Para: owncloud@kde.org 
Enviados: Sábado, 4 de Enero 2014 10:05:34 
Asunto: Re: [Owncloud] Mirall on Qt-Creator 

On 04.01.2014 15:54, Jose David Bravo A wrote: 
 Thanks, I opened the CMakeList.txt and it works! 
 
 I want to use it as a backup solution. Where you can choose the directories 
 you want to backup using a QTreeView and a custom QFileSystemModel. It will 
 create automatically a directory structure in a folder like /backups, ie: 
 /backups/home/user1/Documents. Then you can select in the settings is you 
 want automatically backups (using the Watcher) or using a Scheduler. This 
 will only do syncing in one direction (modifying the csync propagator). 
 
 And I want to add the option to restore files too, using the GUI. 
 
 What do you think? 

I think that is an interesting usecase which many people have, and I 
appreciate your work on that. 

I am not yet fully awake from my winter sleep, let me think a bit about 
and talk to other friends, and we talk again next week, ok? 

thanks, 
Klaas 

 
 - Mensaje original - 
 
 De: Klaas Freitag frei...@owncloud.com 
 Para: owncloud@kde.org 
 Enviados: Sábado, 4 de Enero 2014 9:35:30 
 Asunto: Re: [Owncloud] Mirall on Qt-Creator 
 
 On 04.01.2014 14:38, Jose David Bravo A wrote: 
 
 
 Hello, 
 
 I'm want to add the Mirall to the Qt Creator to be able to modify it. 
 
 I tried to add it but I'm getting too many problems. Can a mirall developer 
 share their .pro file and maybe give to us some instructions about how to 
 add it. 
 
 There is no .pro file for mirall as we're building with cmake. You just 
 have to open the CMakeLists.txt file in QtCreator and off you go... 
 
 What do you want to modify? 
 
 regards, 
 
 Klaas 
 
 ___ 
 Owncloud mailing list 
 Owncloud@kde.org 
 https://mail.kde.org/mailman/listinfo/owncloud 
 
 
 
 
 ___ 
 Owncloud mailing list 
 Owncloud@kde.org 
 https://mail.kde.org/mailman/listinfo/owncloud 
 

___ 
Owncloud mailing list 
Owncloud@kde.org 
https://mail.kde.org/mailman/listinfo/owncloud 

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud