Commit Graph

56 Commits (26e452bab7ba514b22b6f4fe03ffade98e46b2f0)

Author SHA1 Message Date
Christopher Lam 89f7e8933b gnc_list_all_paths returns std::vector instead of GList of EnvPaths
3 years ago
John Ralls d696f0cfcb Bug 798885 - Accented character in folder name on Account Export (bis)
3 years ago
Richard Cohen 6ba5bb326a Fix dereference of expired temporaries.
3 years ago
Christopher Lam dd0d65d861 [1/2] [gnc-filepath-utils.cpp] gnc_filename_is_backup|datafile
3 years ago
Richard Cohen 4eb022c7a2 [-Wunused-variable] - remove
3 years ago
Richard Cohen ea2d3be217 Remove some unused variables with obviously no side effects
3 years ago
Richard Cohen d8f45f2443 Use const references for for-loops to avoid unnecessary copies
3 years ago
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
3 years ago
John Ralls 091d4aff22 Bug 798657 - Import Summary language is wrong
3 years ago
luz paz ba94730a23 Fix various typos
4 years ago
Christopher Lam 263f007d5c [gnc-filepath-utils] new: gnc_list_all_paths
4 years ago
Christopher Lam 23bd716451 g_free gnc-path's gchar* intermediate strings
5 years ago
Frank H. Ellenberger 93e2829ee5 Merge PR #899 into maint
5 years ago
luz paz 16b4976381 Fix typos in libgnucash/
5 years ago
Bill Nottingham c0f2c3ae25 Fix build with glib2 2.67.x.
5 years ago
Gaming4JC cca4524055
Fix warnings: missing sentinel in function calls
6 years ago
Geert Janssens f749f136ce Drop unused boost::locale::generator instantiations
6 years ago
Geert Janssens 69a04be353 Fix translations using boost::locale::translate
6 years ago
Geert Janssens 490b20d2da Merge branch 'maint'
6 years ago
Geert Janssens d8a304c2c9 Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables
6 years ago
Geert Janssens 93489d4ffc RptCleanup - Generalize report loading function to allow use for modules other than the reports
7 years ago
Geert Janssens 6c5fc4da29 Report fs cleanup - Add a few convenience functions
7 years ago
John Ralls c091197f57 Provide static strings for gnc_userdata_home and gnc_userconfig_home.
7 years ago
Robert Fewell 89d2cde979 Remove some white space/tabs from gnc-filepath-utils.cpp
7 years ago
Robert Fewell 22a7a05d50 Add function to create an absolute file path
7 years ago
John Ralls b4fedff90e Provide a single static instance of C++ locale.
7 years ago
Christian Stimming 1eed3db5e7 Some (very minor) translation string improvements.
7 years ago
Geert Janssens 267852ba76 Add a note on cvt and imbuing locales in a boost::filesystem::path object
7 years ago
Geert Janssens 272ca421b7 Set up filepath utils to determine the GNC_CONFIG_HOME in the same way as GNC_DATA_HOME
7 years ago
Geert Janssens ac2e0946ea Rewrite path scrubbing in a c++ way
7 years ago
Geert Janssens 0c6b92959a Get metadata migration working again when upgrading from 2.6 to 3.1
8 years ago
John Ralls c443160737 Fix Travis failures from transcoding fixes.
8 years ago
John Ralls 14c30344c2 Work around libstdc++ weirdness with codecvt destructor.
8 years ago
John Ralls 35cd165bec Bug 795134 - Improper handle of unicode character in username
8 years ago
Geert Janssens ad1664604f Cleanup namespace usage for boost::locale
8 years ago
Geert Janssens 72a48c0884 Improve config and app data migration to handle renaming of config<version>.user to config-user.scm on all platforms
8 years ago
Geert Janssens 10ab87d95c Make travis happy
8 years ago
Geert Janssens 61a21d12c6 Look for user editable config files in gnc_userconfig_dir instead of gnc_userdata_dir
8 years ago
Geert Janssens 50e2a3def7 Use a platform dependent package name for gnc_user[config|data]_dir
8 years ago
Geert Janssens 62fd179f87 Adjust gnc_userconfig_dir and get_userconfig_home to the former returns a subdirectory of the latter
8 years ago
Robert Fewell 7c9ac17cb6 Move the user CSS settings file
8 years ago
Geert Janssens 0d4f6e054d Improve gnc_data_home verification and creation
8 years ago
Geert Janssens 2f16b092f5 Simplify filepath init code
8 years ago
John Ralls 66817bb997 Rework directory determination in CMake builds.
8 years ago
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
8 years ago
Geert Janssens d266ee346c Fix build failures if userdata_home exists but gnc_userdata_home doesn't
9 years ago
Geert Janssens a8cccc00f3 Minor tweaks to the userdata_dir logic
9 years ago
Geert Janssens 2ac118f80c Improve a few comments.
9 years ago
John Ralls 43c81b6ebb Add include of Foundation framework for NSString and NSBundle.
9 years ago
Geert Janssens 449d3ca32d Windows: check permissions actually used on the platform
9 years ago