[libgda] Created tag LIBGDA_5_99_90
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Created tag LIBGDA_5_99_90
- Date: Mon, 15 Apr 2019 04:24:28 +0000 (UTC)
The signed tag 'LIBGDA_5_99_90' was created.
Tagger: Daniel Espinosa <esodan gmail com>
Date: 1555302208 -0500
Release 5.99.90 "6.0 Beta"
Changes since the last tag 'LIBGDA_5_90_1':
Andre Klapper (2):
GNOME Bugzilla has been replaced by GNOME Gitlab
Replace Bugzilla by Gitlab URL in DOAP file
Balázs Meskó (2):
Update Hungarian translation
Update Hungarian translation
Balázs Úr (1):
Update Hungarian translation
Corentin Noël (1):
Provide an organised documentation
Daniel Espinosa (394):
Post release version bump to 5.91.0
VConnection: Fixed parsing error for GdaDataModelArray from types
Vala: changing documentation package name to camel case name
GDA UI - Added GTK Doc documentation
GtkDoc: Added main doc for UI documentation
GdaHolder: fix unit tests
Meson: try to implement GtkDoc generation, no success
GtkDoc: ignore documentation xml file
Meson: Added support for Berkeley Database provider
Meson: Added MySQL provider
Providers: BDB is broken disabling
Browser: removed warning from base_tool_command_group_add
CSS: fixed almost all CSS warnings
Browser: fix segfault at close connection
CSS: updated to avoid warnings
Control Center: some CSS fixes
Browser: fixed Virtual connection close segfault
Added Daniel Espinosa (despinosa) as maintainer
ControlCenter: Fixed open a connections paramenters form
libgda-doc: Removed unnecesary sections
GdaBrowser: fix segfault set busy parent class
PostgreSQL: provider added unscape string implementation
GdaBrowser: fixed creation of dictionary file
Tests: removing warnings on threads
Tests: removing entry tests warnings
Tests: removed warnings on input parsers
Tests: removed warning on cnc-utils
GdaDataModel Array: removed warning on always true
GdaVConnectionHub: removing warnings
GdaServerProvider: removing warning for fallthrough on switch statement
sql-parser: removing warnings
Added image bin-attachment.png
Browser: removing warnings for ui and utils
Revert "GdaVConnectionHub: removing warnings"
Revert "sql-parser: removing warnings"
Revert gda_parse_iso8601_timestamp() deprecation
GdauiBar: removing style provider warnings
GdauiDataCellRenderer: removing style warnings using css styling
control-center: Removing unnecesary parameters update
GdauiDataEntry: removed warning
GdauiDataFilter: remove warning about deprecated set cursor
GdauiDataProxyInfo: removed warning about deprecated override font size
control-center: remove warnings on dialogs for assistant
internal popoup-container: fix deprecated sizes
gdaui-cloud: removing warnings for deprecated API in cursors
widget-embedder: removing warning about deprecated API
gdaui-raw-form: added missing break for get_property
Entry-time: using signed time zone
tools: fix message for configuration directory
Browser: fix warning for table schema deprecated API
Browser: remove deprecated API for overlay
Browser: removed warnings on favorite selector for unused variables
Browser: removed more deprecated API for query editor
Browser: removed unused variables for favorite selector data manager
Browser: replaced deprecated API for data widget
Browser: removed unused variables for spec editor
Browser: fix adding connection string holders
Browser: removed deprecated API for UI support
Browser: replaced deprecated API for objects cloud
Browser: fix warning for fk-declare
Browser: removed warning of undefined static method
test-ddl: commented out unused function
Replaced URL for bug reports to GitLab instance
Meson: Fixed typo on test's name
Removed GSEALed API from public
GdauiSet: removed sources list from public API
GdauiSet: removed groups list from public API
autotools: Fix build without GSEAL
GdaSet: use G_DEFINE_TYPE_WITH_PRIVATE macro
autoptr: Set autoptr function for GdaSet
GdaDataModelIter: converted to G_DEFINE/G_DECLARE with autoptr support
Autotools: fix make check for GdaDataModelIter
Valadoc: fix output for Gda-6.0 documentation
CI: generate C API documentation using autotools for pages
Remove warnings from autotools
DDL: fix code style and removing warnings
Fix warnings for GIR bindings generation
CI: pages - fix C documentation path
Updated NEWS for 5.91.0 release
DDL: removed *_free to use g_object_unref() instead
Added virtual methods to GdaDataModelIter
GdaDataSelect now uses its own DataModelIter implementation
GdaDataSelectIter: implement move_to_row() virtual method
GdaDataModelIter: move_next() virtual method implemented
GdaDataModelIter: implemented virtual method move_prev()
GdaDataSelect: avoid redundant code for model's value update
GdaDataSelect: removing duplicated code
GdaDataModelIter: moved in code from i_iter_set_value()
GdaDataModelIter avoid to use i_iter_set_value from GdaDataModel
GdaDataSelect unimplement virtual iterator methods for GdaDataModel
GdaDataModelImport unimplement virtual iterator methods for GdaDataModel
GdaDataModelIter remove reference of i_iter_prev from GdaDataModel
GdaDataModel removed iterator related virtual methods
GdaDataModel: removed i_set_notify by freeze/thaw virtual methods
GdaDataModel: rename virtual methods to remove i_* prefix
Vala: added annotation for DataModel.get_exceptions
New GdaProvider interface
GdaProvider: add methods and basic documentation
Added GdaProviderMeta interface
provider-meta: re-implemented API for retrive metada directly
provider-meta: added 'connection' abstract property
provider-meta: fixes annotations a API typo
sqlite-provider: use G_DEFINE_TYPE
server-provider: now supports G_DECLARE/G_DEFINE for g_autoptr()
sqilte-provider: using G_DECLARE for g_autoptr()
gda-row: added model and model-row properties
provider-meta: added utility methods to run queries
sqlite-provider: sckeleton to implement GdaProviderMeta interface
sqlite-privider: implements GdaProviderMeta
i18n: Added missing file
Revert "sqilte-provider: using G_DECLARE for g_autoptr()"
Revert "sqlite-provider: use G_DEFINE_TYPE"
sqlite-provider: implements GdaProviderMeta interface
autotools: DataModelSelectIter added unit tests
provider-meta: added unit test
Removing warnings
report-engine: replaced deprecated API
data-model-pivot: removed private from object class
data-model-array: removed private from object class
batch: remove private from class
data-proxy: removed private from object's struct
data-comparator: removed private from object's struct
data-model-dsn-list: removed private from object's struct
tree: removed private from object's struct
xa-transaction: removed private from object's struct
dir-blob-op: removed private from object's struct
meta-store: remove private from object's struct
server-operation: moved methods related to GdaConnection
server-operation: restate database create/drop API
server-operation: Removed public API replaced by one on GdaConnection
gda-set: removed from gda-decl.h
server-operation: removed from gda-decl.h
batch: fix retreive of private struct
connection: removed private from public API
connection-event: removed private from public API
column: removed private from public API
holder: remove private from public API
server-provider: removed private defintion from gda-decl.h
statement: removed private from public API
sql-parser: remove private from public API
holder: fix assertion on private
tree-node: removed private from public API
gdaui-basic-form: removing private from public API
test-ddl: replace removed _free() API from DDL
gdaui-set: include gda-set.h
data-model-dsn-list: fix object's private implementation
gdaui-basic-form: fix invalid free private
gda-tree: fix private implementation
gdaui-combo: removed private from public API
gdaui-data-store: removed private from public API
gdaui-data-filter: removed private from public API
gda-data-comparator: removed warning about unused finalize function
meta-store: fix private initialization warning
data-proxy: using G_DEFINE_TYPE_WITH_CODE
gdaui-data-poxy: using G_DECLARE/G_DEFINE and g_autoptr()
gdaui-raw-form: remove private from public API
gdaui-raw-form: fix dispose about private struct
gdaui-grid: removed private from public API
gdaui-data-proxy-info: removed private from public API
gdaui-provider-selector: remove private from public API
gdaui-server-operation: removed private from public API
dsn-assistant: fix infinite loop on pre-existing DSN
gda-basic-form: fix segfault creating new DSN
gdaui-login: remove private from public API
gdaui-tree-model: remove private from public API
gdaui-cloud: removed private from public API
gdaui-data-selector: ported to G_DECLARE/G_DEFINE
gdaui-rt-editor: removed private from public API
DDL: removed gda_ddl_base_free() and GI annotations updates
updated NEWS for 5.91.0 release
gda-blob-op: removed private from public API using G_DECLARE/G_DEFINE
gda-dir-blob-op: ported to G_DECLARE/G_DEFINE
gda-sql-parser: fix dispose private initialization
gda-connection-event: ported to G_DECLARE/G_DEFINE
gda-xa-transaction: fix private initialization
gda-pivot: fix warnings
gda-server-provider: fix warnings
gda-data-comparator: ported to G_DEFINE
gda-data-model-import: ported G_DECLARE/G_DEFINE remove private from public API
gda-data-model-dir: ported G_DECLARE/G_DEFINE
gda-data-access-wrapper: ported to G_DECLARE/G_DEFINE removed private from public API
gda-data-proxy: ported to G_DEFINE/G_DECLARE
gda-lockable: ported to G_DECLARE/G_DEFINE
gda-row: ported to G_DECLARE/G_DEFINE
gda-xa-transaction: ported to G_DEFINE*
gda-transaction-status: moving name out of object struct
gda-transaction-status: removed all public members from object struct
gda-transaction-status: ported to G_DECLARE*
gda-data-handler: ported to G_DECLARE/G_DEFINE
gda-meta-struct: ported to G_DECLARE/G_DEFINE
gda-statement: ported to G_DECLARE/G_DEFINE
gda-batch: ported to G_DEFINE
gda-holder: ported to G_DECLARE/G_DEFINE
gda-tree: ported to G_DEFINE
Removing trailing white spaces
gda-tree-mgr-columns: ported to G_DECLARE/G_DEFINE
gda-tree-mgr-label: ported to G_DECLARE/G_DEFINE
gda-tree-mgr-schemas: ported to G_DECLARE/G_DEFINE
Removing GdaConnectionEvent from gda-decl.h
gda-tree-mgr-select: ported to G_DECLARE/G_DEFINE
gda-tree-mgr-tables: ported to G_DECLARE/G_DEFINE
gda-tree-node: ported to G_DECLARE/G_DEFINE
gdaui-raw-grid: ported to G_DECLARE/G_DEFINE
gdaui-set: ported to G_DECLARE/G_DEFINE
gdaui-data-entry: ported to G_DECLARE/G_DEFINE
gdaui-form: ported to G_DECLARE/G_DEFINE
removing warning for png not found
gdaui-data-cell-renderer-bin: ported G_DECLARE/G_DEFINE
gdaui-data-cell-renderer-boolean: ported G_DECLARE/G_DEFINE
gdaui-data-cell-renderer-combo: ported to G_DECLARE/G_DEFINE
gdaui-data-cell-renderer-info: ported to G_DECLARE/G_DEFINE
gdaui-data-cell-renderer-textual: ported to G_DECLARE/G_DEFINE
gda-entry: ported to G_DECLARE/G_DEFINE
gdaui-entry-shell: ported to G_DECLARE/G_DEFINE
gdaui-entry-wrapper: ported to G_DECLARE/G_DEFINE
gdaui-entry-bin: ported to G_DECLARE/G_DEFINE
gdaui-entry-boolean: ported to G_DECLARE/G_DEFINE
gdaui-entry-combo: ported to G_DECLARE/G_DEFINE
gdaui-entry-common-time: ported to G_DECLARE/G_DEFINE
Removed unused GdaProviderInfo
Removed unused GdaSList
Meson: fix libgda headers installation
Meson: Fix libgda-6.0.pc configure
Meson: adding missing installed headers
Fix documentation references to removed gda-types.c/.h
Removing documentation translation references
gda-data-model-dsn-list: Fix segfault
gdaui-entry-wrapper: fix segfault
gda-entry-date: ported to G_DECLARE/G_DEFINE
gdaui-entry-none: ported to G_DECLARE/G_DEFINE
gdaui-entry-number: ported to G_DECLARE/G_DEFINE
update copyrigths
gdaui-entry-string: ported to G_DECLARE/G_DEFINE
gdaui-entry-time: ported to G_DECLARE/G_DEFINE
gdaui-entry-timestamp: ported to G_DECLARE/G_DEFINE
gda-connection: improved multi-threading behavior
gda-vprovider: improved internal free resources
gda-vconnection-data-model: use GWeakRef for weak references
gda-pstmt: improved GWeakRef handling
gdaui-formatted-entry: ported to G_DECLARE/G_DEFINE
gdaui-numeric-entry: ported to G_DECLARE/G_DEFINE
renamed wrapper-embedded and ported to G_DECLARE/G_DEFINE
gda-sql-parser: ported to G_DECLARE/G_DEFINE
Meson: adding missing worker connect test
Upgrade SQLite and SQLCipher to 3.25.1 and 3.4.2 respectively
SQLite provider: added LIKE keyword constraint recognition
gda-connection: avoids check internal connection data for virtual ones
gda-server-provider: updated message strings
gda-sqlite and virtual provider: improved destruction and tests
Adding prototypes for new Provider API
Fix annotations for connection string parsing
sqlite: fixed set internal data for connection
sqlite: provider using sqlite3_prepare_v2
sqlite: retry statements when database is busy
unit-tests: improved test for SQLite metadata
GI: replacing allow-none annotation with nullable
GdaDataSelect: Internal data handling improvements
sqlite: improved multi-thread performance
check-vitual: some improvements on testing usin new API
sqlite: recordset destruction improvements
virtual-check: improvements on object destruction
data-select: improvement object destruction
sqlite-provider: removes weak ref to connection
sqlite: upgraded embedded version to 3.25.2
GI: added macro for GType for GdaTransactionStatusEvent
GI: GdaMetaStore using G_DEFINE_BOXED
GI: make GdaDiff introspectable
GI: make GdaProviderInfo introspectable
config: ported to G_DECLARE/G_DEFINE
Added error domain for libgda-xslt
gdaui-rt-editor: added error domain
gda-vprovider-data-model: added error domain
gda-dir-blob-op: added error domain
gdaui-plugin: added error domain
gda-report-document: ported to G_DECLARE/G_DEFINE
report-engine: ported to G_DECLARE/G_DEFINE
report-docbook-document: ported to G_DECLARE/G_DEFINE
report-docbook-document: ported to G_DECLARE/G_DEFINE
report-rml-document: ported to G_DECLARE/G_DEFINE
Fixes for issue #51
meta-store: setup tests for PostgreSQL
Fix autotools build
provider-meta: updated API for tables and views
sqlite: implement GdaProvider interface
Fix build with libsecret enable
GdaPstm: gda_pstmt_get_gda_statement returns a reference
tests: improved testing
tests: disable provider_meta tests on Autotools
postgres: provider use only gresources
sqlcipher: embedded SQLCipher 3.4.2
sqlite: using system installed by default
sqlite: upgraded to 3.22.0 minimum version
introspection: removed system installation
sqlite: added libs for system installed
GdaDataModel: ported to use G_DEFINE/G_DECLARE
GdaDataMetaWrapper: ported to G_DECLARE/G_DEFINE
GdaDataPivot: ported to G_DEFINE
DataModelErrors: modernized
Removing warnings about GFunc and some others
Gtk Widgets now are experimental
Fix warning on ITSignaler
GdaSqliteBlobOp: ported to G_DECLARE/G_DEFINE
GdaSqliteRecordset: ported to G_DECLARE/G_DEFINE
GdaRepetitiveStatement: ported to G_DEFINE
Ported test raw ddl creator to G_DEFINE/G_DECLARE
GdaMetaStore: ported to G_DEFINE
GdaSqliteHandlerBin: ported to G_DEFINE/G_DECLARE
Fixed warnings on freeing slist
GdaSqliteHandlerBoolean: ported to G_DEFINE/G_DECLARE
GdaCapiBlobOp: ported to G_DEFINE/G_DECLARE
GdaCapiParser: ported to G_DEFINE/G_DECLARE
GdaCapiPStmt: ported to G_DECLARE/G_DEFINE
GdaCapiRecordset: Ported to G_DEFINE/G_DECLARE
GdaCapiProvider: Ported to G_DECLARE/G_DEFINE
Check vcnc: fixed warning
Meson: Fix build documentation without UI
Autotools: honor disabling experimental features
CI: disabling Autotools build tests
Meson: Fix warnings
GdaDataModelLdap: Fix reference interface GdaDataModel
GdaLdapConnection: ported to G_DECLARE/G_DEFINE
GdaTreeMgrLdap: ported to G_DECLARE/G_DEFINE
GdaLdapProvider: ported to G_DECLARE/G_DEFINE
GdaprovDataModelLdap: removed warnings
GdaMysqlBlobOp: ported to G_DECLARE/G_DEFINE
GdaMysqlHandlerBoolean: ported to G_DECLARE/G_DEFINE
GdaMysqlProvider: ported to G_DECLARE/G_DEFINE
GdaPostgresHandlerBin: ported to G_DECLARE/G_DEFINE
GdaPostgresProvider: ported to G_DECLARE/G_DEFINE
GdaPostgresPStmt: ported to G_DECLARE/G_DEFINE
Fix warnings on Postgres' parser
Fix warning on mysql provider
GdaPostgresBlobOp: ported to G_DECLARE/G_DEFINE
GdaPostgresRecordset: portedt to G_DECLARE/G_DEFINE
GdaMysqlParser: ported to G_DECLARE/G_DEFINE
GdaMysqlRecordset: ported to G_DECLARE/G_DEFINE
GdaMysqlPStmt: ported to G_DECLARE/G_DEFINE
GdaWebBlobOp: Ported to G_DECLARE/G_DEFINE
GdaWebProvider: ported to G_DECLARE/G_DEFINE
GdaWebPStmt: ported to G_DECLARE/G_DEFINE
GdaWebRecordset: ported to G_DECLARE/G_DEFINE
Fix MySQL provider parsing tokens
Milestone: Removed Autotools
Updated NEWS to mark where Autotools were removed
Set tools as experimental
Restoring global variables header
LDAP provider now is experimental
Set JDBC and Berkeley DB as experimental
LDAP provider need enable-ldap to true
Web provider now is experimental
Fix warning on Server Provider meta access
Removing warnings about introspection
Revert "GdaPostgresRecordset: portedt to G_DECLARE/G_DEFINE"
GdaPostgresRecordset: ported to G_DECLARE/G_DEFINE
CI: Removing UI documentation installation
Setup libgda as Meson subproject
Meson: remove global args allows use as subproject
Meson: fix sqlite files name generation as subproject
Remove warnings by applying flags
CI: add stages for documentation
Meson subproject: added dependency and renamed subproj dep
Meson subproject: fix src dir for sql-parser
Meson subproject: fix sqlite provider paths
Meson subproject: fix top src and build dirs
Meson subproject: add postgres token deps
Meson subproject: add mysql token dep
Meson subproject: fix gda token types location
Meson subproject: fix config.h location for gda-xslt
Meson subproject: testing fixes for config.h location
Meson subproject: improve exported dependencies
Honor debug flag for mkkeywordhash binary generation
CI: simplify library build and tests
Enable more experimental for documentation generation
CI: enable experimental for documentation deploy
ITSignaler: replacing warning to skip callback
ITSignaler: fix test implementation
CI: removing doc stuff from library build
Improved experimental new API
CI: Fix pages home page
Flatpak: adding a terminal test application
Flatpak: Test application, adding statements
CI: Adding UI bindings documentation
CI: fix location of Vala Bindings for UI
Valgrind: fix leak on unused global array DTD
Init: removed global variable for param list DTD
Removing global variables
Removing server operation DTD
Removed gda_lang_locale()
Removed global variable for Catalog DTD
Fix memory leak on prepared statement at GdaConnection
Fix memory leak in mutex for GdaConnection
Fix memory leak at GdaSqlProvider render operation
Fix memory leak at SQLite provider render statement
Fix memory leak at SQLite provider prepare statement
Daniel Espinosa Ortiz (223):
Merge branch 'ddlvalid' into 'master'
Merge branch 'docfix' into 'master'
Merge branch 'ddldoc' into 'master'
Merge branch 'docfix' into 'master'
Merge branch 'datetimeval' into 'master'
Merge branch 'examples' into 'master'
Merge branch 'gdasqlbuilder' into 'master'
Merge branch 'ddlfree' into 'master'
Merge branch 'ddltype' into 'master'
Merge branch 'ddlbugmetastruct' into 'master'
Merge branch 'gdacolumn' into 'master'
Merge branch 'miscwarning' into 'master'
Merge branch 'fkeyparse' into 'master'
Merge branch 'tintou/wip/better-c-doc' into 'master'
Merge branch 'wip/lantw/fix-bdb-and-sqlite-builds' into 'master'
Merge branch 'fkeybug' into 'master'
Merge branch 'wip/lantw/fix-return-value-error' into 'master'
Merge branch 'sqlitefkey' into 'master'
Merge branch 'cncprop' into 'master'
Merge branch 'gdaui-headers' into 'master'
Merge branch 'ddltemp' into 'master'
Merge branch 'makecheckfix' into 'master'
Merge branch 'gdauidoc' into 'master'
Merge branch 'wip/kalev/javah-build-fix' into 'master'
Merge branch 'docfix' into 'master'
Add contribution guide
Updating Code of Conduct format
postgresql: fixes on DDL
Merge branch 'wip/postgresql' into 'master'
ddl-postgresql: added tables to ddl tables tests
ci: adding configuration for postgres service
ci: added meson test log to failed artifacts
ci: add enable ci environment to tests
ci: fixing postgres provider test from /providers
Merge branch 'wip/ci-postgres' into 'master'
ddl-test: fixed memory leak on postgres creator test
postgresql: improve server version number calculation
Merge branch 'wip/ddlfkey' into 'master'
postgres: Unit Test DDL fix typo
Merge branch 'pavlosun/libgda-wip/postgres'
postgres: fixes to provider on date type tests
providers: improve error reporting
postgres: fixes for types schemas
Merge branch 'wip/ddlrename' into 'master'
Merge branch 'wip/ddlrename_fix' into 'master'
tests: meson uses timeouts to 300s to avoid fails
GdaConnectionModel: renamed from GdaConnectionProvider
db-module: moved tests to db directory
metastore: removing debuging messages
meta-data: improved internal error reporting
tests: added time to test for threading
meta-store: added utility method to stringify GdaMetaContext
postgres-meta: some fixes on meta generation
meta-store: sync _routine_columns table schema
postgresql: metadata uses no contexts
meta-tests: split out tests for full and partial updates
meta-tests: improved debuging messages
meta-store: fixed gda_connection_get_meta_store_data_v()
postgres: ADD COLUMN supports IF NOT EXISTS
postgres: added test for partial meta data update
postgres: added test for routines partial meta update
ci: enable debug messages
ci: fix enabling debug for meson
postgres: added debug information for _routines metadata
postgres: added debug information for _routines table
ci: setting PostgreSQL to version 10
postgresql: added support for version > 11.0
Merge branch 'metastore' into 'master'
postgres: fixes on provider tests
postgres: fixed meta-store tests
CI: removing conection port for PostgreSQL
postgresql: unit tests improvements around server connection
Removing unnecesary declarations
Merge branch 'pavlosun/libgda-wip/unused' into HEAD
capi: fixed routine_col columns meta definition
connection: removed unused definitions
gdaui-data-entry: removed un used definition
Updated NEWS for 5.91.0
Merge branch 'ci_artifacts' into 'master'
Merge branch 'wip/libgdaprefix' into 'master'
Merge branch 'wip/metadb_remove' into 'master'
mysql: fixed DDL CREATE TABLE implementation
meta-store: fixes on partial and full updates
gda: added new GdaText for large strings
mysql: fixes on meta store
mysql: added support for > 8.0.0 version
mysql: fixed meta data provider test
gda: fixed compartion between GdaText and string values
mysql: added test as provider
CI: fix mysql service declaration
mysql: using _Bool for my_bool definition on version >8.0
mysql: avoid my_bool redefinition
ci: fix mysql service and client version detection
i18n: added GdaText translation strings
sqlite: fix provider tests
i18n: skip tools/resources/menus.ui for translation
Merge branch 'fix-appstream' into 'master'
gda: convert information schema to gresource
mysql: fix loading provider's specs
Merge branch 'wip/ddl-test' into 'master'
meta-data: improved error messages
Autotools: fix embedding ligda resources
libgda: fix autotools resource location
Merge branch 'wip/glade-install' into 'master'
Merge branch 'mesondoc' into 'master'
Merge branch 'pavlosun/libgda-wip/miscfix'
Update SO version
Merge branch 'pavlosun/libgda-meson-doc'
ci: re-enable pages generation
Browser: re-named desktp/appdata files
Browser: added svg icon version
Autotools: fixed build due to file rename
meson: fix build due to file rename
handlers: Removing unnecesary translation
Fix add custome object to metastore
GdaColumn: removed GdaAttributesManager
GdaDataModelArray: using GPtrArray instead of GArray
GdaVConnectionDataModel: fix lock issue
GdaDataModelIter: ported to GWeakRef
GdaSet: removed GdaAttributeManager
GdaDataModelIter: improve datamodel property get
Meson: adding libgda-ui/demos
Removed more gda_holder_set_attribute() references
Holder: fixed get_property for "plugin"
Fixed es translation
GdaVConnectionHub: add new connections always with a schema
Browser: UI translation improvements
GdauiRawGrid: fixed read handler plugin from xml
GdaVConnectionDataModel: fix context object get weak ref
GdaSqlRecordset: fix return value on fail for fetch_next()
GdaTime: ported to GDateTime; default to UTC
ui-entry-time: partial fixes on time handling
data-select: removed unnecesary checks
data-select: modernization: removing public fields
ci: set apt non-interactive
data-select: modernization using G_DEFINE/G_DECLARE
data-select: improved internal iterator handling
data-select: fixed create_iter() to transfer full
New GdaDataModelSelect object
providers-tests: common now uses GdaDataModelSelect
data-select: removed "auto-update" property
Removing warnings
Fix build with LDAP and Web providers
ci: enable web provider and GUI tools
autotools: fix build for ldap-browser
ldap-browser: sync autotools and meson build system
t-app: removing warning
postgres: adding error suppervision
data-select: add gda-data-select-private.h header
browser: fix segfault on data source init
set: use GPtrArray instead of GArray
set: fix holder-attr-changed signal
gda-init: Removing unused gda_get_application_exec_path method
vconnection-hub: fixed bug on namespace check
DataSelect: renamed private methods for providers implementations
Merge branch 'wip/webmysql' into 'master'
sql-parser: removed warning at composing two keywords
sql-parser: remove warning at parse_string
ldap-provider: removing warnings
Merge branch 'pavlosun/libgda-wip/conn_new_api'
check vnc now use gda_connection_parse_sql_string()
Merge branch 'wip/webpostgres' into 'master'
Merge branch 'wip/docmisc' into 'master'
Fix unused generated code warning
ldap-provider: remove warnings
Demo: remove warning on deprecated API
Fixes for build after commit f029d10d75
Upgrade embeded SQLite version to 3.27.1
Upgraded embeded SQLCipher to 4.0.0
Ports to GdaConnection's new API
ui: Removing warnings
SQLite: now use sqlite3_key_v2()
Remove tests compilation warnings
Fixing warnings: types and unused variables
Merge branch 'wip/controlcenter' into 'master'
Removed references to removed gda_holder_attributes_manager
Removed GdaAttributesManager for GdaMetaStructColumn
Removed GdaAttributesManager in GdaTree
GdaTreeNode: rid of GdaAttributesManager
Removed GdaAttributesManager
SqliteProvider: ported to G_DEFINE/G_DECLARE
GdaVirtualProvider: ported to G_DECLARE/G_DEFINE
GdaVproviderDataModel: ported to G_DEFINE/G_DECLARE
GdaVproviderHub: ported to G_DECLARE/G_DEFINE
meson: fixing detecting system installed SQLite
GdaVirtualConnection: ported to G_DECLARE/G_DEFINE
GdaVConnectionDataModel: ported to G_DECLARE/G_DEFINE
GdaConnection: fix double free at finalize
GdaVConnectionHub: ported to G_DECLARE/G_DEFINE
sqlite: System installed libraries detection improvements
Disabling SQLCipher provider
Improbed SQLCipher provider disabling
Disable SQLCipher unit tests when provider is disable too
Fix segfault on virtual connections
Worker: Fix warnings on invalid cast for functions
GdaPStmt: removed public fields from GObject struct
GdaPStmt: ported to G_DECLARE/G_DEFINE
GdaSqlitePStmt: removed plublic fields from GObject struct
sqlite: add mechanism to use a different library
sqlcipher: implementing as GdaSqliteProvider derived
SQLCipher: Fix enable as provider
SQLite: using sqlite3_create_function_v2
SQLCipher: removed embedded source code
SQLite: remove embedded source code
Autotools: enable build/test SQLCipher provider
meson: simplify SQLite provider build
Autotools: introducing --disable-sqlcipher
meson: introducing disable-sqlcipher option
meson: fix sqlcipher build
DbModule: Fix memory leaks
information-schema: updated to version 5
sql-builder: removed deprecated argument
Remove outdated deprecation annotations
data-model-iter: removed deprecated property
flatpak: added json for Browser
Browser: move menu commands to header bar
browser: object-index: added new update() method
Browser: now schema is updated on meta-update
flatpak: added demo-ui application
proxy: Fix memory leak
GdaSet: use 'set-default' signal from GdaHolder
data-model-iter: fix segfault
vprovider-data-model: fixed random segfault
Daniel Mustieles (4):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kalev Lember (1):
JDBC: Drop unneeded JAVAH variable check
Marek Cernocky (9):
Updated Czech translation
Updated Czech translation
Fixed plural forms handling in messages
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Mario Blättermann (4):
Update German translation
Update German translation
Update German translation
Update German translation
Pavlo Solntsev (68):
DOC: Fixing dockbook file
DDL: missed declaration and fixing method names
DOC: Remove wrong reference
DOC: Adding missed xml files
DDL: Removed unused code
Method marked as non-depricated
New gda_value_new_date_time method was added
Examples were added to the meson
Gdasqlbuilder: using G_DECLARE adding g_auto_ptr()
DDL: ..._free() methods was removed
Fixing correct handling of DB objects
Some improvements in DDL module
DDL: bug in fkey parsing is fixed
Code cleanup
GdaColumn was ported to G_DEFINE_...
Bug in GdaDdlFkey implementation.
DDL new test for DB generation
FKEY_S was added for SQLite3 provider
_perform_operation call was added.
Test was updated to include fkey operation
Removed confusing comment
DDL: API simplification for GdaDdlCreator
Missed header files for gdaui were added
DDL: API related to is_temp renamed
DOC: Images were moved to libgdaui section
DOC: Adding a missed section
DOC: Author list was added to the documentation.
DOC: Installation section was added
DOC: Makefile.am was formated
PostgreSQL improvements
CI: Fixing artifacts for Autotools
TEST: Fixing passing argument
CI: Fixing PostgreSQL service
CI: Fixing password string
DDL module was replaced to DB module
DDL: Fix for missed ddl modules.
TEST: PostgreSQL will read ENV variable for test
CI: MetaStore test for PostgreSQL will be run
CI: fixing artifact generation
Revert "CI: fixing artifact generation"
CI: Fixing varibale for DB access
CI: More *.log files were added as artifacts
GI: GdaConnection modernized
libgda-ui: gtk header was added
Fixing include files paths
Web: Misused method fix
Unused variable removed or marked as unused
Fixing function parameter and return value
Fixing logic to avoid NULL string
Fixing incorect implementation of finalize method
Fix warning for incorect function pointer
CI: Fixing artifacts paths
GdaDbCatalog: MetaDbObject API remoed from public
DTD: Fixing DTD file installation
PostgreSQL: DDL test for CREATE DATABSE was added
New options for meson wereadded
Misc corrections
MESON: enable-gtk-doc was added as an option
DOC: Doc was activated for meson build
DOC: Adding initial doc for libgdaui to meson
CI: Correcting path for artifact to keep docs
DOC: Removing reference to the missed file
CI: Fixing path for artifacts for Documentation
WEB: Fixing provider dependecy
GdaConnection: New API added
Misc corrections in GdaDB module
WEB: Dependency on PostgreSQL was added
Gdaui: Fixing sigsegv in gda-control-center
Piotr Drąg (2):
help: Fix broken XML in Czech translation
Update POTFILES.in and POTFILES.skip
Rafael Fontenelle (5):
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Change dir for the appdata.xml to metainfo
Rodrigo Lledó (1):
Update Spanish translation
Tim Sabsch (1):
Update German translation
Ting-Wei Lan (3):
Replace 'uint' with 'unsigned int'
Autotools: Fix BDB provider build
gda-vprovider: Fix return value error
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]