Robert Fewell
0f3719c69c
Replace deprecated Gtk3.16 function gtk_widget_override_font
...
Use css to change the font size.
2017-07-02 10:05:56 +01:00
Robert Fewell
b1cc728bc3
Replace gtk_alignment in various functions
...
Gtk_alignment is deprecated and so change various uses to equivalent
x/yalign, x/yexpand and margin functions
2017-07-02 10:02:38 +01:00
Robert Fewell
66de41bd57
Replace deprecated Gtk3.14 function gtk_arrow_new with an icon
...
Use icon 'go-down' as the arrow for the pop up selections.
2017-07-02 10:00:35 +01:00
Robert Fewell
b513ab16f8
Replace deprecated Gtk3.16 function in dialog-account.c
2017-07-02 09:59:23 +01:00
Robert Fewell
fa9d752beb
Add css style context to various widgets so they can easily be changed
...
With the use of css, there is the ability to change the appearance of
the widgets to the users preference.
2017-07-02 09:58:42 +01:00
Robert Fewell
aef9530996
Add css style context to various widgets so they can easily be changed
...
With the use of css, there is the ability to change the appearance of
the widgets to the users preference.
2017-07-02 09:57:53 +01:00
Robert Fewell
443f92eed1
Add css style context to various widgets so they can easily be changed
...
With the use of css, there is the ability to change the appearance of
the widgets to the users preference.
2017-07-02 09:55:18 +01:00
Robert Fewell
887a74e6d1
Add function to add css style context to a widget
2017-07-02 09:54:00 +01:00
Robert Fewell
489edfe1dd
Use the new preference to control icons and labels on buttons
...
Some buttons are part of a gnc_dialog and as such have the option to
have an icon and label on the button. Add preference to just have label
2017-07-02 09:51:24 +01:00
Robert Fewell
632764e1e2
Add grid line preference to various tree views
...
I have tried to add the grid line preference to tree views with more
than one column. There maybe more required. With the addition of css
classes, individual tree view grids maybe turned off by setting the
border colour to transparent.
2017-07-02 09:50:02 +01:00
Robert Fewell
4cd13a0e17
Tweak the tab labels to add left and right margins
2017-07-02 09:48:13 +01:00
Robert Fewell
6f27ad1ba0
Add new preference to show tree view grid lines
2017-07-02 09:47:21 +01:00
John Ralls
bb2ee92961
Re-release 2.6.17
...
This time with the version number in CMakeLists.txt updated too.
2017-07-01 17:10:09 -07:00
John Ralls
261a64e3eb
Release 2.6.17
2017-07-01 11:20:17 -07:00
John Ralls
c046d2c5e4
Update translations from the translation project.
2017-06-30 15:16:50 -07:00
Mike Evans
b4520d6c92
Bug 784317 - typo in 'import customers or vendors from text file' dialog
2017-06-29 09:27:57 +01:00
Robert Fewell
6fbfb82220
Minor fixups to the assistant-csv-trans-import glade file
2017-06-28 11:25:50 +01:00
Robert Fewell
a8cdf2410f
Replace deprecated gtk_image_menu_item in gnumeric popup
...
Use a box packed with an icon and label instead. I am not really sure if
this is necessary and should just be a label.
2017-06-28 11:22:44 +01:00
Robert Fewell
56ca411351
Fix error of invalid cast to GTK_COMBO_BOX in trans importer
...
To get to the combobox from the entry you need to go two levels above
which takes you through a GTK_BOX to the GTK_COMBO_BOX
2017-06-28 11:19:37 +01:00
Robert Fewell
ad89048242
Replace deprecated render_icon_pixbuf in dialog-print-check
2017-06-28 11:18:32 +01:00
Robert Fewell
96bd2f271a
Rename use of icon defines to reflect changes in icon.h
2017-06-27 14:08:54 +01:00
Robert Fewell
69238ec463
Change the way icons are loaded and the corresponding define names
2017-06-27 13:59:32 +01:00
Robert Fewell
75f17b6742
Change some functions to use icon names instead of stock id's
2017-06-27 13:57:47 +01:00
Robert Fewell
dc0d8727f5
Replace GTK_STOCK_INDEX, _YES and _APPLY with icon names.
...
These may need changing as there is no equivalent or add our own.
2017-06-26 17:38:50 +01:00
Robert Fewell
9f989a66bc
Replace GTK_STOCK_PRINT_PREVIEW with icon name "document-print-preview"
2017-06-26 16:53:47 +01:00
Robert Fewell
7a53271d1d
Replace GTK_STOCK_CANCEL with icon name "process-stop"
2017-06-26 16:49:01 +01:00
Robert Fewell
4d2a4a61fb
Replace GTK_STOCK_CONVERT with two icon names
...
This may need changing to different icons names or add a couple of new
GNC_... icons
2017-06-26 16:29:13 +01:00
Robert Fewell
20c1630a31
Missed some replace GTK_STOCK_... images with there equivalent icon name
2017-06-26 16:27:34 +01:00
Robert Fewell
1c08232b6e
Missed changing some stock labels on buttons to icon names
2017-06-26 16:22:14 +01:00
Robert Fewell
34d1d840e0
Replace GTK_STOCK_... images with there equivalent icon name
2017-06-26 15:58:59 +01:00
Robert Fewell
d67c15ad45
Missed changing some stock labels on some buttons
2017-06-26 15:37:33 +01:00
John Ralls
118dd41759
Bug 782274 - Transactions produced by Transfer Funds or Process...
...
Payment dialogs sort to beginning of day and do not honor NUM field for
custom sorting.
Do a two-step, first retrieving a GDate from the date_edit then use
gdate_to_timespec to convert it to a time64: gdate_to_timespec calls
gnc_dmy2timespec_neutral while gnc_date_edit_get_date_ts gets a
begining-of-the-day time.
2017-06-25 15:45:56 -07:00
Kuang-che Wu
66aeb61008
Fix import-export compile on windows
2017-06-26 02:15:00 +08:00
Robert Fewell
00f6977fcc
Replace deprecated functions in gnc_cell_renderer_date
...
This still needs more work as there appears to be a size issue and a
missing procedure. As this is not used currently, will fix in a later
commit.
2017-06-25 11:26:58 +01:00
Robert Fewell
5cd60d2e58
Replace deprecated function to get mouse pointer position
2017-06-25 11:23:56 +01:00
John Ralls
99a732cb6a
Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New...
...
Price and that already exists in the Price DB
Should have crashed regardless: The pricedb takes ownership of the
price object and unreffing it is going to cause trouble eventually.
tock Split Assistant crashes GnuCash if you enter a New Price and that
already exists in the Price DB
2017-06-24 18:06:42 -07:00
Robert Fewell
44cf167297
GtkTreeView rules_hint is deprecated after version 3.14
...
Rules hint is deprecated after version 3.14, add version test to remove.
2017-06-24 12:01:30 +01:00
Robert Fewell
4d61403037
Replace deprecated widget_render_icon function in print-check
2017-06-24 11:06:47 +01:00
Robert Fewell
8a2d6c4bcb
Replace GtkTable with GtkGrid in the register
2017-06-23 17:53:26 +01:00
Robert Fewell
cac49a2d6d
Replace deprecated size_request in register date-picker
2017-06-23 17:52:23 +01:00
Robert Fewell
7674340ccc
Replace deprecated menu function in gnc-csv-gnumeric-popup.c
2017-06-23 17:50:13 +01:00
Robert Fewell
9031dddd95
Replace deprecated size_request in gnc-tree-view.c
2017-06-23 17:49:10 +01:00
Robert Fewell
7dc23aed49
Replace deprecated gtk_rc... functions in gnc-tree-view_split-reg.c
2017-06-23 17:47:26 +01:00
Robert Fewell
47d7b07f07
Replace deprecated functions in gnc-date-edit.c
2017-06-23 14:43:23 +01:00
Robert Fewell
5db244f729
Replace deprecated functions in gnc-combott.c
2017-06-23 14:42:45 +01:00
Robert Fewell
a383bd4f23
Replace deprecated font function in gnc-report.c
2017-06-23 14:41:52 +01:00
Robert Fewell
2aa69b88da
Glade GUI adds a has_padding property to the action area which is wrong
...
This commit removes all these properties from GtkAssistant action area
2017-06-23 11:48:37 +01:00
Robert Fewell
9dd2e42376
Fix up, box should be a GtkWidget
2017-06-23 11:47:08 +01:00
Robert Fewell
d86afb272a
Files linked to assistant-loan.glade
2017-06-22 17:16:27 +01:00
Robert Fewell
563a6b106a
Files linked to dialog-import.glade
2017-06-22 13:59:04 +01:00