[grisbi-cvs] [git push]Grisbi annotated tag upstream_version_1_9_97 created. upstream_version_1_9_97
Ludovic Rousseau
noreply at sourceforge.net
Sam 3 Juil 18:27:11 CEST 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grisbi".
The annotated tag, upstream_version_1_9_97 has been created
at c3419783dadb232340ac84adac8971f2c6423770 (tag)
tagging d510ad026856ac45f67512ec0b11391752b4030a (commit)
replaces upstream_version_1_9_1
tagged by Ludovic Rousseau
on Sun Dec 6 15:52:38 2020 +0100
- Log -----------------------------------------------------------------
Release 1.9.97
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE9eEbn/6REUb0HZU9eKG03+j5xX4FAl/M8EAACgkQeKG03+j5
xX7juw/8D5pe2gC8MQrROxhNJMzEKnh9NNS+sMnd+iTRghsq8JakT/H+9NGGptcS
//FesYHnyJ6T9RWigWvuZxwK1Iem+CZWgB6fKLYDOO7PQhShErRsIH5+u8lIm7V2
LP2OpbAbP4LnAlKOAKYuSh5dmrNMMy05fsIdTN7iqRRWXn9WhgGfe/DVmsjqTwl6
1syANyYGTK/ibQXkGQUln2aCppHy+bUbpB/2f+ywjYHHp5ZtZQ97F7nT/9jYCk/E
EqGq5TOWS9zCRRD3ftScgADVPYR2+MusJRdew7lYPiz8JZqVWWpqySX2ezd+19kN
ykZzV9G1wDVXnuZcB3EC870y3XrrjMafNs2krjG6BP+kyzqAxmUKYOcPcSlBiqdC
9cvof9116yOxB2gULVN9hR7zAN1ApNMlCx8jePyKn2NQg4qtR8ZGVAs5Vgaa/B/e
3TNnjuua4LhPCnScT3N4Pu0BjjfZXPQNiSjpT00lZxTJUh31rvSVsPNHOxefPSy1
j2XRh4EjP2Uu3J28r5ts5K36ySh2tdjj1Br56EpiEnl3XD+Ib+GqXoF4ZzXhrXbJ
HieYYTqBqCIO70JVNyPjKyF2JTv8GyBN6OQJRt1CES2slRd8zO/idOqgGhTG3U/Y
A0jF06pLOaIptRC8+bTRoUFSrty7GplnxulNjpDnL5l9px1R56I=
=XuEJ
-----END PGP SIGNATURE-----
Jona (1):
Fix CodeFactor URL in README.md
Ludovic Rousseau (99):
Merge pull request #40 from mastromberger/master
po: fix some Grisbi devel mailing list address
Xcode: add missing source files
Fix compiler warning
Fix compiler warning
Fix compiler warning: implicit conversion loses integer precision
Fix potential memory leak
i18n: add 2 missing files in POTFILES.in
POTFILES.in: sort file
gsb_rgba_is_dark_theme(): log the theme name
Cancel the exit if Esc key is used in the save diablog
Fix a crash with CSS colors
Fix compiler warnings
Remove useless debian/ directory
Display git tag in About for unstable versions
Factorize code for the help dialog
About: i18n the GTK version string
Remove now useless gsb_date_get_compiled_time()
Rename GIT_TAG to GIT_HASH
Use "git hash" instead of "git tag"
Fix Xcode build: add dummy GIT_HASH value
Xcode: add new source code files
Fix 'ETAT_WWW_BROWSER' macro redefined warning
Fix error: 'config.h' file not found
Fix compiler warning: possible misuse of comma operator
Continue rename gsb_file_config.* files in grisbi_conf.*
Continue rename prefs_page_exer.* in prefs_page_fyear.*
Sort filenames in po/POTFILES.in
Merge pull request #43 from mastromberger/master
macOS: add new source files
Remove directory name from header files
Add missing .ui in Makefile.am
Add missing #include
Add missing #include
macOS: add new source files in Xcode project
Fix typo in function name and fix compiler warning
macOS: add new source files in Xcode project
OFX plugin: use the encoding specified in the .ofx file
Fix convertion from latin1 to UTF-8
Remove now useless latin2utf8() function
macOS: add new source files in Xcode project
Distribute the images from src/images/
Fix typo in Makefile.am
Add 3 missing files in po/POTFILES.in
Windows: remove the version from the desktop link
macOS: add missing icons
Xcode: Add new files widget_transfer.{c,h,ui}
Xcode: Add new files widget_css_rule.{c,h,ui}
Fix compiler warning: implicit conversion
Crash dialog: limit the dialog height
Remove dead code
Fix memory leak
Fix memory leak
Add script used to create the macOS snapshot
macOS: use GRISBI_GIT_HASH from configure.ac
Do not include the complete src/ui/ directory
grisbi.desktop: use an icon with no extension
Merge pull request #45 from mastromberger/master
create_git_snapshot: allow to add extra arguments
MacOS/create_git_snapshot: use share/create_git_distrib.sh
Xcode: use explicit version 1.1 of OpenSSL
MacOS: update README.MacOS
MacOS: update jhbuild modulesets
MacOS: add 2 missing icons in the package
macOS: add .png icon files
macOS: add a script to list the icon files used
Travis-CI: do not use docket on GNU/Linux
Travis-CI: display CFLAGS after it is completely defined
Fix compiler warning: implicit declaration of function ‘abs’
configure.ac: log the different enable_* status
AppVeyor: log the ./configure arguments used
Do not crash if grisbi has no active window
Fix potential crash in debug_start_log()
Factorize code for debug_message_int() & debug_message_real()
Add debug_message_ptr() function
debug: reset debug_file after fclose()
Close the debug_log file just before quitting
debug: only log to the file if it is opened
locale: nicely handle when called early
macOS: fix a l10n issue with UTF-8 texts
l10n: correctly set LANG when a specific language is selected
macOS: add Grisbi Launcher project
macOS: add create-launcher.sh script
macOS: do not use xcodebuild from jhbuild
macOS: add --launcher=filename argument
macOS: start Grisbi with --launcher= argument
macOS: copy the real Gribi inside the launcher
macOS: codesign Grisbi launcher using "-" identity
macOS: call create-launcher.sh in bundle target
macOS: script to build the Grisbi launcher
macOS: store the Grisbi launcher in dist.new
macOS: do not fail if a .DMG already exists
.gitignore: ignore Xcode generated files
Travis-CI: disable macOS builds for now
macOS: call Grisbi with --darkmode when in dark mode
macOS: hack for dark mode CSS
Merge pull request #46 from mastromberger/master
macOS: Fix compilation error (gdkx.h not available)
Fix automatic definition detection
Pierre Biava (452):
Cosmetics changes
Remove blank lines
fix some bugs when import a QIF file
fix some bugs when export an account to QIF file
Adding new options for the transfer transactions from a QIF file
Adding a message when import categories from QIF file
Adding new option to use a config file instead gsettings
Change some types or name of configuration variables
Adding new files to configure Grisbi with config file
fix value to select classic menu by default.
Rename functions to load settings
Adding commands to use a configuration file
Adding of the number of duplicate transactions when import a file
Force the use of config file for Windows
Cleaning of code
Fix bug of transaction creation after creation of a scheduled transaction
fix potential crash when create a new account or when quit Grisbi
Fix an error of command to configure grisbi with a config file
Reset 3 variables in config file.
Cosmetic changes in traitement_variables.c
Cosmetic changes in bet_tab.c
Rename bet_array_list_set_largeur_col () in bet_array_list_set_largeur_col_treeview ()
Remove extern variable bet_array_col_width_init
Cosmetic change
Remove extern variable prev_month_max
Cosmetic changes
Force Classic menu to TRUE
Removed width extern variables of treeview columns
Removed the global variable tab_affichage_ope
transfert enums of transaction and custom lists to structures.h
Adding prefs_page_display_ope files
Cleaning of code
Cosmetic change
Cosmetic changes
Renaming of functions to standardize their name: part 1
transfert gsb_transaction_get_category_real_name() in gsb_data_transaction.c
Cosmetic change
Remove 3 global variables
Transfert etat.retient_affichage_par_compte variable in w_etat structure
Adding prefs_page_options_ope files
Adding files for messages to translate
Cleaning of code
Adding prefs_page_form_options files
Removing affichage_liste.c and affichage_liste.h files
removing translate option in ui file
updates all strings
Removing global variable "menu_import_rules
Removing global variable "titres_colonnes_liste_operations"
Fixes a diplay bug when print a transaction list
Set static 2 variables
removing global variable "current_tree_view_width"
Cosmetics changes
Adding new options to remove old backup files
Adding remove backup file function
fix memory leak
Adapting messages and cleaning of code
Cosmetic change
translate message
Update all strings
Cometic change
cleaning of file
Cosmetics changes
Rename question*yes_no functions in dialogue*yes_no ()
Rename make_red function in dialogue_make_red ()
Rename make_pango_attribut function in dialogue_make_pango_attribut ()
Rename dialog_message function in dialogue_message ()
Rename make_blue function in dialogue_make_blue ()
cleaning of code
Adding messages for gsettings entries
Adding prefs_page_msg_warning files
Adding prefs_page_msg_delete files
Removing globals variables: messages[] and delete_msg[]
Rename make_hint function in dialogue_make_hint')
Cosmetics changes
Fix memory leak and adding free_transaction()
cleaning of code
Adding files bet_graph.ui and etats_prefs.ui in gressource
Fix some warnings of type Dead assignment and memory leak
fixes warnings -Wdiscarded-qualifiers
Cosmetic changes to standardize the presentation of data in the application
Add new prefs files
Update all strings
fixes crash when account_number = -2
Adding prefs_page_display_form files
Adding new function to split strings in lists of preferences
Cosmetics changes
Rewrite of the management of associations in preferences
fix a translate string
Update all strings
Fix warning reported by Coverity Scan for grisbi
update .po files
new unstable version 1.9.90
fix font size of statusbar
Set gsettings schemas relocatable to use two different versions of grisbi with gsettings
Adding message when use free_variables () function
Fix color of prefs archives treeview
Fix color of prefs fyear treeview
fix bug of drag and drop in treeview
Adding messages when exec preferences
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memeory leak
remove run.is_loading variable
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leaks
fix memory leaks
fix memory leak
Fix color of prefs reconcile treeview
fix memory leak
fix memory leak
fix memory leaks
fix memory leak
fix memory leak
fix dead assignment
fix memory leaks
fix memory leaks
fix memory leak
fix memory leak
fix memeory leak
limits the call of gsb_file_close () function
Adapt the free_variables() function
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix memory leak
fix warnings when no file is loaded
fix color of split transactions
Cosmetic change
rewriting the management of the Gtk3 themes
Cosmetics changes
Make the sorting option of the list available when no file is loaded
Cosmetics changes: fix strings
update all strings
fix crash when force_type_theme = 0
fix string for standard theme
update all strings
fix crash with Mac OSX
fix the display of options to update the grisbi theme
Cosmetics changes
update all strings
fix memory leak
fix memory leak
Adding new option "keep line" in the rules for CSV files
remove force _classic_menu variable
fix graph variables when account file is corrupt
Revert the commit 6a0d04e
Update name of new action
update all strings
Cosmetics changes in prefs
fix bug 2011: "Entry help" option not saved
remove warning
new grisbi images
Cosmetic change
fix crash when we load a new file
cleaning of code
updating initialization and destroy of graph prefs
Remove set "force-classic-menu" key in grisbi.conf file
Remove set "force-classic-menu" key in org.gtk.grisbi.gschema.xml
New unstable version 1.9.91
Apparently correct the sizing problem of grisbi
Adding files for prefs_page_exercices
Modifications to reduce the width of grisbi
Rename gsb_file_config.* files in grisbi_conf.*
remove warnings of compile
adding new option to trunc data in navigation pane and prefs
move gsb_gui_encryption_togged () function in utils_prefs
move gsb_localisation_update_affichage() function in navigation
cleaning of code
Fix regression of commit 1383a33
fix dead code
Adapting the preference pages for low resolution screens
fix the display size of reconciliations and minor corrective
Rename prefs_page_exer.* in prefs_page_fyear.*
updating second parameter of utils_prefs_encryption_toggled() function
fix warnings when use the remove last files option
update all strings
Adding prefs_page_fyears onglet
Fix translation of "reconcile-transaction" message
Cutting of messages "reconcile-transaction" and "unreconcile-transaction"
fix renaming of gsb_file_config() function
update all messages
Change "Validate" mnemonic to prevent conflict with "View" menu by punx120
Cosmetics changes
Adding prefs_page_reconcile files
Update all strings with minors cosmetics changes
Adding minor adaptations
Adding prefs_page_reconcile_sort files
End of development for prefs_page_reconcile_sort tab
Update all strings
renaming and transfer of two variables in the private data of the grisbi window
Minors and cosmetics changes
Adding prefs_page_bet_general files
Update all strings
fix memory leak
Adding new dir for widgets objects in src
Adding bank_details widget
Adding prefs_bank_page and update all depandant functions
cosmetics changes
Update all strings
Rename struct_currency_link in CurrencyLink
Rename struct_currency in CurrencyStruct
Rename currency_code variable in currency_code_iso
Transferring some data and functions in the gsb_data_currency files
Comment debug info
fix Defects reported by Coverity Scan for grisbi
Adding widget currency_popup
Adding widget_currency_details
Adding prefs_page_currency
Cleaning the old code
Remove directory name from header files
Cosmetics changes
Fix update of currencies combobox of metatree page
fix a redundant code line
Fix potential crash
Adding new prefs_page_currency
Deleting gsb_currency_config files
Adding two files to group all utils_widgets.
Adding new widgets to standardize the currency management.
Cosmetics changes
Update alls strings
fix error of compilation
New proposition for Travis CI
Fix crash when added a new currency
Rename fonction widget_currency_details_update_from_iso_4217
Adding a new function to check if a link exists when remove a currency
Cosmetics changes
Ading new function to use currency combobox from ui file
Set currency popup modal for prefs window
Adding a search entry for popup list of currencies
Fix memeory leak
Adding new option to fix a bug when adding a new currency
Adding a new widget for the page of links between currencies
Adding preferences page for links between currencies
fix memory leak
Cosmetic change
Cosmetic change
Fix bug in import CSV files with rule when use the action rule 2
fix Dead nested assignment
Cosmetic change
Cosmetics changes
Cosmetics changes
Adding prefs page payment method tab.
Remove gsb_payment_method files and deps
transfert of functions from gsb_payment_method files
Adapt functions to handle widgets from ui files
Adding two images in gresource file
Cosmetic change
Fix memory leak
Standarization of messages
Update all strings
remove gsb_fyear_config files
Rename gresource images
Cosmetics changes
Transfert prefs_page_import_* files in widgets directory
Adding prefs_page_import files
Rewriting grisbi_prefs code
Fix unused data
Cosmetics changes
Cosmetics changes
Adding an option to to memorize the tab of the import page
Cosmetics changes
Update all strings
Cleaning of the code
Update all strings
Transfert datas from bet_config files in new files of preferences
Cosmetic change
fix memory leak
fix memory leak
Cosmetics changes
Changing the variable type
Adding Card payment method for deferred debit bank card
Commit provisoire
Cosmetic change
Fix crash when create a new payment method
fix bug of import file with ventilated transactions
Adding new function gsb_calendar_entry_new_from_ui()
Adding new dates rules for deferred debit bank card
Adding transfer widget for deferred debit card
fix English message
update all strings
Adding new widget for colors of grisbi
New color management of grisbi
fixes hint message
Update all strings
simplification of theme management
update all strings
New unstable version 1.9.95
fixes crash when change a colar and no file is loaded
Corrects the color of the negative balance and adds a new color for an unfinished splitted transaction
fixed potential crash
Moves grisbi_win_create_general_widgets () function in static area
Adaptation of the interface to reduce the height of grisbi
fix scan-build warning: Dereference of null pointer
Adds memorization of the notebook tab of CSS rules
Cosmetic change
cleaning of development messages
Corrects a bug in calculating the order date
Abandonment of the vertical panel to reduce the height of Grisbi
Hide Status Bar with a low resolution display
Fix warning when no file is loaded
Adding icons to view password in entry
Fix memory leak
Fix some warnings reported by Coverity Scan
fix grisbi icon
Update all strings
Cosmetic change
fix warning when "About" menu is clicked
Add variable to transfer the last commit hash
New unstable version 1.9.96
fix color of hight alarm in Home page
Remove grisbi-logo variable to replace by grisbi.svg
Adding a script to create a package with the last commit hash
remove unused icons
set the new logo for manual
set the new icon for Windows
fixed the data for installation of grisbi icon
Changed the taking in account of the closing date to the following day
Fixes a display bug when the exercise is used to separate results
Adding new option to select split transaction after validate
Update all strings
Fix min weight of right pane. See bug 2039
Standardization of variable types with gsettings types
fix potential crash
Standardization of Grisbi's output functions
fix test of debug_level
Cosmetics changes
New option to remove global variable conf
transfer all conf variables in a_conf variables
remove conf.debug_mode variable
transfer conf.first_use variable to a_conf variable
transfer conf.compress_backup to a_conf variable
transfer conf.make_backup_every_minutes to a_conf variable
transfer conf.make_backup_nb_minutes to a_conf variable
transfer conf.make_bakup_single_file to a_conf variable
transfer conf.sauvegarde_demarrage to a_conf variable
transfer conf.sauvegarde_fermeture to a_conf variable
transfer conf.remove_backup_files to a_conf variable
transfer conf.remove_backup_months to a_conf variable
transfer conf.compress_file to a_conf variable
transfer conf.dernier_fichier_auto to a_conf variable
transfer conf.force_enregistrement to a_conf variable
transfer conf.last_open_file to a_conf variable
transfer conf.nb_max_derniers_fichiers_ouverts to a_conf variable
transfer conf.nb_derniers_fichiers_ouverts to a_conf variable
transfer conf.sauvegarde_auto to a_conf variable
transfer conf.force_import_directory to a_conf variable
transfer conf.import_directory to a_conf variable
transfer conf.import_remove_file to a_conf variable
transfer conf.archives_check_auto to a_conf variable
transfer conf.max_non_archived_transactions_for_check to a_conf variable
transfer conf.force_type_theme to a_conf variable
transfer conf.use_type_theme to a_conf variable
transfer conf.current_theme to a_conf variable
transfer conf.language_chosen to a_conf variable
transfer conf.browser_command to a_conf variable
transfer conf.custom_fonte_listes and conf.font_string to a_conf variable
... 91 lines suppressed ...
hooks/post-receive
--
Grisbi
Plus d'informations sur la liste de diffusion cvs