Robert Fewell
173805b79f
Register in journal mode with rate column, split columns loose alignment
...
When you add the rate column when the register is in journal view, with
the splits visible, the alignment of the split columns fails. This seems
to be caused by the split memo field setup differently to description.
2017-09-28 14:31:12 +01:00
Robert Fewell
2c5f1aa59b
Redraw the header after size allocation of the sheet.
...
If the horizontal scrollbar is visible, the header foreground colour is
wrong so add a redraw of the header at the end of the allocate.
2017-09-28 14:31:12 +01:00
Robert Fewell
91c8a56eaa
Add redraw of the header when preference changes
2017-09-28 14:31:12 +01:00
Robert Fewell
6aa09abbcd
Remove the no longer widgets for setting register colours
2017-09-28 14:31:12 +01:00
Robert Fewell
9973bbe6eb
Change the register to be based on CSS
...
Change the colours of the register to be based on CSS. Use the register
default colours or by using the preference setting user / theme set
ones can be used.
2017-09-28 14:31:12 +01:00
Robert Fewell
2d213363f0
Change tabs to spaces in gnucash-style.c
2017-09-28 14:31:12 +01:00
Robert Fewell
87c5a95211
Remove trailing white space from gnucash-sheet.c
2017-09-28 14:31:12 +01:00
Robert Fewell
23e1ed6904
Remove trailing white space from gnucash-item-edit.c
2017-09-28 14:31:12 +01:00
Robert Fewell
69dffac564
This dialog-invoice.glade file had missing changes, corrected.
2017-09-28 14:31:12 +01:00
Robert Fewell
70d696ef31
This change is needed after all, used when header is resized
2017-09-28 14:31:12 +01:00
Robert Fewell
92766a2785
Remove white space and change tabs to spaces in gnucash-register.c
2017-09-28 14:31:12 +01:00
Robert Fewell
04c80ddd8e
Rework the item-edit pop up to use sheet width and not move about
...
The width of an auto width pop up is based on the sheet width and is
anchored to the column it popped from so horizontal scrolls are aligned.
2017-09-28 14:31:11 +01:00
Robert Fewell
841ff5cc92
Change gnc_item_edit_update to be used in an idle add function
...
When columns are being resized, there is too much going on for the
position of the item-edit to be updated so use g_idle_add to delay these
updates.
2017-09-28 14:31:11 +01:00
Robert Fewell
1ec2817c77
Move inline css for padding to gnucash.css
2017-09-28 14:31:11 +01:00
Robert Fewell
03dd7ab399
Remove an obsolete source comment in gnucash-item-list.c
2017-09-28 14:31:11 +01:00
Robert Fewell
dff337d72f
Remove white space and change tabs to spaces in datecell-gnome.c
2017-09-28 14:31:11 +01:00
Robert Fewell
9382278b5e
Rename various forms of Get Popup Height to Popup Get Height
...
Change GetPopupHeight to PopupGetHeight and get_popup_height to
popup_get_height to match other related functions.
2017-09-28 14:31:11 +01:00
christopherlam
090546590d
Add missing export (gnc:date-get-week)
...
hit this bug during development
2017-09-27 19:05:43 +02:00
Geert Janssens
b3b4b20e4b
Merge branch 'maint' into unstable
...
Resolved conflicts:
CMakeLists.txt
NEWS
configure.ac
2017-09-27 17:35:13 +02:00
Geert Janssens
d5b0dddb74
Use the same bugzilla url in AC_INIT as on maint
2017-09-27 17:34:12 +02:00
Geert Janssens
5ac849623a
Add Catalan README file to autotools based build
2017-09-27 17:09:23 +02:00
Geert Janssens
d266ee346c
Fix build failures if userdata_home exists but gnc_userdata_home doesn't
...
userdata_home is a different directory on each platform we support (default /home/janssege/.local/share on linux for example)
and gnc_userdata_home is normally userdata_home/GnuCash.
These directories may not always exist (yet) in all circumstances, so properly handle
all of these possible situations.
2017-09-26 12:37:33 +02:00
Josep-Maria Prat
a7ec61393b
Readme translated into catalan
2017-09-26 11:56:50 +02:00
John Ralls
3a9fbb899e
Release 2.6.18
2017-09-22 15:12:59 -07:00
John Ralls
2319dff8ce
Remove automake version check for make dist.
...
No longer doing an automake check so it's not needed.
2017-09-22 15:12:59 -07:00
John Ralls
9a0020a8e7
Fix typo in CA_DIST name.
2017-09-22 15:12:59 -07:00
John Ralls
c75d9c0e18
Import latest Farsi and Srpska translations from the translation project.
2017-09-22 13:58:58 -07:00
Geert Janssens
4d59be7f46
Ignore softlink for new report
2017-09-21 18:42:23 +02:00
Geert Janssens
398b75e1a4
Revert "Ignore softlink for new report"
...
This commit was made against the wrong branch...
This reverts commit ec99d74b46
.
2017-09-21 18:39:56 +02:00
Geert Janssens
ec99d74b46
Ignore softlink for new report
2017-09-21 18:39:08 +02:00
Geert Janssens
7448d8b532
Merge 'maint' into unstable
...
Resolved conflicts:
configure.ac
2017-09-21 14:26:20 +02:00
Geert Janssens
0b85bbc1bf
Add income-gst-statement.scm to POTFILES.in
2017-09-21 14:24:02 +02:00
christopherlam
5b99835cb1
Fix some (gnc:make-gnc-monetary) errors
...
These errors didn't appear in the tracefile. They only appeared on Linux terminal.
2017-09-21 13:57:13 +02:00
christopherlam
678794c800
Restore "sign reverses" option
...
This was removed during development.
2017-09-21 13:57:13 +02:00
christopherlam
ff32ddc906
Initial commit income-gst-statement.scm
2017-09-21 13:57:13 +02:00
christopherlam
40006a3f04
Reindent from transaction.scm
2017-09-21 13:57:13 +02:00
christopherlam
62824e0036
cp transaction.scm income-gst-statement.scm
2017-09-21 13:57:13 +02:00
Geert Janssens
c6f5118b9d
Fixup for Catalan account charts
2017-09-21 12:22:04 +02:00
Geert Janssens
df7646263b
Add boilerplate to get Catalan account charts installed and added to the distribution
2017-09-21 11:18:35 +02:00
Josep-Maria Prat
daf1bf35a0
Catalan accounts missing
2017-09-21 11:05:28 +02:00
Geert Janssens
1a84b4a000
Properly ignore internal report options that are not on invisible option pages when opening the report options dialog
2017-09-20 20:00:03 +02:00
John Ralls
0004a44f5f
Release 2.7.0
2017-09-16 18:09:47 -07:00
John Ralls
711cea1f4f
Fix the fix from mac for test-userdata-dir.c
2017-09-16 18:09:34 -07:00
John Ralls
9dc8e6f40a
Fix test-userdata-dir on Mac.
2017-09-16 14:50:33 -07:00
Geert Janssens
42aa734475
Travis fixes
...
- Remove trailing semicolons. They're not needed in shell scripts
- Don't create default XDG_DATA_HOME (<HOME>/.local/share) the code
should work equally well if that directory doesn't exist and so
not creating it tests another part of the code
2017-09-16 22:29:29 +02:00
Geert Janssens
a8cccc00f3
Minor tweaks to the userdata_dir logic
...
- have gnc_validate_directory throw as well in case of a missing directory
that it shouldn't create. This allows to remove 3 other throws
- slightly adjust the error message in case of missing directory
- never migrate when the final directory is a temporary (sub)directory
2017-09-16 22:29:29 +02:00
John Ralls
681d0271de
Fix python init errors.
2017-09-16 11:30:07 -07:00
Geert Janssens
2ac118f80c
Improve a few comments.
2017-09-16 19:33:56 +02:00
Geert Janssens
61a90d99fb
Disable creating a user_data_dir in the test environment
...
The code should be able to cope with this
2017-09-16 19:18:01 +02:00
Geert Janssens
3a1f7d7339
Also undo the changes to POTFILES.in
2017-09-16 19:15:49 +02:00