[kmymoney] [Bug 362384] Cannot enter transaction with postdate prior to account's opening date error

2016-04-27 Thread Ben via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362384 --- Comment #2 from Ben --- (In reply to Jack from comment #1) > The "account" can be either the account in which you are entering the > transaction, or the category to which you are assigning the transaction. > Remember, KMM treats categories internal

[kmymoney] [Bug 362384] Cannot enter transaction with postdate prior to account's opening date error

2016-04-27 Thread Jack via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362384 --- Comment #1 from Jack --- The "account" can be either the account in which you are entering the transaction, or the category to which you are assigning the transaction. Remember, KMM treats categories internally as accounts. If you can change the c

[kmymoney] [Bug 362384] New: Cannot enter transaction with postdate prior to account's opening date error

2016-04-27 Thread Ben via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362384 Bug ID: 362384 Summary: Cannot enter transaction with postdate prior to account's opening date error Product: kmymoney Version: unspecified Platform: MS Windows OS

Re: Review Request 127679: Change .ui files that use KDialog as the dialog class to QDialog

2016-04-27 Thread Mitch Frazier
> On April 26, 2016, 8:06 p.m., Christian David wrote: > > What is the differece to review request #127680? > > Mitch Frazier wrote: > Oops, looks like I added the wrong diff onto #127680 (the same one as > here). > > Mitch Frazier wrote: > Confusion here due to the patch problem on #1

Re: Review Request 127679: Change .ui files that use KDialog as the dialog class to QDialog

2016-04-27 Thread Mitch Frazier
> On April 26, 2016, 8:06 p.m., Christian David wrote: > > What is the differece to review request #127680? > > Mitch Frazier wrote: > Oops, looks like I added the wrong diff onto #127680 (the same one as > here). Confusion here due to the patch problem on #127680. On there, Christian sai

Re: Review Request 127680: Fix extends tags in .ui files that cause warnings when using the kmymoneywidgets.so plugin.

2016-04-27 Thread Mitch Frazier
> On April 26, 2016, 8:04 p.m., Christian David wrote: > > I did not test it. Since ```KDialog``` is deprecated I am okay with this > > change. Also this was done for the frameworks branch already (which is > > important for me). > > Mitch Frazier wrote: > This has the wrong diff (this is

[kmymoney4] [Bug 362373] New: layout seems to be changed to TXT mode, losing HTML formats

2016-04-27 Thread CPL via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362373 Bug ID: 362373 Summary: layout seems to be changed to TXT mode, losing HTML formats Product: kmymoney4 Version: 4.7.2 Platform: MS Windows OS: MS Windows

Re: Review Request 127712: Bug 360747 CSV Importer detects more columns than are assigned

2016-04-27 Thread Allan Anderson
> On April 27, 2016, 7:11 p.m., Cristian Oneț wrote: > > kmymoney/plugins/csvimport/investprocessing.cpp, line 858 > > > > > > Is this local variable really necessary? I had noticed this. Whilst it is used, I s

Re: Review Request 127680: Fix extends tags in .ui files that cause warnings when using the kmymoneywidgets.so plugin.

2016-04-27 Thread Cristian Oneț
> On April 26, 2016, 8:04 p.m., Christian David wrote: > > I did not test it. Since ```KDialog``` is deprecated I am okay with this > > change. Also this was done for the frameworks branch already (which is > > important for me). > > Mitch Frazier wrote: > This has the wrong diff (this is

Re: Review Request 127712: Bug 360747 CSV Importer detects more columns than are assigned

2016-04-27 Thread Cristian Oneț
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127712/#review94911 --- kmymoney/plugins/csvimport/investprocessing.cpp (line 858) <

Re: Review Request 127556: Quit application if all windows were closed, refactor main()

2016-04-27 Thread Cristian Oneț
> On April 26, 2016, 8:07 p.m., Christian David wrote: > > Ship It! AFAIK app.setQuitOnLastWindowClosed(false); was added because quiting is handled by some custom code which makes sure that the user is prompted to save the file if the file is dirty. If this still works on frameworks with that