Merge branch 'maint'

This commit is contained in:
John Ralls
2019-06-09 12:43:12 -07:00
176 changed files with 1633 additions and 1295 deletions

10
AUTHORS
View File

@@ -1,8 +1,8 @@
GETTING HELP: If you need help with GnuCash, please do not contact any
of the Authors directly. Instead, first look at the <a href="http://wiki.gnucash.org/wiki/FAQ">FAQ</a> to see if your question
of the Authors directly. Instead, first look at the <a href="https://wiki.gnucash.org/wiki/FAQ">FAQ</a> to see if your question
is common and is answered there. If that doesn't help, there are mailing
lists in English, Dutch, French, German, Italian, Portuguese and an English
IRC channel. More information can be found at for <a href="http://wiki.gnucash.org/wiki/Mailing_Lists">Mailing List</a> and <a href="http://wiki.gnucash.org/wiki/IRC">IRC</a>.
IRC channel. More information can be found at for <a href="https://wiki.gnucash.org/wiki/Mailing_Lists">Mailing List</a> and <a href="https://wiki.gnucash.org/wiki/IRC">IRC</a>.
Current Project Team:
=====================
@@ -185,7 +185,7 @@ Dave Freese for leap-year fix
Todd T. Fries OpenBSD fix
John Goerzen file i/o fix for 64-bit architectures
Jeff Green Python bindings, with grant funding from
<a href="http://assiniboine.mb.ca/">Assiniboine Credit Union</a>
<a href="https://assiniboine.mb.ca/">Assiniboine Credit Union</a>
Hans de Graaff XML patches
Daniel Hagerty patch to balance sheet report
Mitsuo Hamada messages Japanese translations
@@ -206,8 +206,8 @@ Tomokazu Iwashita Japanese translation of xea
Geert Janssens GUI fixes for Lots, autocompletion in gnc-general-search, several small fixes
David Jafferian Delete account query code.
Mark Jenkins Python bindings, with grant funding from
<a href="http://assiniboine.mb.ca/">Assiniboine Credit Union</a> and
<a href="http://www.legalaid.mb.ca/">Legal Aid Manitoba</a>
<a href="https://assiniboine.mb.ca/">Assiniboine Credit Union</a> and
<a href="https://www.legalaid.mb.ca/">Legal Aid Manitoba</a>
Rich Johnson Mac OS X patch
Miquel Jordana Vilamitjana Spanish translation of manual
Prakash Kailasa for gnome build fixes

View File

@@ -109,21 +109,30 @@ set(SYSCONFDIR_BUILD ${CMAKE_BINARY_DIR}/etc)
set(LIBEXECDIR_BUILD ${CMAKE_BINARY_DIR}/libexec)
set(BINDIR_BUILD ${CMAKE_BINARY_DIR}/bin)
set(SHELL_FROM_ENV $ENV{SHELL})
set(SHELL /bin/bash)
#We need to distinguish between MinGW.org and MinGW-w64:
# We need to distinguish between MinGW.org and MinGW-w64:
if (MINGW)
string(FIND ${CMAKE_C_COMPILER} "msys2" IS_MSYS2)
if(${IS_MSYS2} GREATER_EQUAL 0)
set(MINGW64 ON)
endif()
endif(MINGW)
if (MINGW AND NOT MINGW64) # /bin/bash will work fine on MinGW
# Find a proper bash executable
set(GNC_SHELL $ENV{GNC_SHELL})
if (GNC_SHELL) # Replacing this with if ($ENV{GNC_SHELL}) doesn't work.
# Allow shell override by setting the GNC_SHELL environment variable
set(SHELL ${GNC_SHELL})
elseif (MINGW AND NOT MINGW64)
# Old mingw's bash is on on the path, so hard-code it for now
set(SHELL ${CMAKE_PREFIX_PATH}/mingw/msys/1.0/bin/bash.exe)
endif()
if (SHELL_FROM_ENV) # Replacing this with if ($ENV{SHELL}) doesn't work.
set(SHELL ${SHELL_FROM_ENV})
else()
find_package(UnixCommands)
if (BASH)
set(SHELL ${BASH})
else()
message(SEND_ERROR "Can't find a suitable bash executable. Please set GNC_SHELL.")
endif()
endif()
# Determine whether we are building from a VCS or from a tarball

View File

@@ -1,8 +1,8 @@
GETTING HELP: If you need help with GnuCash, please do not contact any
of the Documentors directly. Instead, first look at the <a href="http://wiki.gnucash.org/wiki/FAQ">FAQ</a> to see if your question
of the Documentors directly. Instead, first look at the <a href="https://wiki.gnucash.org/wiki/FAQ">FAQ</a> to see if your question
is common and is answered there. If that doesn't help, there are mailing
lists in English, Dutch, French, German, Italian, Portuguese and an English
IRC channel. More information can be found at for <a href="http://wiki.gnucash.org/wiki/Mailing_Lists">Mailing List</a> and <a href="http://wiki.gnucash.org/wiki/IRC">IRC</a>.
IRC channel. More information can be found at for <a href="https://wiki.gnucash.org/wiki/Mailing_Lists">Mailing List</a> and <a href="https://wiki.gnucash.org/wiki/IRC">IRC</a>.
Contributors:

18
NEWS
View File

@@ -1014,7 +1014,7 @@ New Features for Users:
6-digit-maximum fraction is now 9-digits, and prices may have up
to 18 digit precision.
Chart Reports appearance is improved, including more modern chart colours
as suggested by http://clrs.cc/.
as suggested by https://clrs.cc/.
Transaction Report improvements, including regular expression filtering
and many more options and features including a "Subtotal Summary Grid"
The subtotal summary-grid will tabulate subtotals - prime-sortkey
@@ -1306,7 +1306,7 @@ Updated Translations: Spanish
New Features For Users:
Modernise chart colours from the dated CSS defaults to
modern colours as suggested by http://clrs.cc/.
modern colours as suggested by https://clrs.cc/.
Add "Subtotal Summary Grid" to the Transaction Report.
The subtotal summary-grid will tabulate subtotals - prime-sortkey
vertically, sec-sortkey horizontally. This will be useful, for
@@ -3563,7 +3563,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. Please see http://wiki.gnucash.org/wiki/Development
https://www.gnucash.org. Please see https://wiki.gnucash.org/wiki/Development
on how to get involved.
o Major new features:
* All features, including business features, are supported by a new
@@ -4233,9 +4233,9 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. We especially need people to help with
https://www.gnucash.org. We especially need people to help with
updating the documentation as all texts refer currently to the 1.8.x
series. Please see http://wiki.gnucash.org/wiki/Development on how to
series. Please see https://wiki.gnucash.org/wiki/Development on how to
get involved.
o PS I'm not going to list the many features changed or updated in
this release because obviously there is so much that has changed.
@@ -4618,9 +4618,9 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. We especially need people to help with
https://www.gnucash.org. We especially need people to help with
updating the documentation as all texts refer currently to the 1.8.x
series. Please see http://wiki.gnucash.org/wiki/Development on how to
series. Please see https://wiki.gnucash.org/wiki/Development on how to
get involved.
o PS I'm not going to list the many features changed or updated in
this release because obviously there is so much that has changed.
@@ -4713,7 +4713,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
at the end of the split list.
o Major change for HBCI, back-ported from HEAD. The HBCI online
banking is no longer based on the openhbci library but instead on the
aqbanking library http://sf.net/projects/aqbanking which is Martin
aqbanking library https://sf.net/projects/aqbanking which is Martin
Preuss' successor of openhbci. This means that now aqbanking-0.9.5 is
required instead of any openhbci package.
o Fixes for x86_64
@@ -4913,7 +4913,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
o Improve HBCI error handling. Add more user feedback functions.
o Add support for KtoBlzCheck, a small checking package for
destination account numbers for German banks. Very small, very useful
http://sourceforge.net/projects/ktoblzcheck
https://sourceforge.net/projects/ktoblzcheck
o TRANSLATION_HOWTO: Added, by Jon Lapham
o Add API to the plugin modules to allow post-processing (scrubbing)
of the book after it is loaded from XML. This allows a plug-in to

View File

