Re: kbackup in kdereview

2018-01-10 Thread Albert Astals Cid
El dimecres, 10 de gener de 2018, a les 20:03:39 CET, Martin Koller va 
escriure:
> On Mittwoch, 10. Jänner 2018 00:05:53 CET Albert Astals Cid wrote:
> > > It is already in playground at https://cgit.kde.org/kbackup.git
> > 
> > Quick notes:
> >  * You don't need the setTranslator call in main.cxx there's automagic for
> > 
> > that
> 
> fixed now
> 
> >  * You should remove the kol...@aon.at in the about data and get a
> > 
> > bugs.kde.org product
> 
> How can I get one ?
> 
> >  * Seems there's some issues with i18n, after a quick backup i got
> > 
> > ...finished slice /home/kdeunstable/kbackup/build/
> > backup_2018.01.10-00.02.29_1.tar(I18N_ARGUMENT_MISSING)
> > -- Filtered Files: 0(I18N_ARGUMENT_MISSING)
> 
> this was already fixed by the awesome translation guys.
> 
> >  * What is the Medium: label and the percentage bar after it?
> 
> Medium: 
> is telling you to which medium you are currently writing to, e.g. the first
> ZIP disk The application was built when ZIP drives and other smaller
> removable devices were more common. Therefore the backup can be split into
> multiple slices, put onto several media.

I see, maybe it would make to hide it until you are writing on the second 
medium? 

I mean i understand you have code somewhere that checks the current medium got 
full and asks for another one or something, then it's the moment when makes 
sense to show the Medium, no? Otherwise showing always Medium: 1 or Medium: 0 
(i guess the different is done a backup vs not done any backup) is always 
weird for the newbie like me :)

Cheers,
  Albert

> 
> The percentage shows how full the medium is right now, and the size to the
> right of the bar tells you how much data you can store on it (free space).
> 
> >  * How do i get a non full backup? ( i guess it would be an incremental
> >  one? )
> right. In the profile settings, set the full backup interval to at least 2
> days, then start the backup and it will display "Next backup: Incremental
> backup"
> 
> > Also crashes on Alt+F4
> 
> Ah, damned. I introduced this just a few days ago trying to fix a hang on
> exit with dbus ... Thanks for finding.
> Fixed.




Re: kbackup in kdereview

2018-01-10 Thread Christoph Feck

On 10.01.2018 20:03, Martin Koller wrote:

On Mittwoch, 10. Jänner 2018 00:05:53 CET Albert Astals Cid wrote:

 * You should remove the kol...@aon.at in the about data and get a
bugs.kde.org product


How can I get one ?


Either via sysadmin ticket https://community.kde.org/Sysadmin or via 
bugzilla, product "bugs.kde.org", component "product/component changes".


We need a list of components (or just "general") including description 
and default assignee, and an initial list of versions (or just 
"unspecified").


While you are at it, the same for liquidshell, please; I have some bug 
reports lying around 8)


--
Christoph Feck



Re: kbackup in kdereview

2018-01-10 Thread Martin Koller
On Mittwoch, 10. Jänner 2018 00:05:53 CET Albert Astals Cid wrote:

> > It is already in playground at https://cgit.kde.org/kbackup.git
> 
> Quick notes:
>  * You don't need the setTranslator call in main.cxx there's automagic for 
> that

fixed now

 
>  * You should remove the kol...@aon.at in the about data and get a 
> bugs.kde.org product

How can I get one ?
 
>  * Seems there's some issues with i18n, after a quick backup i got
> ...finished slice /home/kdeunstable/kbackup/build/
> backup_2018.01.10-00.02.29_1.tar(I18N_ARGUMENT_MISSING)
> -- Filtered Files: 0(I18N_ARGUMENT_MISSING)

this was already fixed by the awesome translation guys.

>  * What is the Medium: label and the percentage bar after it?

Medium: 
is telling you to which medium you are currently writing to, e.g. the first ZIP 
disk
The application was built when ZIP drives and other smaller removable devices 
were more
common. Therefore the backup can be split into multiple slices, put onto 
several media.

The percentage shows how full the medium is right now, and the size to the 
right of the bar
tells you how much data you can store on it (free space).

>  * How do i get a non full backup? ( i guess it would be an incremental one? )

right. In the profile settings, set the full backup interval to at least 2 
days, then start the backup
and it will display "Next backup: Incremental backup"

> Also crashes on Alt+F4