@@ -1,7 +1,7 @@
GnuCash Compiler Dependency
---------------------------
The GnuCash developers use gcc (http://gcc.gnu.org) for developing and
The GnuCash developers use gcc (https://gcc.gnu.org) for developing and
testing GnuCash. For convenience, we have relied on certain features
of gcc that are not part of any official standard and may not be
available with other standard-compliant compilers. Anyone desiring to
@@ -40,7 +40,7 @@ strongly discouraged and actively removed whenever it's caught.
Important notice
----------------
You can find the most recent version of the following part at
http://wiki.gnucash.org/wiki/Dependencies.
https://wiki.gnucash.org/wiki/Dependencies.
GnuCash Library Dependency Policy
---------------------------------

View File

@@ -20,7 +20,7 @@ When making changes to GnuCash and trying to commit to the repository:
If you are making changes to gnucash, you should be subscribed
to gnucash-devel@gnucash.org and to gnucash-changes@gnucash.org.
(Subscription address: http://www.gnucash.org/en/lists.phtml)
(Subscription address: https://www.gnucash.org/en/lists.phtml)
gnucash-devel@gnucash.org is a good place to ask about intended
changes.

View File

@@ -14,7 +14,7 @@
# @endcode
#
# For explanation of use have a look at the wiki:
# http://wiki.gnucash.org/wiki/Stocks/get_prices
# https://wiki.gnucash.org/wiki/Stocks/get_prices
#
# @cond PERL

View File

@@ -36,7 +36,7 @@ LaTeX or other output formats as desired.
- Internationalization - currencies, formatting of numbers, templates
- Providing data of gnucash owner.
At the moment this has to be put into the invoices (template/final file) by hand. Access of this data is in KVPs. No support in python-bindings at the moment. c-API to access these values is work in progress. A fork to access these is https://github.com/c-holtermann/gnucash/tree/python-kvp. This is very much work in progress. A discussion can be found in thread http://lists.gnucash.org/pipermail/gnucash-devel/2014-June/037768.html.
At the moment this has to be put into the invoices (template/final file) by hand. Access of this data is in KVPs. No support in python-bindings at the moment. c-API to access these values is work in progress. A fork to access these is https://github.com/c-holtermann/gnucash/tree/python-kvp. This is very much work in progress. A discussion can be found in thread https://lists.gnucash.org/pipermail/gnucash-devel/2014-June/037768.html.
- A jinja2 template mimicking the original html invoices
\par See also:

View File

@@ -29,19 +29,19 @@
# Additional information :
#
# - Doxygen docs: see page \ref py_invoice_export at https://code.gnucash.org/docs/MAINT or MASTER
# - http://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
# - https://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
#
# Credits to and ideas from
#
# - Main function as proposed by Guido van Rossum
# at http://www.artima.com/weblogs/viewpost.jsp?thread=4829
# at https://www.artima.com/weblogs/viewpost.jsp?thread=4829
# - Invoice.tex is derived from\n
# scrlttr2.tex v0.3. (c) by Juergen Fenn <juergen.fenn@gmx.de>\n
# http://www.komascript.de/node/355\n
# https://www.komascript.de/node/355\n
# english translation: ftp://ftp.dante.de/tex-archive/info/templates/fenn/scrlttr2en.tex
# - rechnung.sty\n
# from M G Berberich (berberic@fmi.uni-passau.de) and Ulrich Sibiller (uli42@web.de)
# Ver3.10 from http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html
# Ver3.10 from https://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html
#
# To Do:
#

View File

@@ -14,7 +14,7 @@
# @endcode first to achieve data into file INTC which can thereafter be imported to GnuCash using this script.
#
# For explanation of use have a look at the wiki:
# http://wiki.gnucash.org/wiki/Stocks/get_prices
# https://wiki.gnucash.org/wiki/Stocks/get_prices
#
from gnucash import Session, Account, Split

View File

@@ -350,7 +350,7 @@ class GncPrice(GnuCashCoreClass):
commodity with respect to another commodity.
For example, a given price might represent the value of LNUX in USD on 2001-02-03.
See also http://code.gnucash.org/docs/head/group__Price.html
See also https://code.gnucash.org/docs/head/group__Price.html
'''
_new_instance = 'gnc_price_create'
GncPrice.add_methods_with_prefix('gnc_price_')
@@ -369,7 +369,7 @@ class GncPriceDB(GnuCashCoreClass):
Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db.
Definition in file gnc-pricedb.h.
See also http://code.gnucash.org/docs/head/gnc-pricedb_8h.html
See also https://code.gnucash.org/docs/head/gnc-pricedb_8h.html
'''
GncPriceDB.add_methods_with_prefix('gnc_pricedb_')

View File

@@ -1,11 +1,2 @@
This directory is intended to hold any external code that is needed in
order to build gnucash, but isn't considered widely available.
------------------------------------------------
Finance::Quote
--------------
Available from http://finance-quote.sourceforge.net.
------------------------------------------------

View File

@@ -643,7 +643,7 @@ start_over:
char *posix_d_t_fmt;
strncpy (d_t_fmt, date_locale_string, date_len);
strncat (d_t_fmt, " ", 1);
strcat (d_t_fmt, " ");
strncat (d_t_fmt, time_locale_string, time_len);
free (date_locale_string);
free (time_locale_string);
@@ -888,7 +888,7 @@ match_century:
char *posix_t_p_fmt;
strncpy (t_p_fmt, locale_string, locale_len);
strncat (t_p_fmt, " tt", 3);
strcat (t_p_fmt, " tt");
posix_t_p_fmt = translate_win32_picture (t_p_fmt);

View File

@@ -5,7 +5,7 @@ Using CMake to build GnuCash
As part of his CuteCash experiment (now removed from the repository),
Christian Stimming added support for using
http://www.cmake.org[CMake] to build the part of GnuCash that
https://www.cmake.org[CMake] to build the part of GnuCash that
went into CuteCash. This work extends the use of CMake to cover all of
GnuCash proper such that GnuCash itself can be fully compiled with
CMake.
@@ -23,7 +23,7 @@ Some advantages of using CMake:
* The CMake language, though with significant issues, is still
easier to maintain than autotools.
This setup also uses the http://www.ninja-build.org[Ninja] build
This setup also uses the https://www.ninja-build.org[Ninja] build
system to enable fast and parallel builds on Windows. (On POSIX
systems [OS X, Linux, FreeBSD, etc.] Ninja does not seem significantly
faster than using the default Makefile generator to me.)

View File

@@ -1,7 +1,7 @@
The copyright notice below applies to all files in the cmake_modules/
directory. Some of them were published on
http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules, others on
http://cmake-modules.googlecode.com/svn/trunk/Modules/.
https://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules, others on
https://cmake-modules.googlecode.com/svn/trunk/Modules/.

View File

@@ -2,7 +2,7 @@ GC-export_en.xls
----------------
From: Jannick Asmus <jannick.news gmail com>
http://lists.gnucash.org/pipermail/gnucash-devel/2008-January/022342.html
https://lists.gnucash.org/pipermail/gnucash-devel/2008-January/022342.html
I have attached an Excel2003 file for exporting data out of GC to Excel. It
works pretty easily - even for non-advanced users. I checked it for Excel2003

View File

@@ -1 +1 @@
See <http://lists.gnucash.org/pipermail/gnucash-devel/2006-November/019137.html> for submission details.
See <https://lists.gnucash.org/pipermail/gnucash-devel/2006-November/019137.html> for submission details.

View File

@@ -31,7 +31,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See: http://www.gnu.org/licenses/lgpl.html
# See: https://www.gnu.org/licenses/lgpl.html
#
#**********************************************************************
# Acknowledgements: Special thanks go to the authors on OpenOffice.org

View File

@@ -39,7 +39,7 @@
Standardkontenrahmen SKR04, Stand 2005
</gnc-act:short-description>
<gnc-act:long-description>
BETA-Version eines Kontenrahmes SKR04 für 2005. Mehr Informationen unter http://wiki.gnucash.org/wiki/De/SKR04
BETA-Version eines Kontenrahmes SKR04 für 2005. Mehr Informationen unter https://wiki.gnucash.org/wiki/De/SKR04
</gnc-act:long-description>
<gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>

View File

@@ -1,4 +1,4 @@
GnuCash és un programa de comptabilitat lliure, de codi obert publicat sota la
GnuCash és un programa de comptabilitat lliure, de codi obert publicat sota la
Llicència Pública General GNU (GPL) i disponible per a GNU / Linux, *BSD,
Solaris, Mac OSX i Microsoft Windows.
@@ -11,9 +11,9 @@ principis comptables professionals per assegurar balanços de comptes i informes
Opcions d'assistència disponibles:
Preguntes freqüents en línia: http://wiki.gnucash.org/wiki/FAQ
Llistes de correu: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Xat): canal #gnucash al servidor irc.gnome.org, vegeu també http://wiki.gnucash.org/wiki/IRC
Preguntes freqüents en línia: https://wiki.gnucash.org/wiki/FAQ
Llistes de correu: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Xat): canal #gnucash al servidor irc.gnome.org, vegeu també https://wiki.gnucash.org/wiki/IRC
Si trobeu errors o problemes, no dubteu a informar-los
a la nostra eina de seguiment d'errors "Bugzilla":
@@ -49,4 +49,4 @@ va ser l'any 1998.
-------------------
Aquesta és la traducció al català del fitxer README GnuCash 2.2.x per als paquets binaris de Windows.
Aquesta és la traducció al català del fitxer README GnuCash 2.2.x per als paquets binaris de Windows.

View File

@@ -12,10 +12,10 @@ erfüllen kann. Auch Onlinebanking über HBCI wird unterstützt.
Verfügbarer Support
Englische FAQ-Seite: http://wiki.gnucash.org/wiki/FAQ
Deutsche Mailingliste: http://lists.gnucash.org/mailman/listinfo/gnucash-de
Englische FAQ-Seite: https://wiki.gnucash.org/wiki/FAQ
Deutsche Mailingliste: https://lists.gnucash.org/mailman/listinfo/gnucash-de
IRC (Online-Chat): Channel #gnucash auf Server irc.gnome.org, auch
beschrieben auf http://wiki.gnucash.org/wiki/IRC
beschrieben auf https://wiki.gnucash.org/wiki/IRC
Sollten Probleme auftreten, bitten die Entwickler darum, diese als
englischsprachigen Fehlerbericht in »Bugzilla« einzutragen:

View File

@@ -13,10 +13,10 @@ précis.
Sources disponibles d'assistance :
FAQ en ligne: http://wiki.gnucash.org/wiki/FAQ
Listes de diffusions: http://wiki.gnucash.org/wiki/Mailing_Lists
FAQ en ligne: https://wiki.gnucash.org/wiki/FAQ
Listes de diffusions: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Canal #gnucash sur le serveur irc.gnome.org,
Aussi à consulter: http://wiki.gnucash.org/wiki/IRC
Aussi à consulter: https://wiki.gnucash.org/wiki/IRC
N'hésitez pas à rapporter toute erreur ou tout problème rencontré
sur notre outil de suivi des bogues "Bugzilla":

View File

@@ -1,4 +1,4 @@
GnuCash je besplatan računovodstveni program otvorenog koda, izdan pod GNU općom javnom licencom (GPL). Dostupan za sustave GNU/Linux, *BSD, Solaris, Mac OSX i Microsoft Windows.
GnuCash je besplatan računovodstveni program otvorenog koda, izdan pod GNU općom javnom licencom (GPL). Dostupan za sustave GNU/Linux, *BSD, Solaris, Mac OSX i Microsoft Windows.
Osmišljen da bude jednostavan u upotrebi, istovremeno moćan i prilagodljiv, GnuCash ti omogućava praćenje bankovnih računa, dionica, prihoda i rashoda. GnuCash se zasniva na profesionalnim računovodstvenim načelima kao što je dvojno knjigovodstvo, te osigurava bilancirane knjige i točne izvještaje.
@@ -6,12 +6,12 @@ Osmišljen da bude jednostavan u upotrebi, istovremeno moćan i prilagodljiv, Gn
Dostupna pomoć
Mrežne FAQ stranice: http://wiki.gnucash.org/wiki/FAQ
Pretplatničke liste: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Kanal #gnucash na serveru irc.gnome.org, vidi također http://wiki.gnucash.org/wiki/IRC
Mrežne FAQ stranice: https://wiki.gnucash.org/wiki/FAQ
Pretplatničke liste: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Kanal #gnucash na serveru irc.gnome.org, vidi također https://wiki.gnucash.org/wiki/IRC
Ako primijetiš greške ili naiđeš na probleme, slobodno ih prijavi na našu „Bugzilla”-stranicu za praćenje grešaka:
http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------

View File

@@ -11,9 +11,9 @@ contabilità assicurando il bilancio dei conti e l'accurattezza dei resoconti.
Disponibilità di supporto
FAQ online (in inglese): http://wiki.gnucash.org/wiki/FAQ
Mailing List: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): canale #gnucash sul server irc.gnome.org; vedere anche http://wiki.gnucash.org/wiki/IRC
FAQ online (in inglese): https://wiki.gnucash.org/wiki/FAQ
Mailing List: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): canale #gnucash sul server irc.gnome.org; vedere anche https://wiki.gnucash.org/wiki/IRC
Se si riscontrassero dei problemi o dei bug utilizzando il programma, è possibile comunicarli nel sistema
di tracciamento dei bug di GnuCash denominato "Bugzilla":

View File

@@ -13,9 +13,9 @@ precīzus pārskatus.
Tehniskā palīdzība
Tiešsaistes palīdzība: http://wiki.gnucash.org/wiki/FAQ
Vēstkopas: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (sazņa): #gnucash on server irc.gnome.org, skatīt arī http://wiki.gnucash.org/wiki/IRC
Tiešsaistes palīdzība: https://wiki.gnucash.org/wiki/FAQ
Vēstkopas: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (sazņa): #gnucash on server irc.gnome.org, skatīt arī https://wiki.gnucash.org/wiki/IRC
Ja atklājat kļūdas vai problēmas, nekautrējieties tās reģistrēt "Bugzilla" kļūdu apstrādes
sistēmā https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash

View File

@@ -12,9 +12,9 @@ balans en nauwkeurige rapporten te verzekeren.
Beschikbare bronnen voor ondersteuning
Online veel gestelde vragen (FAQ): http://wiki.gnucash.org/wiki/FAQ
Mailing Lijsten: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Channel #gnucash on server irc.gnome.org, see also http://wiki.gnucash.org/wiki/IRC
Online veel gestelde vragen (FAQ): https://wiki.gnucash.org/wiki/FAQ
Mailing Lijsten: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Channel #gnucash on server irc.gnome.org, see also https://wiki.gnucash.org/wiki/IRC
Als je programmafouten (bugs) of problemen ervaart, aarzel niet om deze te melden in ons
bug opvolgsysteem "Bugzilla":

View File

@@ -6,9 +6,9 @@
您可以获得支持的途径
在线常见问题解答: http://wiki.gnucash.org/wiki/FAQ
邮件列表: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (聊天): irc.gnome.org 服务器的 #gnucash 频道,另见 http://wiki.gnucash.org/wiki/IRC
在线常见问题解答: https://wiki.gnucash.org/wiki/FAQ
邮件列表: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (聊天): irc.gnome.org 服务器的 #gnucash 频道,另见 https://wiki.gnucash.org/wiki/IRC
如果您遇到了任何 bug 或者问题,请不要犹豫,将它们报告到我们的 bug 跟踪工具“Bugzilla”https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash

View File

@@ -6,9 +6,9 @@ GnuCash 不僅設計成易於使用,而且功能強大又有彈性。它可以
可獲得支援的管道
常見問題解答: http://wiki.gnucash.org/wiki/FAQ
通信論壇: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (聊天): irc.gnome.org 伺服器的 #gnucash 頻道,見 http://wiki.gnucash.org/wiki/IRC
常見問題解答: https://wiki.gnucash.org/wiki/FAQ
通信論壇: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (聊天): irc.gnome.org 伺服器的 #gnucash 頻道,見 https://wiki.gnucash.org/wiki/IRC
如果您遇到了任何 bug 或問題,請不要遲疑,將問題報告到我們的 bug 追蹤系統 "Bugzilla": (請用英文)
https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash

View File

@@ -17,8 +17,8 @@ support. This makes it the world's first *free* HBCI-enabled personal
finance manager.
Many additional information about GnuCash and HBCI can be found in
German language on http://linuxwiki.de/GnuCash,
http://linuxwiki.de/AqBanking, and http://linuxwiki.de/OpenHBCI.
German language on https://linuxwiki.de/GnuCash,
https://linuxwiki.de/AqBanking, and https://linuxwiki.de/OpenHBCI.
HBCI (Home Banking Computer Interface) is a standard used by German
banks for offering online banking service. Through this standard,
@@ -39,12 +39,12 @@ HBCI for now.
2. Requirements
------------
See also http://linuxwiki.de/AqBanking
See also https://linuxwiki.de/AqBanking
Required packages:
AqBanking 1.3.0, or any later version: Get aqbanking from
http://sourceforge.net/projects/aqbanking . (Historical note:
https://sourceforge.net/projects/aqbanking . (Historical note:
Until gnucash-1.8.9, the library "openhbci" had been used, but
with gnucash-1.8.10, gnucash switched to the successor of openhbci
which is aqbanking/aqhbci.) (Second historical note: The library
@@ -56,11 +56,11 @@ package.)
which in turn requires:
Gwenhywfar 1.16.0, or any later version,
http://sourceforge.net/projects/gwenhywfar, which in turn requires
OpenSSL any 0.9.x, http://www.openssl.org .
https://sourceforge.net/projects/gwenhywfar, which in turn requires
OpenSSL any 0.9.x, https://www.openssl.org .
If you want chipcard support, you also need libchipcard version
2.0.0 or later, http://sourceforge.net/projects/libchipcard
2.0.0 or later, https://sourceforge.net/projects/libchipcard
(Note: Not all arbitrary version combinations between aqbanking
and gwenhywfar will work! Only those versions that have been
@@ -150,7 +150,7 @@ Gnucash/AqBanking (or OpenHBCI) is successfully being used with:
If you encounter an error, you can report it in German language on
gnucash-de@gnucash.org (Subscriber-only list; please subscribe on
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de ) and on on
https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de ) and on on
openhbci-general@lists.sf.net. Please remember to include the version
numbers of gnucash and aqbanking as well as any console output and/or
HBCI connection log (can be obtained through the HBCI Verbose Debug

View File

@@ -28,10 +28,10 @@ as other services, such as bill payment. Features requiring direct access
------------
LibOFX 0.7.0 or later
http://libofx.sourceforge.net/
https://libofx.sourceforge.net/
which in turn requires:
OpenSP 1.3.x or later, http://openjade.sourceforge.net/
OpenSP 1.3.x or later, https://openjade.sourceforge.net/
Then you enable OFX support by building GnuCash with:
@@ -182,7 +182,7 @@ order of effectiveness for you, but ANY report is apreciated):
* Open a bug at https://bugs.gnucash.org/
* gnucash-devel@gnucash.org or gnucash-user@gnucash.org (Subscriber-only list;
please subscribe on https://lists.gnucash.org/mailman/listinfo/ )
* http://lists.sourceforge.net/lists/listinfo/libofx-devel/ if ofxdump doesn't
* https://lists.sourceforge.net/lists/listinfo/libofx-devel/ if ofxdump doesn't
give you the expected data.
* many developers hang on the IRC channel #gnucash on irc.gnome.org
@@ -246,7 +246,7 @@ frequently by banks all over the world.
The main author of LibOFX managed to find
specs, but needs the OFC DTD (Data Type Definition) to add support. That file
is supposed to be available from a link an this page:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B162872
https://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B162872
However, despite numerous requests to Microsoft to either fix the broken link or
send him a copy of the file, they still haven't done so. That file is probably

View File

@@ -7,15 +7,15 @@ Sommaire:
---------
- Vue d'ensemble
- Mise <20> jour depuis la version 1.8.x
- D<>pendances
- Mise <20> jour depuis la version 1.8.x
- D<>pendances
- Mise en route
- Internationalisation
- Compilation et installation
- plates-formes support<72>es
- Sites de t<>l<EFBFBD>chargement miroirs
- R<>cup<75>rer les sources avec SVN
- D<>veloppement de GnuCash
- plates-formes support<72>es
- Sites de t<>l<EFBFBD>chargement miroirs
- R<>cup<75>rer les sources avec SVN
- D<>veloppement de GnuCash
##############
@@ -23,119 +23,119 @@ Vue d'ensemble
--------------
GnuCash est un gestionnaire de finances personnelles. Une interface graphique
d'enregistrement ressemblant au talon de votre ch<63>quier vous permet d'entrer et
de suivre vos comptes bancaires, actions, revenus et m<>me vos op<6F>rations
boursi<EFBFBD>res. L'interface est con<6F>ue pour <20>tre simple et facile <20> utiliser, mais
elle est adoss<73>e aux principes de comptabilit<69> de la partie double pour assurer
l'<27>quilibre des comptes.
d'enregistrement ressemblant au talon de votre ch<63>quier vous permet d'entrer et
de suivre vos comptes bancaires, actions, revenus et m<>me vos op<6F>rations
boursi<EFBFBD>res. L'interface est con<6F>ue pour <20>tre simple et facile <20> utiliser, mais
elle est adoss<73>e aux principes de comptabilit<69> de la partie double pour assurer
l'<27>quilibre des comptes.
Quelques une de ces caract<63>ristiques sont:
Quelques une de ces caract<63>ristiques sont:
* Une interface facile <20> utiliser. Si vous savez utiliser le talon de votre
ch<EFBFBD>quier, vous savez utiliser GnuCash. Tapez directement dans le registre,
d<EFBFBD>placez vous entre les champs, et utilisez quick-fill (saisie rapide) pour
compl<EFBFBD>ter automatiquement la transaction. L'interface est personnalisable depuis
l'application elle-m<>me (pas de fichiers de config <20> modifier :) ).
* Transactions r<>currentes : GnuCash a la possibilit<69> de g<>n<EFBFBD>rer automatiquement
des transactions, de rappeler leur <20>ch<63>ance, de proposer de la valider ou de la
retarder et <20>galement de les supprimer apr<70>s un certain temps.
* Importation de fichiers OFX : GnuCash est le premier logiciel libre <20>
supporter le protocole <20> Open Financial Exchange <20> qui est de plus en plus
utilis<EFBFBD> par les banques. Le d<>veloppement du support OFX et HBCI a permis une
am<EFBFBD>lioration du m<>canisme permettant de retrouver des transactions homologues
* Une interface facile <20> utiliser. Si vous savez utiliser le talon de votre
ch<EFBFBD>quier, vous savez utiliser GnuCash. Tapez directement dans le registre,
d<EFBFBD>placez vous entre les champs, et utilisez quick-fill (saisie rapide) pour
compl<EFBFBD>ter automatiquement la transaction. L'interface est personnalisable depuis
l'application elle-m<>me (pas de fichiers de config <20> modifier :) ).
* Transactions r<>currentes : GnuCash a la possibilit<69> de g<>n<EFBFBD>rer automatiquement
des transactions, de rappeler leur <20>ch<63>ance, de proposer de la valider ou de la
retarder et <20>galement de les supprimer apr<70>s un certain temps.
* Importation de fichiers OFX : GnuCash est le premier logiciel libre <20>
supporter le protocole <20> Open Financial Exchange <20> qui est de plus en plus
utilis<EFBFBD> par les banques. Le d<>veloppement du support OFX et HBCI a permis une
am<EFBFBD>lioration du m<>canisme permettant de retrouver des transactions homologues
et les doublons.
* Support de l'HBCI : GnuCash est le premier logiciel libre <20> supporter le
protocole allemand d'op<6F>rations bancaires en ligne
* Support de l'HBCI : GnuCash est le premier logiciel libre <20> supporter le
protocole allemand d'op<6F>rations bancaires en ligne
* Importation de fichiers Quicken: Importation de fichiers au format QIF de
Quicken. Les fichiers QIF sont automatiquement fusionn<6E>s pour <20>liminer les
transactions dupliqu<71>es.
* La fen<65>tre de rapprochement avec les soldes actuels rapproch<63>s et point<6E>s rend
Quicken. Les fichiers QIF sont automatiquement fusionn<6E>s pour <20>liminer les
transactions dupliqu<71>es.
* La fen<65>tre de rapprochement avec les soldes actuels rapproch<63>s et point<6E>s rend
le rapprochement facile.
* Portefeuille d'actions/fonds de placements (SICAV et FCP en France): suivi
d'actions individuellement (une par compte) ou dans un portefeuille de comptes
(un groupe de comptes qui peuvent <20>tre affich<63>s ensemble).
* R<>cup<75>ration des cours des actions et fonds communs (FCP et SICAV) depuis
diff<EFBFBD>rents sites Web, mise <20> jour automatique du portefeuille.
* Rapports : affichent le bilan , les pertes et profits, <20>valuation du
(un groupe de comptes qui peuvent <20>tre affich<63>s ensemble).
* R<>cup<75>ration des cours des actions et fonds communs (FCP et SICAV) depuis
diff<EFBFBD>rents sites Web, mise <20> jour automatique du portefeuille.
* Rapports : affichent le bilan , les pertes et profits, <20>valuation du
portefeuille, rapports de transactions, ou suivi du solde du compte, ou
exportation de ceux-ci en HTML. Vous pouvez <20>crire votre propre rapport
personnalis<EFBFBD> si vous connaissez un peu le langage Scheme. Les rapports peuvent
maintenant <20>tre r<>alis<69>s sur une p<>riode comptable.
* Monnaies/devises multiples et March<63> des changes : de multiple monnaies sont
support<EFBFBD>es et peuvent <20>tre achet<65>es et vendues (faire du commerce avec elles).
Les mouvements mon<6F>taires entre comptes sont totalement <20>quilibr<62>s quand la
partie double est activ<69>e. Les transferts en devises multiples sont support<72>s.
* Tableau de comptes : un compte ma<6D>tre/principal peut avoir une arborescence
de comptes d<>taill<6C>s en dessous de lui. Cela permet d'avoir des types de
comptes similaires (par exemple Liquidit<69>s, Banque, Actions) group<75>s dans un
compte ma<6D>tre (par exemple Avoirs).
* Transactions r<>parties : une simple transaction peut <20>tre r<>partie en
plusieurs morceaux pour enregistrer les imp<6D>ts, paiements, et autres entr<74>es
compos<EFBFBD>es.
* Partie double: Quand elle est activ<69>e, chaque transaction doit d<>biter un
compte et cr<63>diter un autre d'un montant <20>quivalent. Cela permet de s'assurer
que les "livres sont <20>quilibr<62>s" : c'est <20> dire que la diff<66>rence entre les
revenus et les sorties est exactement <20>gale <20> la somme de tous les avoirs,
qu'ils soient bancaire, liquidit<69>s, actions ou autre.
* Types de comptes Revenus/D<>penses (Cat<61>gories) : ils ne servent pas uniquement
<EFBFBD> cat<61>goriser votre flux de liquidit<69>s/argent, mais quand ils sont utilis<69>s avec
la fonction de la partie double, ceux-ci peuvent fournir un <20>tat exact des
pertes et profits et donc du r<>sultat de la p<>riode.
* Extrait de compte/grand livre : de multiples comptes peuvent <20>tre affich<63>s
dans une fen<65>tre registre/d'enregistrement au m<>me moment. Cela peut faciliter
l'ennui de la recherche/v<>rification des erreurs de frappe/d'entr<74>e. Il fournit
aussi une mani<6E>re agr<67>able de visualiser un portefeuille de beaucoup d'actions,
exportation de ceux-ci en HTML. Vous pouvez <20>crire votre propre rapport
personnalis<EFBFBD> si vous connaissez un peu le langage Scheme. Les rapports peuvent
maintenant <20>tre r<>alis<69>s sur une p<>riode comptable.
* Monnaies/devises multiples et March<63> des changes : de multiple monnaies sont
support<EFBFBD>es et peuvent <20>tre achet<65>es et vendues (faire du commerce avec elles).
Les mouvements mon<6F>taires entre comptes sont totalement <20>quilibr<62>s quand la
partie double est activ<69>e. Les transferts en devises multiples sont support<72>s.
* Tableau de comptes : un compte ma<6D>tre/principal peut avoir une arborescence
de comptes d<>taill<6C>s en dessous de lui. Cela permet d'avoir des types de
comptes similaires (par exemple Liquidit<69>s, Banque, Actions) group<75>s dans un
compte ma<6D>tre (par exemple Avoirs).
* Transactions r<>parties : une simple transaction peut <20>tre r<>partie en
plusieurs morceaux pour enregistrer les imp<6D>ts, paiements, et autres entr<74>es
compos<EFBFBD>es.
* Partie double: Quand elle est activ<69>e, chaque transaction doit d<>biter un
compte et cr<63>diter un autre d'un montant <20>quivalent. Cela permet de s'assurer
que les "livres sont <20>quilibr<62>s" : c'est <20> dire que la diff<66>rence entre les
revenus et les sorties est exactement <20>gale <20> la somme de tous les avoirs,
qu'ils soient bancaire, liquidit<69>s, actions ou autre.
* Types de comptes Revenus/D<>penses (Cat<61>gories) : ils ne servent pas uniquement
<EFBFBD> cat<61>goriser votre flux de liquidit<69>s/argent, mais quand ils sont utilis<69>s avec
la fonction de la partie double, ceux-ci peuvent fournir un <20>tat exact des
pertes et profits et donc du r<>sultat de la p<>riode.
* Extrait de compte/grand livre : de multiples comptes peuvent <20>tre affich<63>s
dans une fen<65>tre registre/d'enregistrement au m<>me moment. Cela peut faciliter
l'ennui de la recherche/v<>rification des erreurs de frappe/d'entr<74>e. Il fournit
aussi une mani<6E>re agr<67>able de visualiser un portefeuille de beaucoup d'actions,
en montrant toutes les transactions dans ce portefeuille.
* <20>crit en C avec un support <20>tendu de Scheme via Guile.
* L'acc<63>s au fichier est verrouill<6C> par un drapeau de s<>curit<69> r<>seau, pr<70>venant
des dommages accidentels si plusieurs utilisateurs essaient d'acc<63>der au m<>me
fichier, m<>me si le fichier est mont<6E> par NFS.
* Fournit un format de flux de donn<6E>es (byte-stream format), qui permet aux
comptes et groupes de comptes d'<27>tre transmis par d'autres processus via pipes
* <20>crit en C avec un support <20>tendu de Scheme via Guile.
* L'acc<63>s au fichier est verrouill<6C> par un drapeau de s<>curit<69> r<>seau, pr<70>venant
des dommages accidentels si plusieurs utilisateurs essaient d'acc<63>der au m<>me
fichier, m<>me si le fichier est mont<6E> par NFS.
* Fournit un format de flux de donn<6E>es (byte-stream format), qui permet aux
comptes et groupes de comptes d'<27>tre transmis par d'autres processus via pipes
ou sockets.
* Chargement de la date au format europ<6F>en, traductions diverses.
* Nouveau manuel utilisateur : une toute nouvelle aide en ligne a <20>t<EFBFBD> <20>crite :
* Chargement de la date au format europ<6F>en, traductions diverses.
* Nouveau manuel utilisateur : une toute nouvelle aide en ligne a <20>t<EFBFBD> <20>crite :
elle se focalise sur comment faire les actions en relation avec un tutoriel et
un guide des concepts.
* De nouveaux menus : les menus de GnuCash ont <20>t<EFBFBD> revus pour se conformer aux
* De nouveaux menus : les menus de GnuCash ont <20>t<EFBFBD> revus pour se conformer aux
principes d'interface de Gnome.
Home Page:
http://gnucash.org/ (site officiel - version anglaise)
https://www.gnucash.org/ (site officiel - version anglaise)
Binaires pr<70>compil<69>s / ex<65>cutables:
http://www.gnucash.org/pub/gnucash/
Binaires pr<70>compil<69>s / ex<65>cutables:
https://www.gnucash.org/pub/gnucash/
Versions de d<>veloppement:
http://www.gnucash.org/en/hacking.phtml
Versions de d<>veloppement:
https://www.gnucash.org/en/hacking.phtml
###################################
Mise <20> jour depuis la version 1.8.x
Mise <20> jour depuis la version 1.8.x
-----------------------------------
Il y a beaucoup, beaucoup de changements depuis la s<>rie 1.8 -
Jetez un coup d'oeil au fichier NEWS si vous voulez plus de d<>tails.
Il y a beaucoup, beaucoup de changements depuis la s<>rie 1.8 -
Jetez un coup d'oeil au fichier NEWS si vous voulez plus de d<>tails.
- GnuCash n<>cessite g-wrap version 1.3.4 ou sup<75>rieur. Consultez la section <20>
D<EFBFBD>pendances <20> pour plus de d<>tails.
- GnuCash n<>cessite g-wrap version 1.3.4 ou sup<75>rieur. Consultez la section <20>
D<EFBFBD>pendances <20> pour plus de d<>tails.
- Les donn<6E>es ne sont plus accessibles <20> partir de la version 1.6 une fois de
nouvelles fonctionnalit<69>s utilis<69>es : il n'y a pas de compatibilit<69>
descendante. Sauvegardez vos donn<6E>es!!
- Les donn<6E>es ne sont plus accessibles <20> partir de la version 1.6 une fois de
nouvelles fonctionnalit<69>s utilis<69>es : il n'y a pas de compatibilit<69>
descendante. Sauvegardez vos donn<6E>es!!
- La documentation de GnuCash est d<>sormais d<>plac<61>e dans un package s<>par<61>
(gnucash-docs). si vous voyez un message du type <20> URL non trouv<75>e <20>, en
- La documentation de GnuCash est d<>sormais d<>plac<61>e dans un package s<>par<61>
(gnucash-docs). si vous voyez un message du type <20> URL non trouv<75>e <20>, en
cliquant un item du menu Aide, vous devrez installer la package gnucash-docs.
Nous esp<73>rons que vous vous appr<70>cierez toutes les nouvelles fonctionnalit<69>s!
Nous esp<73>rons que vous vous appr<70>cierez toutes les nouvelles fonctionnalit<69>s!
############
D<EFBFBD>pendances
D<EFBFBD>pendances
------------
Les packages suivants sont requis et doivent <20>tre install<6C>s pour faire
Les packages suivants sont requis et doivent <20>tre install<6C>s pour faire
fonctionner GnuCash:
[Consultez le fichier README.dependencies]
@@ -145,33 +145,33 @@ fonctionner GnuCash:
Mise en route
-------------
Pour les d<>tails d'invocation/de lancement de GnuCash, regardez les pages de
Pour les d<>tails d'invocation/de lancement de GnuCash, regardez les pages de
man dans doc/gnucash.1.
Vous pouvez <20>galement taper gnucash --help sur la ligne de commande.
Vous pouvez <20>galement taper gnucash --help sur la ligne de commande.
Vous pouvez d<>marrer GnuCash en ligne de commande, avec <20> gnucash <20> ou <20> gnucash
<nom du fichier> <20>, o<> <nom du fichier> est un fichier de donn<6E>es de GnuCash.
Vous pouvez d<>marrer GnuCash en ligne de commande, avec <20> gnucash <20> ou <20> gnucash
<nom du fichier> <20>, o<> <nom du fichier> est un fichier de donn<6E>es de GnuCash.
Des exemples de comptes peuvent <20>tre trouv<75>s dans le sous-r<>pertoire "data".
Les fichiers *.xac sont les comptes de GnuCash qui peuvent <20>tre ouverts avec
le menu <20> Fichier/Ouvrir <20>.
Les fichiers *.qif sont des fichiers au format Quicken qui peuvent <20>tre ouverts
par le menu <20> Fichier/Importer QIF <20>.
Des exemples de comptes peuvent <20>tre trouv<75>s dans le sous-r<>pertoire "data".
Les fichiers *.xac sont les comptes de GnuCash qui peuvent <20>tre ouverts avec
le menu <20> Fichier/Ouvrir <20>.
Les fichiers *.qif sont des fichiers au format Quicken qui peuvent <20>tre ouverts
par le menu <20> Fichier/Importer QIF <20>.
GnuCash r<>pond aux variables d'environnement suivantes :
GnuCash r<>pond aux variables d'environnement suivantes :
GNC_BOOTSTRAP_SCM - l'emplacement du code scheme initial de bootstrapping.
GUILE_LOAD_PATH - Pour surpasser le chemin de GnuCash utilis<69> pour le
chargement de fichiers Scheme. C'est une variable de la m<>me forme que les
GUILE_LOAD_PATH - Pour surpasser le chemin de GnuCash utilis<69> pour le
chargement de fichiers Scheme. C'est une variable de la m<>me forme que les
variables d'environnement PATH ou LIBRARY_PATH.
GNC_MODULE_PATH - Pour surpasser le chemin de GnuCash utilis<69> pour le
chargement de modules GnuCash. C'est une variable de la m<>me forme que les
GNC_MODULE_PATH - Pour surpasser le chemin de GnuCash utilis<69> pour le
chargement de modules GnuCash. C'est une variable de la m<>me forme que les
variables d'environnement PATH ou LIBRARY_PATH.
GNC_DEBUG - active la sortie de d<>bogage. Cela vous permet d'activer
le d<>bogage dans le processus de d<>marrageplus rapidement qu'avec l'option
GNC_DEBUG - active la sortie de d<>bogage. Cela vous permet d'activer
le d<>bogage dans le processus de d<>marrageplus rapidement qu'avec l'option
--debug.
@@ -179,13 +179,13 @@ GnuCash r
Internationalisation (i18n)
---------------------------
Des traductions (fichiers .po) existent pour diff<66>rentes langues. Ceux-ci
sont activ<69>s avec les variables d'environnement. Par exemple,
Des traductions (fichiers .po) existent pour diff<66>rentes langues. Ceux-ci
sont activ<69>s avec les variables d'environnement. Par exemple,
En fran<61>ais, avec bash:
En fran<61>ais, avec bash:
export LANG=fr_FR
En fran<61>ais, avec tcsh:
En fran<61>ais, avec tcsh:
setenv LANG fr_FR
Pour la version allemande:
@@ -196,37 +196,37 @@ Pour la version allemande:
Compilation et installation
---------------------------
[Pour plus de d<>tails sur la compilation, lisez doc/README.build-system]
[Pour plus de d<>tails sur la compilation, lisez doc/README.build-system]
GnuCash utilise GNU Automake pour traiter le processus de compilation, donc
pour plus de d<>tails, regardez les instructions g<>n<EFBFBD>rales dans INSTALL.
pour plus de d<>tails, regardez les instructions g<>n<EFBFBD>rales dans INSTALL.
Ci-dessous nous d<>taillons les parties sp<73>cifiques de GnuCash.
Ci-dessous nous d<>taillons les parties sp<73>cifiques de GnuCash.
Avant de compiler GnuCash, vous devrez obtenir et installer les packages
suivants:
libtool : Disponible <20> ftp://ftp.gnu.org/gnu.
libtool : Disponible <20> ftp://ftp.gnu.org/gnu.
Les RPMs et debs sont largement disponibles avec la plupart des
distributions.
syst<EFBFBD>me de d<>veloppement gnome: en-t<>tes (headers), librairies, etc.
syst<EFBFBD>me de d<>veloppement gnome: en-t<>tes (headers), librairies, etc.
libxml: disponible sur ftp.gnome.org
g-wrap : Les RPM's, debs, et sources sont disponibles <20>
http://www.gnucash.org/pub/g-wrap.
vous devrez utilisez g-wrap 1.3.4 ou sup<75>rieur
g-wrap : Les RPM's, debs, et sources sont disponibles <20>
https://www.gnucash.org/pub/g-wrap.
vous devrez utilisez g-wrap 1.3.4 ou sup<75>rieur
texinfo: Si vous compilez depuis svn, vous avez besoin du package GNU texinfo,
version 4.0 ou ult<6C>rieure.
version 4.0 ou ult<6C>rieure.
Ce que vous aurez besoin de r<>cup<75>rer et d'installer pour <20>tre s<>r d'avoir
tous ces <20>l<EFBFBD>ments correctement install<6C>s d<>pendra de votre syst<73>me
Ce que vous aurez besoin de r<>cup<75>rer et d'installer pour <20>tre s<>r d'avoir
tous ces <20>l<EFBFBD>ments correctement install<6C>s d<>pendra de votre syst<73>me
d'exploitation , mais ici se trouve une liste partielle de ce que vous aurez
besoin pour les syst<73>mes que nous connaissons:
besoin pour les syst<73>mes que nous connaissons:
Debian/GNU/Linux: (cf README.dependencies)
actuel:
@@ -238,49 +238,49 @@ besoin pour les syst
GnuCash comprend quelques options non-standard de ./configure . Vous
devriez lancer <20> ./configure --help <20> pour la liste la plus <20> jour des options
support<EFBFBD>es.
devriez lancer <20> ./configure --help <20> pour la liste la plus <20> jour des options
support<EFBFBD>es.
Si vous voulez seulement qu'une langue en particulier soit install<6C>e, vous
pouvez d<>finir la variable d'environnement LINGUAS avant de lancer ./configure.
Par exemple, pour installer seulement les traductions fran<61>aise, lancez
Si vous voulez seulement qu'une langue en particulier soit install<6C>e, vous
pouvez d<>finir la variable d'environnement LINGUAS avant de lancer ./configure.
Par exemple, pour installer seulement les traductions fran<61>aise, lancez
$ export LINGUAS=fr
$ ./configure
Si vous voulez <20>tre s<>r que toutes les langues soit install<6C>es, lancez
Si vous voulez <20>tre s<>r que toutes les langues soit install<6C>es, lancez
$ unset LINGUAS
$ ./configure
Bien que vous ayez besoin des librairies Gnome install<6C>es, vous n'avez pas
Bien que vous ayez besoin des librairies Gnome install<6C>es, vous n'avez pas
besoin d'utiliser le bureau/interface Gnome.
Les chemins de lancement et d'installations sont s<>par<61>es. Le --prefix que vous
sp<EFBFBD>cifiez <20> ./configure d<>termine le chemin o<> les ex<65>cutables chercheront des
fichiers <20> leur lancement. Normalement, cela d<>termine o<> <20> make install <20>
installera les fichiers. Cependant, automake supporte <20>galement des variables.
DESTDIR est utilis<69>e pendant le processus <20> make install <20> pour installer des
objets dans un r<>pertoire tampon. Chaque objet et chemin est pr<70>fix<69> avec la
valeur de 'DESTDIR' avant d'<27>tre copi<70> dans les r<>pertoires d'installation.
Les chemins de lancement et d'installations sont s<>par<61>es. Le --prefix que vous
sp<EFBFBD>cifiez <20> ./configure d<>termine le chemin o<> les ex<65>cutables chercheront des
fichiers <20> leur lancement. Normalement, cela d<>termine o<> <20> make install <20>
installera les fichiers. Cependant, automake supporte <20>galement des variables.
DESTDIR est utilis<69>e pendant le processus <20> make install <20> pour installer des
objets dans un r<>pertoire tampon. Chaque objet et chemin est pr<70>fix<69> avec la
valeur de 'DESTDIR' avant d'<27>tre copi<70> dans les r<>pertoires d'installation.
make DESTDIR=/tmp/staging install
Cela place les objets d'installation dans une arborescence de r<>pertoire
Cela place les objets d'installation dans une arborescence de r<>pertoire
construit sous `/tmp/staging'.
Si `/gnu/bin/foo' et /gnu/share/aclocal/foo.m4' doivent <20>tre install<6C>s, la
Si `/gnu/bin/foo' et /gnu/share/aclocal/foo.m4' doivent <20>tre install<6C>s, la
commande ci-dessus installera `/tmp/staging/gnu/bin/foo' et
`/tmp/staging/gnu/share/aclocal/foo.m4'.
DESTDIR peut <20>tre utile quand on essaie de construire des images d'installation
DESTDIR peut <20>tre utile quand on essaie de construire des images d'installation
et des packages.
########################
Plates-formes support<72>es
Plates-formes support<72>es
------------------------
La version 2.0.x de GnuCash est r<>puter fonctionner sur les syst<73>mes
La version 2.0.x de GnuCash est r<>puter fonctionner sur les syst<73>mes
d'exploitation suivants:
GNU/Linux -- x86, Sparc, Alpha
@@ -289,84 +289,57 @@ FreeBSD -- x86
OpenBSD -- x86
MacOS X -- PPC
Les pr<70>c<EFBFBD>dentes versions <20>taient r<>put<75>es fonctionner sur les plateformes
suivantes :
SGI IRIX -- MIPS
IBM AIX 4.1.5 -- RS/6000 http://www-frec.bull.com/
Unixware 7 -- Intel
SCO OpenServer 5.0.4 -- Intel
GnuCash peut probablement fonctionner avec la plupart des plateformes POSIX, si
les librairies et les outils sont disponibles.
###############################
Sites de t<>l<EFBFBD>chargement miroirs
Sites de t<>l<EFBFBD>chargement miroirs
-------------------------------
Vous pouvez aussi t<>l<EFBFBD>charger GnuCash <20> partir de:
Vous pouvez aussi t<>l<EFBFBD>charger GnuCash <20> partir de:
- http://download.sourceforge.net/gnucash
- https://download.sourceforge.net/gnucash
Vous pouvez t<>l<EFBFBD>charger les packages Solaris de GnuCash <20> partir de:
- http://www.unixrealm.com/downloads/
Vous pouvez r<>cup<75>rer les packages Mandriva de GnuCash sur les sites Cooker de
Mandriva ou dans les derni<6E>res versions de la distribution)
Vous pouvez r<>cup<75>rer les packages Mandriva de GnuCash sur les sites Cooker de
Mandriva ou dans les derni<6E>res versions de la distribution)
#####################################
R<EFBFBD>cup<EFBFBD>rer les sources avec Subversion
R<EFBFBD>cup<EFBFBD>rer les sources avec git
-------------------------------------
Une version en lecture seule de l'arborescence Subversion est disponible <20>
Une version en lecture seule de l'arborescence git est disponible <20>
cette adresse :
http://svn.gnucash.org/repo/gnucash/
Pour obtenir ce qui fut le CVS HEAD (et ce qui inclus maintenant ce qui <20>tait
gnucash-gnome2-dev), vous devrez obtenir le svn TRUNK :
svn checkout http://svn.gnucash.org/repo/gnucash/trunk gnucash
L'argument <20> gnucash <20> ci dessus peut <20>tre n'importe quel nom de r<>pertoire sur
votre disque local, et est optionnel. Si vous l'omettez, vous aurez un
r<EFBFBD>pertoire nomm<6D> <20> trunk <20> contenant les sources.
Si vous voulez obtenir les derniers sources de la version 2.0.x, vous devrez
les r<>cup<75>rer dans le branche 2.0, comme suit :
svn checkout http://svn.gnucash.org/repo/gnucash/branches/2.0 gnucash-2.0
https://github.com/Gnucash/gnucash/
########################
D<EFBFBD>veloppement de GnuCash
D<EFBFBD>veloppement de GnuCash
------------------------
Avant de d<>marrer <20> d<>velopper sur GnuCash, vous devriez faire les choses
Avant de d<>marrer <20> d<>velopper sur GnuCash, vous devriez faire les choses
suivantes:
1. lisez le fichier src/doc/coding-style.txt pour apprendre les styles
de codage utilis<69>s dans le code source de GnuCash. Lisez <20>galement
http://wiki.gnucash.org/wiki/Development
de codage utilis<69>s dans le code source de GnuCash. Lisez <20>galement
https://wiki.gnucash.org/wiki/Development
2. Plusieurs des r<>pertoires sous src contiennent des fichiers appell<6C>s
2. Plusieurs des r<>pertoires sous src contiennent des fichiers appell<6C>s
design.txt qui expliquent beaucoup des aspects de la conception de GnuCash.
Lisez les.
3. Allez sur le site web de GnuCash et survoler les archives de la liste de
diffusion du d<>veloppement de GnuCash (gnucash-devel).
diffusion du d<>veloppement de GnuCash (gnucash-devel).
4. Rejoignez la liste de diffusion de d<>veloppement de GnuCash
(gnucash-devel). Regardez le site web de GnuCash pour des d<>tails sur la
m<>thode pour y parvenir.
4. Rejoignez la liste de diffusion de d<>veloppement de GnuCash
(gnucash-devel). Regardez le site web de GnuCash pour des d<>tails sur la
m<>thode pour y parvenir.
Soumettre un patch
Lisez SVP le fichier README sur les m<>thodes utilis<69>es pour transmettre un
patch <20> l'<27>quipe de d<>veloppement de GnuCash.
Lisez SVP le fichier README sur les m<>thodes utilis<69>es pour transmettre un
patch <20> l'<27>quipe de d<>veloppement de GnuCash.
Merci,

View File

@@ -4,53 +4,53 @@ Entwicklungsversionen. Sie koennen normal funktionieren, muessen aber
nicht. Benutzung auf eigene Gefahr!
Die letzte stabile Version war gnucash-2.0.0.
Die n<>chste stabile Version wird gnucash-2.2.0 sein.
Die n<>chste stabile Version wird gnucash-2.2.0 sein.
##############################################
GnuCash
-------
GnuCash ist die freie OpenSource-Finanzverwaltung f<>r GNU/Linux
GnuCash ist die freie OpenSource-Finanzverwaltung f<>r GNU/Linux
und Unix.
Das Programm ist eine Komplettl<74>sung zur Verwaltung der Finanzen
Das Programm ist eine Komplettl<74>sung zur Verwaltung der Finanzen
von Privatanwendern und Kleinbetrieben. Das aus dem Rechnungswesen
bekannte Prinzip der doppelten Buchf<68>hrung wird in GnuCash
konsequent umgesetzt, so dass GnuCash h<>chste Anspr<70>che an die
Kontenf<EFBFBD>hrung erf<72>llen kann. Auch Homebanking <20>ber HBCI ist
m<EFBFBD>glich, wenn die Bibliothek AqBanking installiert ist. F<>r den
Gesch<EFBFBD>ftsverkehr ist die Verwaltung von Kunden, Lieferanten und
bekannte Prinzip der doppelten Buchf<68>hrung wird in GnuCash
konsequent umgesetzt, so dass GnuCash h<>chste Anspr<70>che an die
Kontenf<EFBFBD>hrung erf<72>llen kann. Auch Homebanking <20>ber HBCI ist
m<EFBFBD>glich, wenn die Bibliothek AqBanking installiert ist. F<>r den
Gesch<EFBFBD>ftsverkehr ist die Verwaltung von Kunden, Lieferanten und
Rechnungen enthalten. Weitere Features sind terminierte Buchungen,
Import von OFX-Dateien und QIF-Dateien, zahlreiche Berichte und
Grafiken mit Torten- und Balkendiagrammen und eine
benutzerdefinierbare Oberfl<66>che.
benutzerdefinierbare Oberfl<66>che.
F<EFBFBD>r Neueinsteiger ist ein Assistent zur Kontenerstellung
F<EFBFBD>r Neueinsteiger ist ein Assistent zur Kontenerstellung
vorhanden. Bestehende Dateien mit Finanzdaten z.B. aus Quicken
oder Microsoft Money k<>nnen problemlos <20>ber den QIF-Import
oder Microsoft Money k<>nnen problemlos <20>ber den QIF-Import
eingelesen werden.
Bei Fragen zur Installation und zur Benutzung steht eine
deutschsprachige Mailingliste gnucash-de zur Verf<72>gung.
deutschsprachige Mailingliste gnucash-de zur Verf<72>gung.
Homepage: http://www.gnucash.org
Homepage: https://www.gnucash.org
Deutsche Wiki-Seite: http://linuxwiki.de/GnuCash
Deutsche Wiki-Seite: https://linuxwiki.de/GnuCash
<EFBFBD>bersetzungen der englischen Stichworte siehe po/glossary/de.po.
<EFBFBD>bersetzungen der englischen Stichworte siehe po/glossary/de.po.
Ben<EFBFBD>tigte Pakete:
Ben<EFBFBD>tigte Pakete:
-----------------
Siehe README.dependencies; im wesentlichen alle
Gnome2-Entwickler-Pakete sowie guile, slib und swig. (g-wrap wurde
mit gnucash-2.2.0 durch swig ersetzt und wird nicht mehr benutzt.)
F<EFBFBD>r die HBCI-Funktionen muss au<61>erdem das Paket aqbanking
F<EFBFBD>r die HBCI-Funktionen muss au<61>erdem das Paket aqbanking
installiert sein, welches noch ein Paket namens gwenhywfar
ben<EFBFBD>tigt. Siehe auch doc/README.HBCI.
ben<EFBFBD>tigt. Siehe auch doc/README.HBCI.
Starten von GnuCash:
@@ -62,13 +62,13 @@ gespeicherten Gnucash-Daten-Files sein muss.
<EFBFBD>bersetzung und Installation
<EFBFBD>bersetzung und Installation
----------------------------
Diese Schritte sind nur f<>r die Sourcedistribution erforderlich, nicht
f<EFBFBD>r die Bin<69>rdistribution.
Diese Schritte sind nur f<>r die Sourcedistribution erforderlich, nicht
f<EFBFBD>r die Bin<69>rdistribution.
Siehe auch http://www.linuxwiki.de/GnuCash/SourceInstall
Siehe auch https://www.linuxwiki.de/GnuCash/SourceInstall
Nur beim Uebersetzen von GnuCash braucht man zusaetzlich die folgenden
Pakete:
@@ -76,7 +76,7 @@ Pakete:
libtool -- Erhaeltlich bei ftp://ftp.gnu.org/gnu.
RPM's und deb's sind in ihrer Betriebssystem-Distribution.
Normalerweise wird GnuCash wie folgt <20>bersetzt und installiert:
Normalerweise wird GnuCash wie folgt <20>bersetzt und installiert:
# ./configure
# make
@@ -91,7 +91,7 @@ An GnuCash mitentwickeln :
Bevor Sie an GnuCash mitentickeln , sollten sie folgendes tun:
1. Lesen von: http://wiki.gnucash.org/wiki/Development
1. Lesen von: https://wiki.gnucash.org/wiki/Development
2. Viele der Verzeichnisse unter 'src' enthalten desing.txt-Dateien,
die viele Aspekte des GnuCash-Designs erklaeren. Auch lesen.

View File

@@ -11,13 +11,13 @@ accounting principles to ensure balanced books and accurate reports.
Available Support Options
Online FAQ: http://wiki.gnucash.org/wiki/FAQ
Mailing Lists: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Channel #gnucash on server irc.gnome.org, see also http://wiki.gnucash.org/wiki/IRC
Online FAQ: https://wiki.gnucash.org/wiki/FAQ
Mailing Lists: https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat): Channel #gnucash on server irc.gnome.org, see also https://wiki.gnucash.org/wiki/IRC
If you encounter any bugs or problems, do not hesitate to report them
into our bug tracking tool "Bugzilla":
http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------

View File

@@ -41,17 +41,17 @@ out there and are eager to help. Go to the #gnucash channel at
#gnucash".
The main gnucash web site is loaded with information:
http://www.gnucash.org/
https://www.gnucash.org/
The GNU Translation Project is another way to submit translations:
http://www.iro.umontreal.ca/contrib/po/HTML/
https://translationproject.org/html/welcome.html
==============================================================================
2) Get the source
The first thing to do is to download the latest STABLE branch of gnucash.
This could be easily done by visiting
http://www.gnucash.org/pub/gnucash/sources/stable/
https://www.gnucash.org/pub/gnucash/sources/stable/
and grab the latest stable source package.
Please do not use the HEAD branch from SVN, since the text in the HEAD branch
@@ -177,7 +177,7 @@ If your language file does exist, update it using the msgmerge program:
The top of the .po file should be editted somewhat. The comments at the
top of the file should be changed to be current:
# Messages in Deutsch f<>r GnuCash
# Messages in Deutsch f<>r GnuCash
# Copyright (C) 1999 Free Software Foundation, Inc.
# Jan-Uwe Finck <Jan-Uwe.Finck@bigfoot.de>, 1999.
@@ -193,7 +193,7 @@ Finally. You are ready to do some translating!
There are many transaltion editors, KBabel, for example, works well for
GnuCash. Some Editors are noted here:
http://translationproject.org/html/software.html
https://translationproject.org/html/software.html
If you are familiar with a text editor, e.g. vim or emacs, you can also
manually edit the .po files. Here is an example of translating some text
@@ -213,7 +213,7 @@ msgid ""
"The GnuCash personal finance manager.\n"
"The GNU way to manage your money!"
msgstr ""
"GnuCash: Ihr pers<72>nlicher Finanzmanager.\n"
"GnuCash: Ihr pers<72>nlicher Finanzmanager.\n"
"Der GNU-Weg, ihr Geld zu verwalten !"
You should read through every translation in the .po file at least once.
@@ -235,7 +235,7 @@ msgid ""
"\n"
"%s"
msgstr ""
"Es gab einen Fehler beim <20>ffnen der Datei. \n"
"Es gab einen Fehler beim <20>ffnen der Datei. \n"
" %s."
You need to correct the translated string and remove the 'fuzzy' keyword.
@@ -249,7 +249,7 @@ msgid ""
"\n"
"%s"
msgstr ""
"Es gab einen Fehler beim <20>ffnen der Datei. \n"
"Es gab einen Fehler beim <20>ffnen der Datei. \n"
" %s."
Notice that the comment "c-format" was not removed. That is correct, you

View File

@@ -1,12 +0,0 @@
pre-compiled SMIT-installable binaries for AIX 4.1.5 are available
from
http://www-frec.bull.com/
and
http://www.bull.de/pub/
courtesy of BULL and Ciaran Deignan <Ciaran.Deignan@bull.net>
January 1998

View File

@@ -72,7 +72,7 @@ has extensive on-line help available from the "help" menu.
Additional information and the latest version is available
at the web site:
.B http://www.gnucash.org
.B https://www.gnucash.org
.SH AUTHOR
Robert Merkel <rgmerk@mira.net> wrote this manpage.

View File

@@ -39,7 +39,7 @@ While the Guile documentation (in info format) explains
Guile specifics, it doesn't have much information about Scheme,
the language. The Internet Scheme Repository:
http://www.cs.indiana.edu/scheme-repository/home.html
https://www.cs.indiana.edu/scheme-repository/home.html [DEAD LINK]
has quite a useful collection of information, including
FAQs, online copies of the Scheme standard (which is actually

View File

@@ -13,7 +13,7 @@
<body bgcolor="#d6dacb" fgcolor="#000000">
<div align=center><a href="http://www.gnucash.org/" target="_top">
<div align=center><a href="https://www.gnucash.org/" target="_top">
<img border=0 width=470 height=62 alt="GnuCash Personal Finance Manager"
src="GnuCash_Long.jpg"></a><br>
</div>
@@ -21,7 +21,7 @@
<h1>GnuCash Project Goals</h1>
<p>
The people behind <a href="http://www.gnucash.org">GnuCash</a>
The people behind <a href="https://www.gnucash.org">GnuCash</a>
aim to create a world-class GPL'ed Open Source Personal
Financial Application for GNU/Linux and other Unix's. This page
reviews some of the technical issues and development status
@@ -29,8 +29,8 @@
developers and contributors, providing status, and suggesting
directions and technologies for deploying new features. If you
simply want to get a better idea of what <a href=
"http://www.gnucash.org">GnuCash</a> is and what it does, visit its
<a href="http://www.gnucash.org">home page</a>. The home page
"https://www.gnucash.org">GnuCash</a> is and what it does, visit its
<a href="https://www.gnucash.org">home page</a>. The home page
contains screen shots, news items, and mailing list
archives.
</p>
@@ -44,8 +44,8 @@
<ul>
<li>The current stable, production release is gnucash-1.6.0 and
is based on the <a href= "http://www.gnome.org">Gnome</a> /
<a href= "http://www.gtk.org">GTK</a> libraries.
is based on the <a href= "https://www.gnome.org">Gnome</a> /
<a href= "https://www.gtk.org">GTK</a> libraries.
</li>
<li>The 1.7.x releases focus on adding new features and
@@ -236,12 +236,12 @@
In order to facilitate the gluing together of these parts, as
well as simplify the questions of customizability, change and
rapid development, GnuCash makes use of the
<a href= "http://www.swiss.ai.mit.edu/projects/scheme/index.html">
<a href= "https://www.swiss.ai.mit.edu/projects/scheme/index.html">
Scheme</a> extension language (as implemented in the FSF
<a href="http://www.gnu.org/software/guile/guile.html">Guile</a>
<a href="https://www.gnu.org/software/guile/guile.html">Guile</a>
interpreter), to glue the pieces together. (Note that the
engine interface is also available with
<a href="http://www.perl.org">Perl</a> interfaces, thanks to a
<a href="https://www.perl.org">Perl</a> interfaces, thanks to a
<a href="http://starship.skyport.net/crew/beazley/swig.html">SWIG</a>
wrapper.
</p>
@@ -251,7 +251,7 @@
<p>More and more finacial data is moving onto the web.
People shop on-line. They pay bills on-line. There are
even some promising e-wallet systems (such as
<a href="http://www.webfunds.org">WebFunds</a>). For GnuCash
<a href="https://www.webfunds.org">WebFunds</a>). For GnuCash
to be relevant in this on-line world, it must be able to interact
with these systems. There are several steps that can be taken
along this path. First, it must be possible to simply and
@@ -1079,7 +1079,7 @@
href="http://www.jclark.com/jade/">Jade (James DSSSL
Engine)</a> can be used to convert to RTF, Postscript, etc.
Add to this the consideration that XML is the basis for the
<a href="http://www.w3.org/DOM/">Document Object Model</a>,
<a href="https://www.w3.org/DOM/">Document Object Model</a>,
which is being integrated into many web-based applications,
and we can see that XML is an increasingly significant
format as we look to the future.
@@ -1103,7 +1103,7 @@
<b>Status:</b>
<ul>
<li>Different graphing packages were evaluated,
<a href="http://www.gnome.org/guppi/">GUPPI</a>.
<a href="https://www.gnome.org/guppi/">GUPPI</a>.
Guppi was chosen. Considered & rejected were
plotutils, gnumeric graphing code (Miguel says
they'll replace gnumeric code with guppi.)
@@ -2011,7 +2011,7 @@
<ul>
<li>
<a href="http://sourceforge.net/project/?group_id=4232">
<a href="https://sourceforge.net/project/?group_id=4232">
Finance::Quote.pm</a> is now a separate development project at
SourceForge. Its a perl module.
It can obtain stock quotes from Yahoo
@@ -2029,7 +2029,7 @@
</li>
<li>A separate, historical-quote module can be found at the
<a href="http://sourceforge.net/project/?group_id=2403">QuoteHist</a>
<a href="https://sourceforge.net/project/?group_id=2403">QuoteHist</a>
sourceforge site. It might be a good idea to fold this
together with the Quote.pm module !?
</li>
@@ -2069,7 +2069,7 @@
is working in multiple currencies on a regular basis.
</p>
<p>
<a href="http://www.cloanto.com/specs/seriff.html">SERIFF</a>
<a href="https://www.cloanto.com/specs/seriff.html">SERIFF</a>
Simple Exchange Rate Information File Format. Completely
*.ini-centric in layout and design, but otherwise seemingly
quite complete.
@@ -2168,8 +2168,8 @@
<dd>Need to add a 'meta keyword' tag to the documentation
pages, this will help the search engine (<em>e.g.</em>
<a href="http://www.htdig.org/">htdig</a>) better categorize the
help. <a href="http://www.senga.org/mifluz/html/">Mifluz</a>
<a href="https://www.htdig.org/">htdig [DEAD LINK]</a>) better categorize the
help. <a href="https://www.senga.org/mifluz/html/">Mifluz [DEAD LINK]</a>
might be more embeddable ... I am told that htdig-API is in
good solid condition for this, but undocumented.
<p>
@@ -2393,7 +2393,7 @@ next due date mm/dd/yy
<a href=
"ftp://ftp.linux.it/pub/database/RDB/nosql-0.8.tar.gz">
NoSQL.</a> (NoSQL is available as part of the <a href=
"http://www.debian.org">Debian GNU/Linux</a> distribution,
"https://www.debian.org">Debian GNU/Linux</a> distribution,
for instance.)</p>
<p>The <tt>/rdb</tt> format is thus:</p>
@@ -2549,7 +2549,7 @@ etc ...
SQL database, and for that database to be updated.
There has been <em>much</em> discussion about this on
mailing lists both for GnuCash and
<a href="http://www.menet.umn.edu/~curt/cbb/">CBB.</a>
<a href="http://www.menet.umn.edu/~curt/cbb/">CBB [DEAD LINK]</a>.
Major points have included:
<br>
@@ -2611,15 +2611,15 @@ Password:
<li>
It might be useful to use an embedded database engine
like unto <a href="http://www.sleepycat.com/">Sleepycat
DB</a>,
like unto <a href="https://www.sleepycat.com/">Sleepycat
DB [DEAD LINK, now owned by Oracle]</a>,
<a href="ftp://koobera.math/uic.edu/www.cdb.html">cdb</a>,
or something like
<a href="http://www.opengroup.org/public/prods/dmm4.htm">
<a href="https://www.opengroup.org/public/prods/dmm4.htm">
ISAM</a> (Note CQL++ supports ISAM access methods), or
even an embedded SQL engine such as
<a href="http://www.ispras.ru/~knizhnik/gigabase.html">
GigaBASE</a>.
<a href="https://www.ispras.ru/~knizhnik/gigabase.html">
GigaBASE [DEAD LINK]</a>.
The reasons to do so include ... ???
</li>
@@ -2832,8 +2832,8 @@ Password:
<h1>References</h1>
All software and technical standard references have been moved to
<a href="http://www.gnucash.org/links.php3">
http://www.gnucash.org/links.php3</a>
<a href="https://www.gnucash.org/links.php3">
https://www.gnucash.org/links.php3</a>
<hr>
Draft version 0.51 -- June 2001

View File

@@ -70,9 +70,15 @@ gnc_set_label_color(GtkWidget *label, gnc_numeric value)
deficit = gnc_numeric_negative_p (value);
if (deficit)
gnc_widget_set_style_context (GTK_WIDGET(label), "negative-numbers");
{
gnc_widget_style_context_remove_class (GTK_WIDGET(label), "default-color");
gnc_widget_style_context_add_class (GTK_WIDGET(label), "negative-numbers");
}
else
gnc_widget_set_style_context (GTK_WIDGET(label), "default-color");
{
gnc_widget_style_context_remove_class (GTK_WIDGET(label), "negative-numbers");
gnc_widget_style_context_add_class (GTK_WIDGET(label), "default-color");
}
}
@@ -363,11 +369,33 @@ gnc_tree_view_get_grid_lines_pref (void)
\********************************************************************/
void
gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class)
{
gnc_widget_style_context_add_class (widget, gnc_class);
}
void
gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class)
{
GtkStyleContext *context = gtk_widget_get_style_context (widget);
gtk_style_context_add_class (context, gnc_class);
}
/********************************************************************\
* Remove a style context class from a Widget *
* *
* Args: widget - widget to remove style class from *
* gnc_class - character string for css class name *
* Returns: nothing *
\********************************************************************/
void
gnc_widget_style_context_remove_class (GtkWidget *widget, const char *gnc_class)
{
GtkStyleContext *context = gtk_widget_get_style_context (widget);
if (gtk_style_context_has_class (context, gnc_class))
gtk_style_context_remove_class (context, gnc_class);
}
/********************************************************************\
* Draw an arrow on a Widget so it can be altered with css *
* *

View File

@@ -90,6 +90,16 @@ GtkTreeViewGridLines gnc_tree_view_get_grid_lines_pref (void);
* Returns: nothing *
\********************************************************************/
void gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class);
void gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class);
/********************************************************************\
* Remove a style context class from a Widget *
* *
* Args: widget - widget to remove style class from *
* gnc_class - character string for css class name *
* Returns: nothing *
\********************************************************************/
void gnc_widget_style_context_remove_class (GtkWidget *widget, const char *gnc_class);
/********************************************************************\
* Draw an arrow on a Widget so it can be altered with css *

View File

@@ -1330,7 +1330,7 @@ gnc_dense_cal_motion_notify(GtkWidget *widget,
if (!dcal->showPopup)
return FALSE;
/* As per http://www.gtk.org/tutorial/sec-eventhandling.html */
/* As per https://www.gtk.org/tutorial/sec-eventhandling.html */
if (event->is_hint)
{
#if GTK_CHECK_VERSION(3,20,0)

View File

@@ -340,7 +340,7 @@ gboolean gnc_keyring_get_password ( GtkWidget *parent,
else
db_path = g_strdup_printf ( "%s://%s:%d/%s", access_method, server, port, service );
heading = g_strdup_printf ( /* Translators: %s is a path to a database or any other url,
like mysql://user@server.somewhere/somedb, http://www.somequotes.com/thequotes */
like mysql://user@server.somewhere/somedb, https://www.somequotes.com/thequotes */
_("Enter a user name and password to connect to: %s"),
db_path );

View File

@@ -670,7 +670,9 @@ gnc_tree_view_commodity_select_commodity (GncTreeViewCommodity *view, gnc_commod
GtkTreePath *s_tree_path;
g_return_if_fail (GNC_IS_TREE_VIEW_COMMODITY(view));
g_return_if_fail (commodity != NULL);
if (!commodity)
return;
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view));

View File

@@ -2313,7 +2313,7 @@ gnc_invoice_create_page (InvoiceWindow *iw, gpointer page)
iw->paid_label = GTK_WIDGET (gtk_builder_get_object (builder, "paid_label"));
// Set the style context for this label so it can be easily manipulated with css
gnc_widget_set_style_context (GTK_WIDGET(iw->paid_label), "gnc-class-highlight");
gnc_widget_style_context_add_class (GTK_WIDGET(iw->paid_label), "gnc-class-highlight");
/* grab the project widgets */
iw->proj_frame = GTK_WIDGET (gtk_builder_get_object (builder, "page_proj_frame"));

View File

@@ -528,7 +528,7 @@ gnc_assoc_dialog_create (GtkWindow *parent, AssocDialog *assoc_dialog)
}
// Set the style context for this label so it can be easily manipulated with css
gnc_widget_set_style_context (GTK_WIDGET(path_head), "gnc-class-highlight");
gnc_widget_style_context_add_class (GTK_WIDGET(path_head), "gnc-class-highlight");
/* Need to add toggle renderers here to get the xalign to work. */
tree_column = gtk_tree_view_column_new();

View File

@@ -420,6 +420,7 @@ gnc_plugin_page_report_create_widget( GncPluginPage *page )
GncPluginPageReportPrivate *priv;
GncMainWindow *window;
GtkWindow *topLvl;
GtkAction *action;
URLType type;
char * id_name;
char * child_name;
@@ -428,6 +429,13 @@ gnc_plugin_page_report_create_widget( GncPluginPage *page )
ENTER("page %p", page);
#ifndef WEBKIT1
/* Hide the ExportPdf action for Webkit2 */
action = gnc_plugin_page_get_action (page, "FilePrintPDFAction");
gtk_action_set_sensitive (action, FALSE);
gtk_action_set_visible (action, FALSE);
#endif
report = GNC_PLUGIN_PAGE_REPORT(page);
priv = GNC_PLUGIN_PAGE_REPORT_GET_PRIVATE(report);
@@ -458,7 +466,7 @@ gnc_plugin_page_report_create_widget( GncPluginPage *page )
gnc_html_set_urltype_cb(priv->html, gnc_plugin_page_report_check_urltype);
gnc_html_set_load_cb(priv->html, gnc_plugin_page_report_load_cb, report);
/* We need to call the load call back so the report appears to of been run
/* We need to call the load call back so the report appears to have been run
so it will get saved properly if the report is not realized in session */
id_name = g_strdup_printf("id=%d", priv->reportId );
child_name = gnc_build_url( URL_TYPE_REPORT, id_name, NULL );
@@ -1171,6 +1179,7 @@ gnc_plugin_page_report_constr_init(GncPluginPageReport *plugin_page, gint report
N_("Export the current report as a PDF document"),
G_CALLBACK(gnc_plugin_page_report_exportpdf_cb)
},
{
"EditCutAction", "edit-cut", N_("Cu_t"), "<primary>X",
N_("Cut the current selection and copy it to clipboard"),
@@ -1873,7 +1882,7 @@ gnc_plugin_page_report_print_cb( GtkAction *action, GncPluginPageReport *report
#ifdef WEBKIT1
gnc_html_print (priv->html, job_name, FALSE);
#else
gnc_html_print (priv->html);
gnc_html_print (priv->html, job_name);
#endif
g_free (job_name);
@@ -1916,7 +1925,7 @@ gnc_plugin_page_report_exportpdf_cb( GtkAction *action, GncPluginPageReport *rep
#ifdef WEBKIT1
gnc_html_print (priv->html, job_name, TRUE);
#else
gnc_html_print (priv->html);
gnc_html_print (priv->html, job_name);
#endif
if (owner)

View File

@@ -1096,7 +1096,7 @@ gsr_default_associate_handler_file (GNCSplitReg *gsr, Transaction *trans, gboole
gtk_label_set_ellipsize (GTK_LABEL(label), PANGO_ELLIPSIZE_START);
// Set the style context for this label so it can be easily manipulated with css
gnc_widget_set_style_context (GTK_WIDGET(label), "gnc-class-highlight");
gnc_widget_style_context_add_class (GTK_WIDGET(label), "gnc-class-highlight");
gtk_file_chooser_set_uri (GTK_FILE_CHOOSER(dialog), file_uri);
g_free (uri_label);
@@ -1201,7 +1201,7 @@ gsr_default_associate_handler_location (GNCSplitReg *gsr, Transaction *trans, gb
gtk_entry_set_text (GTK_ENTRY (entry), xaccTransGetAssociation (trans));
}
else
label = gtk_label_new (_("Enter URL like http://www.gnucash.org:"));
label = gtk_label_new (_("Enter URL like https://www.gnucash.org:"));
// pack label and entry to content area
gnc_label_set_alignment (label, 0.0, 0.5);
@@ -2311,8 +2311,8 @@ gsr_create_summary_bar( GNCSplitReg *gsr )
gsr->sort_arrow = gtk_image_new_from_icon_name ("image-missing", GTK_ICON_SIZE_SMALL_TOOLBAR);
gsr->sort_label = add_summary_label (summarybar, FALSE, _("Sort By: "), gsr->sort_arrow);
gnc_widget_set_style_context (GTK_WIDGET(gsr->filter_label), "gnc-class-highlight");
gnc_widget_set_style_context (GTK_WIDGET(gsr->sort_arrow), "gnc-class-highlight");
gnc_widget_style_context_add_class (GTK_WIDGET(gsr->filter_label), "gnc-class-highlight");
gnc_widget_style_context_add_class (GTK_WIDGET(gsr->sort_arrow), "gnc-class-highlight");
gsr->summarybar = summarybar;

View File

@@ -49,8 +49,6 @@ static void gnc_search_owner_class_init (GNCSearchOwnerClass *klass);
static void gnc_search_owner_init (GNCSearchOwner *gspaper);
static void gnc_search_owner_finalize (GObject *obj);
typedef struct _GNCSearchOwnerPrivate GNCSearchOwnerPrivate;
typedef struct _GNCSearchOwnerPrivate
{
GncOwner owner;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAssistant" id="account_period_assistant">
@@ -10,6 +10,9 @@
<signal name="cancel" handler="ap_assistant_cancel" swapped="no"/>
<signal name="close" handler="ap_assistant_close" swapped="no"/>
<signal name="prepare" handler="ap_assistant_prepare" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="start_page">
<property name="visible">True</property>
@@ -248,10 +251,8 @@ Books will be closed at midnight on the selected date.</property>
<child>
<placeholder/>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="num_hrows_adj">
@@ -17,6 +17,9 @@
<signal name="cancel" handler="csv_import_assistant_cancel" swapped="no"/>
<signal name="close" handler="csv_import_assistant_close" swapped="no"/>
<signal name="prepare" handler="csv_import_assistant_prepare" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="start_page">
<property name="visible">True</property>
@@ -74,9 +77,6 @@ Enter file name and location for the Import...
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="title" translatable="yes">Choose File to Import</property>
@@ -122,9 +122,6 @@ Enter file name and location for the Import...
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -339,9 +336,6 @@ Cancel to abort.</property>
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="page_type">summary</property>
@@ -350,10 +344,8 @@ Cancel to abort.</property>
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -754,5 +754,8 @@ Cancel to abort.</property>
<property name="has_padding">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="end_row_adj">
@@ -43,6 +43,9 @@
<signal name="close" handler="csv_price_imp_assist_close_cb" swapped="no"/>
<signal name="destroy" handler="csv_price_imp_assist_close_cb" swapped="no"/>
<signal name="prepare" handler="csv_price_imp_assist_prepare_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="start_page">
<property name="visible">True</property>
@@ -1079,10 +1082,8 @@ Cancel to abort.&lt;/b&gt;</property>
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -33,6 +33,9 @@
<signal name="close" handler="csv_tximp_assist_close_cb" swapped="no"/>
<signal name="destroy" handler="csv_tximp_assist_close_cb" swapped="no"/>
<signal name="prepare" handler="csv_tximp_assist_prepare_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="start_page">
<property name="visible">True</property>
@@ -142,9 +145,6 @@ Select location and file name for the Import, then click 'OK'...
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkButton" id="save_settings">
<property name="visible">True</property>
@@ -549,9 +549,6 @@ To know which lines belong to the same transaction, the importer will compare th
<property name="position">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -710,9 +707,6 @@ To know which lines belong to the same transaction, the importer will compare th
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -740,9 +734,6 @@ To know which lines belong to the same transaction, the importer will compare th
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -787,9 +778,6 @@ For example
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -825,9 +813,6 @@ For example
<object class="GtkBox" id="account_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -939,9 +924,6 @@ For example
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -1120,7 +1102,7 @@ More information can be displayed by using the help button.</property>
<object class="GtkLabel" id="match_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1164,10 +1146,8 @@ More information can be displayed by using the help button.</property>
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -71,9 +71,6 @@ Please choose the currency to use for new accounts.</property>
<object class="GtkBox" id="currency_chooser_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
@@ -338,9 +335,6 @@ Select categories that correspond to the ways that you foresee you will use GnuC
<property name="can_focus">True</property>
<property name="vexpand">True</property>
<property name="shadow_type">in</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -436,7 +430,11 @@ Press `Cancel' to close this dialog without creating any new accounts.</property
<packing>
<property name="page_type">confirm</property>
<property name="title" translatable="yes">Finish Account Setup</property>
<property name="has_padding">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="len_liststore">
@@ -94,6 +94,9 @@
<signal name="cancel" handler="loan_assistant_cancel" swapped="no"/>
<signal name="close" handler="loan_assistant_close" swapped="no"/>
<signal name="prepare" handler="loan_assistant_prepare" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="loan_intro_page">
<property name="visible">True</property>
@@ -269,9 +272,6 @@ If you make a mistake or want to make changes later, you can edit the created Sc
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="xscale">0.25</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -389,9 +389,6 @@ If you make a mistake or want to make changes later, you can edit the created Sc
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">10</property>
<child>
<placeholder/>
</child>
</object>
</child>
<child type="label">
@@ -531,9 +528,6 @@ Do you utilise an escrow account, if so an account must be specified...</propert
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -719,9 +713,6 @@ All accounts must have valid entries to continue.
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">10</property>
<child>
<placeholder/>
</child>
</object>
</child>
<child type="label">
@@ -1054,9 +1045,6 @@ All enabled option pages must contain valid entries to continue.
<object class="GtkBox" id="pay_freq_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -1332,10 +1320,8 @@ Review the details below and if correct press Apply to create the schedule.</pro
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -380,8 +380,8 @@ Please enter a name for the account. If the file was exported from another accou
<property name="invisible_char">●</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<signal name="changed" handler="gnc_ui_qif_import_acct_valid_cb" swapped="no"/>
<signal name="activate" handler="gnc_ui_qif_import_acct_enter_cb" swapped="no"/>
<signal name="changed" handler="gnc_ui_qif_import_acct_valid_cb" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
@@ -1155,7 +1155,7 @@ If you don't see your exchange listed, or none of the available choices are appr
</child>
<child>
<object class="GtkButton" id="convert_progress_pause">
<property name="label">P_ause</property>
<property name="label" translatable="yes">P_ause</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAssistant" id="stock_split_assistant">
@@ -12,6 +12,9 @@
<signal name="cancel" handler="gnc_stock_split_assistant_cancel" swapped="no"/>
<signal name="close" handler="gnc_stock_split_assistant_finish" swapped="no"/>
<signal name="prepare" handler="gnc_stock_split_assistant_prepare" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="intro_page_label">
<property name="visible">True</property>
@@ -305,9 +308,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -366,9 +366,6 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">3</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -389,9 +386,6 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">3</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -426,10 +420,8 @@
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAssistant" id="assistant_xml_encoding">
@@ -8,6 +8,9 @@
<signal name="cancel" handler="gxi_cancel_cb" swapped="no"/>
<signal name="close" handler="gxi_finish_cb" swapped="no"/>
<signal name="prepare" handler="gxi_prepare_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="start_page">
<property name="visible">True</property>
@@ -22,9 +25,6 @@
<property name="has_padding">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="conversion_page">
<property name="visible">True</property>
@@ -75,9 +75,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -123,9 +120,6 @@
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="right_padding">12</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
@@ -166,10 +160,8 @@
<property name="has_padding">False</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
<child>
<placeholder/>
</child>
</object>
<object class="GtkDialog" id="encodings_dialog">
@@ -180,6 +172,9 @@
<property name="window_position">center-on-parent</property>
<property name="default_height">300</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="taxtable_store">
@@ -12,6 +12,9 @@
</object>
<object class="GtkWindow" id="dummy_toplevel_window">
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkComboBox" id="taxtable_menu">
<property name="visible">True</property>

View File

@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="account_cascade_color_dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Cascade Account Color</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>
@@ -32,7 +35,7 @@
</child>
<child>
<object class="GtkButton" id="okbutton3">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -148,9 +151,6 @@
<action-widget response="-6">cancelbutton3</action-widget>
<action-widget response="-5">okbutton3</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkDialog" id="account_delete_dialog">
<property name="can_focus">False</property>
@@ -159,6 +159,9 @@
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox100">
<property name="visible">True</property>
@@ -228,6 +231,113 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="subaccounts">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label101">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">&lt;b&gt;Sub-accounts&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid" id="grid101">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="label8477420">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="label" translatable="yes">This account contains sub-accounts. What would you like to do with these sub-accounts?</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="sa_mrb">
<property name="label" translatable="yes">_Move to:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="gppat_populate_trans_mas_list" swapped="no"/>
<signal name="toggled" handler="gppat_set_insensitive_iff_rb_active" object="subaccount_trans" swapped="yes"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="sa_drb">
<property name="label" translatable="yes">Delete all _subaccounts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">sa_mrb</property>
<signal name="toggled" handler="gppat_set_insensitive_iff_rb_active" object="sa_mas_hbox" swapped="yes"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkBox" id="sa_mas_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkBox" id="transactions">
<property name="visible">True</property>
@@ -348,113 +458,6 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkBox" id="subaccounts">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label101">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">&lt;b&gt;Sub-accounts&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid" id="grid101">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="label8477420">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="label" translatable="yes">This account contains sub-accounts. What would you like to do with these sub-accounts?</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="sa_mrb">
<property name="label" translatable="yes">_Move to:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="gppat_populate_trans_mas_list" swapped="no"/>
<signal name="toggled" handler="gppat_set_insensitive_iff_rb_active" object="subaccount_trans" swapped="yes"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="sa_drb">
<property name="label" translatable="yes">Delete all _subaccounts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="margin_left">15</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">sa_mrb</property>
<signal name="toggled" handler="gppat_set_insensitive_iff_rb_active" object="sa_mas_hbox" swapped="yes"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkBox" id="sa_mas_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkBox" id="subaccount_trans">
<property name="visible">True</property>
@@ -591,12 +594,14 @@
</action-widgets>
</object>
<object class="GtkDialog" id="account_filter_by_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Filter By...</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gppat_filter_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox200">
<property name="visible">True</property>
@@ -625,7 +630,7 @@
</child>
<child>
<object class="GtkButton" id="okbutton1">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -777,25 +782,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="show_zero">
<property name="label" translatable="yes">Show _zero total accounts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Show accounts which have a zero total value.</property>
<property name="halign">start</property>
<property name="margin_left">12</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="gppat_filter_show_zero_toggled_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="show_unused">
<property name="label" translatable="yes">Show _unused accounts</property>
@@ -815,6 +801,25 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="show_zero">
<property name="label" translatable="yes">Show _zero total accounts</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Show accounts which have a zero total value.</property>
<property name="halign">start</property>
<property name="margin_left">12</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="gppat_filter_show_zero_toggled_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="position">1</property>
@@ -893,6 +898,9 @@
<property name="window_position">center</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_account_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox300">
<property name="visible">True</property>
@@ -921,7 +929,7 @@
</child>
<child>
<object class="GtkButton" id="ok_button">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -1625,13 +1633,15 @@
<property name="page_increment">100</property>
</object>
<object class="GtkDialog" id="account_renumber_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Renumber sub-accounts</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_account_renumber_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox400">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="bi_import_dialog">
@@ -7,6 +7,9 @@
<property name="title" translatable="yes">Import transactions from text file</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_bi_import_gui_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="visible">True</property>
@@ -106,7 +109,7 @@
</child>
<child>
<object class="GtkButton" id="buttonOpen">
<property name="label">_Open</property>
<property name="label" translatable="yes">_Open</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="discount_adj">
@@ -46,6 +46,9 @@
<object class="GtkWindow" id="terms_notebook_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">window1</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkNotebook" id="term_notebook">
<property name="visible">True</property>
@@ -444,6 +447,9 @@
<property name="title" translatable="yes">Terms</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="billterms_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox5">
<property name="visible">True</property>
@@ -800,6 +806,9 @@
<property name="can_focus">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox9">
<property name="visible">True</property>
@@ -991,6 +1000,9 @@
<property name="can_focus">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox7">
<property name="visible">True</property>

View File

@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="close_book_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Close Book</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_book_close_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="choose_owner_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Choose Owner Dialog</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -37,6 +37,9 @@
<property name="title">New Security</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="visible">True</property>
@@ -233,7 +236,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label">&lt;b&gt;Security Information&lt;/b&gt;</property>
<property name="label" translatable="yes">&lt;b&gt;Security Information&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
@@ -699,9 +702,9 @@
</object>
</child>
<action-widgets>
<action-widget response="-11">help_button</action-widget>
<action-widget response="-6">cancel_button</action-widget>
<action-widget response="-5">ok_button</action-widget>
<action-widget response="-11">help_button</action-widget>
</action-widgets>
</object>
<object class="GtkDialog" id="security_selector_dialog">
@@ -710,6 +713,9 @@
<property name="title" translatable="yes">Select security/currency </property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="custom_report_dialog">
@@ -12,6 +12,9 @@
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<signal name="close" handler="custom_report_dialog_close_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>
@@ -124,8 +127,5 @@ the Reports menu or tool bar.</property>
<action-widgets>
<action-widget response="0">close_report_button</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="customer_import_dialog">
@@ -9,6 +9,9 @@
<property name="title" translatable="yes" comments="Title of dialog">Import customers or vendors from text file</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_customer_import_gui_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="tax_included_store">
@@ -31,6 +31,9 @@
<property name="title" translatable="yes">New Customer</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_customer_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="date_account_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Question</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="visible">True</property>
@@ -318,11 +320,13 @@
</action-widgets>
</object>
<object class="GtkDialog" id="date_close_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Question</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="employee_dialog">
@@ -7,6 +7,9 @@
<property name="title" translatable="yes">New Employee</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_employee_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="visible">True</property>
@@ -897,8 +900,5 @@
<action-widget response="-6">cancelbutton</action-widget>
<action-widget response="-5">okbutton</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="file_access_dialog">
@@ -10,6 +10,9 @@
<property name="default_height">500</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_ui_file_access_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="liststore1">
@@ -91,6 +91,9 @@
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<signal name="response" handler="fincalc_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox10">
<property name="visible">True</property>
@@ -585,7 +588,7 @@
<object class="GtkLabel" id="payment_total_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">total</property>
<property name="label">total</property>
<property name="justify">center</property>
</object>
<packing>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="list-store">
@@ -22,8 +22,12 @@
</object>
<object class="GtkWindow" id="find_account_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Search the Account List</property>
<property name="default_width">600</property>
<property name="default_height">400</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="dialog-vbox">
<property name="can_focus">False</property>
@@ -265,13 +269,7 @@ if account should not be shown, this will be temporarily overridden.</property>
<property name="position">6</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.2 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkTreeStore" id="tree-store">
@@ -39,6 +39,9 @@
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_imap_dialog_window_destroy_cb" swapped="no"/>
<signal name="response" handler="gnc_imap_dialog_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox2">
<property name="can_focus">False</property>
@@ -374,8 +377,5 @@
<action-widget response="-10">delete_button</action-widget>
<action-widget response="-6">close_button</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -29,7 +29,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="newbutton">
<property name="label">New _Account...</property>
<property name="label" translatable="yes">New _Account...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -1143,8 +1143,11 @@
<property name="reorderable">True</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<property name="rubber_banding">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection3"/>
<object class="GtkTreeSelection" id="treeview-selection3">
<property name="mode">multiple</property>
</object>
</child>
</object>
</child>
@@ -1254,9 +1257,9 @@
</object>
</child>
<action-widgets>
<action-widget response="-11">matcher__help</action-widget>
<action-widget response="-6">matcher_cancel</action-widget>
<action-widget response="-5">matcher_ok</action-widget>
<action-widget response="-11">matcher__help</action-widget>
</action-widgets>
</object>
</interface>

View File

@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="lot_viewer_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Lot Viewer</property>
<property name="default_width">600</property>
@@ -11,6 +10,9 @@
<property name="type_hint">dialog</property>
<signal name="destroy" handler="lv_window_destroy_cb" swapped="no"/>
<signal name="response" handler="lv_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>
@@ -169,8 +171,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Enter any notes you want to make about this lot.</property>
<property name="accepts_tab">False</property>
<property name="wrap_mode">word</property>
<property name="accepts_tab">False</property>
</object>
</child>
</object>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.2 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="new_user_cancel_dialog">
@@ -9,6 +9,9 @@
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox">
<property name="visible">True</property>
@@ -124,13 +127,13 @@
<action-widget response="-9">no_but</action-widget>
<action-widget response="-8">yes_but</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkWindow" id="new_user_window">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="vbox2">
<property name="visible">True</property>
@@ -309,8 +312,5 @@
</child>
</object>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="object_references_dialog">
@@ -7,6 +7,9 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">Object references</property>
<property name="type_hint">normal</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkWindow" id="gnucash_options_window">
<property name="can_focus">False</property>
<property name="default_width">640</property>
<property name="default_height">480</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="dialog-vbox">
<property name="visible">True</property>
@@ -122,9 +125,6 @@
<object class="GtkBox" id="notebook_placeholder">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
@@ -141,8 +141,5 @@
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>

View File

@@ -602,7 +602,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">(owner)</property>
<property name="label">(owner)</property>
<property name="justify">right</property>
</object>
<packing>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="docs_list_hor_adj">
@@ -62,6 +62,9 @@
<property name="default_height">560</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_payment_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -385,7 +385,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="cancel_button">
<property name="label">_Cancel</property>
<property name="label" translatable="yes">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -400,7 +400,7 @@
</child>
<child>
<object class="GtkButton" id="ok_button">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -129,6 +129,9 @@
<property name="title" translatable="yes">Save Custom Check Format</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox7">
<property name="visible">True</property>
@@ -281,6 +284,9 @@
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_ui_print_check_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkTextBuffer" id="textbuffer1">
@@ -13,6 +13,9 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox" id="vbox85">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="query_view_dialog">
@@ -7,6 +7,9 @@
<property name="default_width">500</property>
<property name="default_height">300</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="col_adjustment">
@@ -12,6 +12,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkGrid" id="view_contents_table">
<property name="visible">True</property>
@@ -246,15 +249,15 @@
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
<object class="GtkDialog" id="html_style_sheet_dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">HTML Style Sheets</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_options_dialog_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox10">
<property name="visible">True</property>
@@ -267,7 +270,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="closebutton1">
<property name="label">_Close</property>
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -423,9 +426,6 @@
<action-widgets>
<action-widget response="-7">closebutton1</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkAdjustment" id="row_adjustment">
<property name="upper">100</property>
@@ -439,6 +439,9 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox11">
<property name="visible">True</property>
@@ -583,9 +586,6 @@
<action-widget response="-6">cancelbutton</action-widget>
<action-widget response="-5">okbutton</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkDialog" id="select_style_sheet_dialog">
<property name="can_focus">False</property>
@@ -593,6 +593,9 @@
<property name="default_width">300</property>
<property name="default_height">200</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox9">
<property name="visible">True</property>
@@ -703,9 +706,6 @@
<action-widget response="2">delete_button</action-widget>
<action-widget response="-7">close_button</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkListStore" id="template_liststore">
<columns>
@@ -723,6 +723,9 @@
<property name="title" translatable="yes">New Style Sheet</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox12">
<property name="visible">True</property>
@@ -865,8 +868,5 @@
<action-widget response="-6">cancelbutton1</action-widget>
<action-widget response="-5">okbutton1</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="reset_warnings_dialog">
@@ -8,6 +8,9 @@
<property name="title" translatable="yes">Reset Warnings</property>
<property name="type_hint">normal</property>
<signal name="response" handler="gnc_reset_warnings_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="search_dialog">
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="visible">True</property>
@@ -117,7 +120,7 @@
<object class="GtkLabel" id="type_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">()</property>
<property name="label">()</property>
<property name="justify">center</property>
</object>
<packing>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="account_deletion_dialog">
@@ -10,6 +10,9 @@
<property name="default_width">320</property>
<property name="default_height">240</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox24">
<property name="visible">True</property>
@@ -143,6 +146,9 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Make Scheduled Transaction</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox23">
<property name="visible">True</property>
@@ -487,6 +493,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Preferences</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkGrid" id="sx_prefs">
<property name="visible">True</property>
@@ -750,6 +759,9 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Edit Scheduled Transaction</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox17">
<property name="visible">True</property>
@@ -1462,6 +1474,9 @@
<property name="default_height">480</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox25">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="copy_spin_adj">
@@ -12,6 +12,9 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Income Tax Information</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox14">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="tax_table_window_dialog">
@@ -7,6 +7,9 @@
<property name="title" translatable="yes">Tax Tables</property>
<property name="type_hint">normal</property>
<signal name="destroy" handler="tax_table_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>
@@ -109,6 +112,21 @@
<property name="can_focus">False</property>
<property name="spacing">6</property>
<property name="layout_style">spread</property>
<child>
<object class="GtkButton" id="rename_table_button">
<property name="label" translatable="yes">_Rename</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="tax_table_rename_table_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="delete_table_button">
<property name="label" translatable="yes">_Delete</property>
@@ -139,21 +157,6 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="rename_table_button">
<property name="label" translatable="yes">_Rename</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="tax_table_rename_table_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
@@ -326,6 +329,9 @@
<property name="modal">True</property>
<property name="default_height">370</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="visible">True</property>

View File

@@ -26,13 +26,12 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="back-button">
<property name="label">gtk-media-previous</property>
<property name="label" translatable="yes">_Previous</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -42,13 +41,12 @@
</child>
<child>
<object class="GtkButton" id="forward-button">
<property name="label">gtk-media-next</property>
<property name="label" translatable="yes">_Next</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -58,13 +56,12 @@
</child>
<child>
<object class="GtkButton" id="close-button">
<property name="label">gtk-close</property>
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="list-store">
@@ -22,6 +22,9 @@
</object>
<object class="GtkWindow" id="transaction_association_window">
<property name="can_focus">False</property>
<child type="titlebar">
<placeholder/>
</child>
<child>
<object class="GtkBox" id="dialog-vbox">
<property name="can_focus">False</property>
@@ -73,7 +76,7 @@
</child>
<child>
<object class="GtkButton" id="close_button">
<property name="label">_Close</property>
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -201,8 +204,5 @@ Description column or Association column to open the Association</property>
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="transfer_dialog">
@@ -8,6 +8,9 @@
<property name="title" translatable="yes">Transfer Funds</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_xfer_dialog_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox">
<property name="visible">True</property>
@@ -21,7 +24,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="button">
<property name="label">_Cancel</property>
<property name="label" translatable="yes">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -36,7 +39,7 @@
</child>
<child>
<object class="GtkButton" id="button1">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>

View File

@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="username_password_dialog">
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Username and Password</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox16">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="tax_included_store">
@@ -31,6 +31,9 @@
<property name="title" translatable="yes">New Vendor</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="gnc_vendor_window_destroy_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="format-liststore">
@@ -38,6 +38,9 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Date Format</property>
<property name="resizable">False</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkGrid" id="date_format_table">
<property name="visible">True</property>
@@ -47,7 +50,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">December 31, 2000</property>
<property name="label">December 31, 2000</property>
</object>
<packing>
<property name="left_attach">2</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -569,6 +569,9 @@
<object class="GtkWindow" id="gnc_frequency_window">
<property name="can_focus">False</property>
<property name="title">This window should never be realized.</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkEventBox" id="eventbox">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="DigitsToRound_Adj">
@@ -253,6 +253,9 @@
<property name="title" translatable="yes">Estimate Budget Values</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="visible">True</property>
@@ -405,6 +408,9 @@
<property name="top_attach">2</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@@ -431,6 +437,9 @@
<property name="title" translatable="yes">Budget Options</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox5">
<property name="visible">True</property>
@@ -540,6 +549,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="BudgetDescription">
<property name="visible">True</property>
@@ -666,6 +676,9 @@
<property name="border_width">6</property>
<property name="title" translatable="yes">Budget List</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.4 -->
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="days_adjustment">
@@ -15,6 +15,9 @@
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_plugin_page_register_filter_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox19">
<property name="visible">True</property>
@@ -551,9 +554,6 @@ If 0, all previous days included</property>
<action-widget response="-6">cancelbutton4</action-widget>
<action-widget response="-5">okbutton4</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkAdjustment" id="num_adjustment">
<property name="upper">1000000000</property>
@@ -568,6 +568,9 @@ If 0, all previous days included</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gnc_plugin_page_register_sort_response_cb" swapped="no"/>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox17">
<property name="visible">True</property>
@@ -908,9 +911,6 @@ If 0, all previous days included</property>
<action-widget response="-6">cancelbutton2</action-widget>
<action-widget response="-5">okbutton2</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkAdjustment" id="tnum_adjustment">
<property name="upper">1000000000</property>
@@ -924,6 +924,9 @@ If 0, all previous days included</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox15">
<property name="visible">True</property>
@@ -1141,9 +1144,6 @@ If 0, all previous days included</property>
<action-widget response="-6">button76</action-widget>
<action-widget response="-5">button77</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
<object class="GtkDialog" id="void_transaction_dialog">
<property name="can_focus">False</property>
@@ -1153,6 +1153,9 @@ If 0, all previous days included</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox16">
<property name="visible">True</property>
@@ -1249,8 +1252,5 @@ If 0, all previous days included</property>
<action-widget response="-6">cancelbutton1</action-widget>
<action-widget response="-5">okbutton1</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

Some files were not shown because too many files have changed in this diff Show More