Ah, damned. I introduced this just a few days ago trying to fix a hang on exit 
with dbus ...
Thanks for finding.
Fixed.

-- 
Best regards/Schöne Grüße

Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?

()  ascii ribbon campaign - against html e-mail 
/\- against proprietary attachments

Geschenkideen, Accessoires, Seifen, Kulinarisches: www.lillehus.at




Re: kbackup in kdereview

2018-01-09 Thread Albert Astals Cid
El dilluns, 8 de gener de 2018, a les 23:47:52 CET, Martin Koller va escriure:
> Hi all,
> 
> I'd like to announce kbackup - A Backup program with an easy to use User
> Interface
> 
> KBackup is a program that lets you back up any directories or files,
> whereby it uses an easy to use directory tree to select the things to back
> up.
> 
> The program was designed to be very simple in its use so that it can be used
> by non-computer experts.
> 
> It can do full- and incremental backups.
> 
> The storage format is the well known TAR format, whereby the data is still
> stored in compressed format (bzip2 or gzip).
> 
> The backup can be put onto a local directory (mounted device, etc.) but also
> on a remote URL (thanks to KDE KIO).
> 
> I started development already a long time ago in 2006, based on Qt3(!).
> I released it on https://www.linux-apps.com/content/show.php?content=44998
> and it quickly became a much downloaded program.
> Over the years I always added new features when something I felt was
> missing. In the last year I finally managed to upgrade it to using KF5, and
> I feel it's time to integrate it more deeply with the KDE project. It has
> also a handbook and was already integrated with the translation team,
> thanks to Luigi Toscano and Burkhard Lück
> 
> I think a good harbor for it will be kdeutils.
> 
> It is already in playground at https://cgit.kde.org/kbackup.git

Also crashes on Alt+F4

==8882== Invalid read of size 8
==8882==at 0x138655: main (main.cxx:142)
==8882==  Address 0x160707a0 is 0 bytes inside a block of size 176 free'd
==8882==at 0x4C2F25B: operator delete(void*) (vg_replace_malloc.c:576)
==8882==by 0x1436B1: MainWindow::~MainWindow() (Selector.hxx:24)
==8882==by 0x831766F: QObject::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.7.1)
==8882==by 0x6D68B0A: QWidget::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.7.1)
==8882==by 0x6E67ABA: QMainWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.7.1)
==8882==by 0x5CDB636: KMainWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5.31.0)
==8882==by 0x5D20DD4: KXmlGuiWindow::event(QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5.31.0)
==8882==by 0x6D2135B: QApplicationPrivate::notify_helper(QObject*, QEvent*) 
(in /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.7.1)
==8882==by 0x6D28B20: QApplication::notify(QObject*, QEvent*) (in 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.7.1)
==8882==by 0x82EABFF: QCoreApplication::notifyInternal2(QObject*, QEvent*) 
(in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.7.1)
==8882==by 0x82ED39C: QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.7.1)
==8882==by 0x833EC92: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.7.1)
==8882==  Block was alloc'd at
==8882==at 0x4C2E19F: operator new(unsigned long) (vg_replace_malloc.c:334)
==8882==by 0x1383F6: main (main.cxx:105)



kbackup in kdereview

2018-01-08 Thread Martin Koller
Hi all,

I'd like to announce kbackup - A Backup program with an easy to use User 
Interface

KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to back up.

The program was designed to be very simple in its use so that it can be used by 
non-computer experts.

It can do full- and incremental backups.

The storage format is the well known TAR format, whereby the data is still 
stored in compressed format (bzip2 or gzip).

The backup can be put onto a local directory (mounted device, etc.) but also on 
a remote URL (thanks to KDE KIO).

I started development already a long time ago in 2006, based on Qt3(!).
I released it on https://www.linux-apps.com/content/show.php?content=44998
and it quickly became a much downloaded program.
Over the years I always added new features when something I felt was missing.
In the last year I finally managed to upgrade it to using KF5, and
I feel it's time to integrate it more deeply with the KDE project.
It has also a handbook and was already integrated with the translation team,
thanks to Luigi Toscano and Burkhard Lück

I think a good harbor for it will be kdeutils.

It is already in playground at https://cgit.kde.org/kbackup.git

-- 
Best regards/Schöne Grüße

Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?

()  ascii ribbon campaign - against html e-mail 
/\- against proprietary attachments

Geschenkideen, Accessoires, Seifen, Kulinarisches: www.lillehus.at