[libgda/libgda-vala] (602 commits) ...GdaData: Added to_string() functons and items() to enums



Summary of changes:

  a2a6eb7... Update Simplified Chinese help translation. (*)
  51158c7... [l10n] Updated German translation (*)
  1d8eba1... Work on the Firebird provider, thanks to Faghmie Davids (*)
  bcdf1fd... GdaConfig: sort providers by ID (*)
  536e217... Firebird provider: fixed compilation dependencies (*)
  89094a9... Correction for bug #665917 (*)
  79039d9... [l10n] Updated German translation (*)
  8818d5b... Updated Czech translation (*)
  58efe61... Allow the two kinds of Firebird providers to be used at the (*)
  ede0c87... Added missing files to POTFILES.in (*)
  9a7a585... Another correction for bug #665917 (*)
  281f592... Updated Czech translation (*)
  18990f6... Merge branch 'libgda-vala' (*)
  21f5dc7... [l10n] Updated German translation (*)
  350f664... Enable correct detection of Vala (*)
  3a4c986... Updated Spanish translation (*)
  35565a9... Updated Slovenian translation (*)
  6e5992a... GdaData.Object.table API change: changed to read-only attri (*)
  722dc76... Fix libgdadata installation issues. Simplifing example for  (*)
  978f20a... Work in progress: Fixing GdaData.DataModelIterable implemen (*)
  8dbea34... GdaData.Object and GdaData.DataModelIterable API Change. (*)
  b328255... Working SampleDataObject as example on how to use GdaData.O (*)
  11e2cb8... Done Sample on Gee based iterable DataModel. (*)
  7a3d282... Added invokers for virtual funtions on GdaDataModel interfa (*)
  04317b0... Interface hierarchy for DbCollection using Gee. (*)
  b016179... Added samples/vala README with descriptions per example. (*)
  609552c... Added sources to build DB as Collection set of interfaces a (*)
  306a779... GdaData.DataModelIterable now implements Gda.DataModel.get_ (*)
  a8f0f2b... Tracking API changes by adding Gda-5.0.gir and libgda-5.0.v (*)
  3c93177... Handle deprecated symbols for Glib 2.32 (*)
  9123ced... Set version to 5.1.0 (*)
  0aa2f57... Gdaui: misc. corrections (*)
  f4f6fb8... SQL rendering correction (*)
  daece8d... Corrected bugs introduced in commit #3c93177e67dc47b3bc9ec0 (*)
  82dfd6e... GdaUI: improved timestamp entry widget (*)
  57f2bd1... GdaBrowser: query editor now allows to select all in one li (*)
  c3654c7... Updated Spanish translation (*)
  adf48c3... GdaBrowser: improved startup time for 1st time connections (*)
  3780f1b... GdaBrowser: improved user experience when starting (*)
  a09dd7a... GdauiBasicForm: correctly finish initialization (*)
  905962b... GdauiLogin: emit "changed" signal when any authentication d (*)
  56d1eb0... GdaMetaStore: display time to create internal connection as (*)
  464e865... GdaBrowser: improved authentication dialog (*)
  1d6f597... GdauiBasicForm: focus on the entry which needs attention wh (*)
  15d4252... GdauiLogin: focus on the entry which needs attention when f (*)
  46e8d86... GdaBrowser: improved login form's focus (*)
  8c98634... Formatted entry corrections (*)
  9e15dd8... GdaUI: new entry plugin to specify a formatted entry (*)
  78ed65f... Bumped version of GObject Introspection to >= 0.10.0 (*)
  72995df... Added NamespaceInfo.vala and used as first file to valac. (*)
  a247427... Fixed vapi generation for Gda.Set.get_holder_value() (*)
  58500c7... GdaData.Object added doc and API change now is Generic with (*)
  79bcd1b... Updated sample/vala/SampleDataObject.vala to GdaData.Object (*)
  e0f1469... libgda VAPI update for GdaMetaContext. Reimplementing GdaDa (*)
  5416f58... Updated Slovenian translation (*)
  90c63ae... Updated API for GdaData.Object, ObjectSingleId, DbField. Fi (*)
  08d1931... Unit tests working again. libgdadata.h moved to libgda/data (*)
  2850f8d... API changes to GdaData.Object.append(). Now all tests pass. (*)
  f5f2ea1... Added GdaData.Record and GdaData.RecordSingleId. Removed Ob (*)
  46a6a8d... libgda-ui: Fix a typo in a user-visible string. (*)
  e7ee1f2... Remove ancient and unused debian/ files. (*)
  9555b0d... Updated Spanish translation (*)
  b0f46a7... gda_g_type_from_string(): recognize "gshort" and "gushort" (*)
  fff73a1... MySQL provider: correctly report "char(x)" types as string (*)
  c045189... GdaMetaStruct: report maximum length in colum's type if nec (*)
  bff671e... MySQL: correctly detect non-NULL field (thanks to Carlos Sa (*)
  f8db9b7... MySQL: handle GdaNumeric type in recordsets (thanks to Carl (*)
  24fb510... gda_data_select_compute_modification_statements(): take int (*)
  31ae5dd... Added missing file to POTFILES.in (*)
  ce8eef4... Updated Spanish translation (*)
  f44ee80... Updated Slovenian translation (*)
  a755bee... Updated Japanese translation (*)
  a19fca9... Fixing GI annotations for Gda.MetaStruct.get_all_db_objects (*)
  73cd0a3... Implementations for DbCollection, DbSchema, DbTable, DbFiel (*)
  5951b78... Fixed Gda.MetaStore.extract_v annotations (*)
  ab0c2e3... Fixes on interfaces and implementation for Gee Collection i (*)
  dde84e4... Updating DbRecord interfaces. Updating GIR/VAPI bindings. (*)
  908381e... Documentation: added a section for new symbols in 5.2.0 (*)
  0f1a85f... Don't make gda_modify_statement_param_types() in the public (*)
  85f5c34... Correctly handle SQL identifiers containing a double quote (*)
  dcbfa33... Fixed crasher in _gda_connection_compute_table_virtual_name (*)
  e07b39f... GdaMetaStore: correctly fill the GdaMetaStoreChange structu (*)
  f4be68a... Improved connections binding handling of strange cases (*)
  397f998... GdaSql: really exit on ".q" command, removed warning (*)
  5199498... Updated italian translation (*)
  c441d9d... Unit Test updates due to API changes to DbRecord and Record (*)
  56f8b12... Added DbRecord<G>.to_string(). Fixes on DbRecordCollection  (*)
  60edd14... Fixes on Gee Collections implementation and DbRecord Unit T (*)
  367ac00... Adding missing files and new API to DbRecord interface. Sam (*)
  40081be... Fixed gda_connection_get_meta_store()'s return value's anno (*)
  39b0481... Virtual connections: better meta store update on creation o (*)
  04c237b... GdaSql: automatically update meta store for virtual connect (*)
  852db0e... DbRecordCollection and RecordCollection pass Unit Tests (*)
  0a65b7f... Fixed RecordCollection Unit Tests and Sample. Reached Miles (*)
  352dad9... Fixing Field.to_string(). * For now is not possible to conv (*)
  d34b914... Fixed documentation for GdaNumeric. Fixes GIR generation me (*)
  c2f6edb... GdaSql: doc correction (*)
  f5d3a9a... GdaSql: improved inline help (translations welcome!) (*)
  5ec4e86... Updating packaging documentation to include GdaSql help fil (*)
  0e6fe85... Updated Czech translation (*)
  43ddf37... [l10n] Updated German translation (*)
  882d2b0... Updated Spanish translation (*)
  92d1136... Updated Spanish translation (*)
  aaed3a5... Report engine can now render rich text to HTML as well as D (*)
  f39ef64... Data entry tester: fixed expand issues with data entries (*)
  bdad315... Data entry tester: strings are not to be translated (*)
  21d1daf... GdauiRtEditor: better control cursor position when toolbar  (*)
  d3d0dd1... GdaSql: added help/ to SUBDIRS (*)
  47d31ab... Updated Slovenian translation (*)
  97f15cf... Unified query favorites in GdaSql and GdaBrowser (*)
  7eb733e... Removed compilation warnings (*)
  8160b0c... Correction for bug #668411 (*)
  e784d50... Modified POTFILES.in following commit #97f15cfffe6e31666787 (*)
  0b06234... Corrected test cases after corrections in commit #e07b39f81 (*)
  eb914fa... Have gnome-doc-utils.make handled by git (*)
  7665996... Have "make check" work as GdaSql's help is not mallard (*)
  5dd485e... GValue to string now use GdaNumeric API (*)
  c0bab6b... GdaNumeric from string and new, handle correctly locale for (*)
  5284d7f... Fixes on latest GdaNumeric commits. (*)
  8f8f21b... Always use a format string when calling g_set_error() (*)
  95880d8... Distribute the gnome-doc-utils.make file (*)
  b298786... More GdaNumeric corrections (*)
  0f98c75... Test adaptations (*)
  a0a6a92... gda-mysql-meta.c: Add casts to avoid warnings. (*)
  b80eb36... Updated Spanish translation (*)
  1d73d36... Added documantation for developers about GObject Introspect (*)
  50920b5... Vala bindings now is installed at $(datadir)/vala/vapi (*)
  397c78a... Fixes to avoid API break in Vala and GI bindings in GI 1.31 (*)
  1465786... GI now depends on 1.31.10 and fixes on Bug 667837 (*)
  5334ad2... Updated Norwegian bokmål translation (*)
  b9323c7... Added the GdaReportEngine::output-directory property (*)
  19c7c1f... Added gdaui_raw_grid_add_formatting_function() and gdaui_ra (*)
  fc95b4f... GdauiRawGrid: don't compute row number if not necessary (*)
  fe2d7ec... GdauiRawGrid: handle column renaming (*)
  233cdce... GdaBrowser: open a new page in query perspective if necessa (*)
  1c8df64... Virtual table: use a more robust way to determine column na (*)
  59a05da... Removed compilation warnings due to the SQLite version used (*)
  d25663b... Improved help for GdauiDataFilter (*)
  3339f2e... GdauiEntryCombo correction (*)
  1b5392c... GdauiBasicForm better shows invalid values (*)
  e4ba53c... Revert "Removed compilation warnings due to the SQLite vers (*)
  5665b4f... Set correct version for new symbols (*)
  d20fcc1... Added documentation section for new symbols in 5.0.3 (*)
  82e0c36... Updated Slovenian translation (*)
  bfed7d1... Updated Slovenian translation (*)
  30d2a65... Ported to valac 0.16 and API simplification (*)
  342fb88... Fixed typo in string (*)
  26523cd... Updated Spanish translation (*)
  a80b1b6... Updated Slovenian translation (*)
  699d2ce... [l10n] Updated German translation (*)
  38f639f... Removed static symbols when compiling for Windows (*)
  dd24c72... Also pack GdaSql help in Windows ZIP (*)
  96398ab... MySQL provider: allow connection to be opened with MySQL 4 (*)
  6961c16... Removed compiler warnings (*)
  a4dfef2... Set SQLite version to 3.7.9 and SqlCipher to 2.0.3 (*)
  7294a1f... Add missing files (*)
  bc7a839... Fixed crasher (*)
  9631f45... Firebird provider improvements, thanks to Faghmie Davids (*)
  4b1f939... Improved gda_data_select_set_modification_statement() doc. (*)
  25b1ed0... More graceful GValue _to_string() implementations for speci (*)
  2063f97... s/SqlCipher/SQLCipher/ (*)
  f95b1f6... Set GI to 1.30. GI and Vala bindings generation changed onl (*)
  58fb132... Change Valac to 0.14. GdaData implementations for DbTable a (*)
  c0b59f9... Added new constructor for GdaDataProxy. Build fixes and tes (*)
  12c5e3f... Updated documentation in GIR for Gda.DataSelect. Updated sa (*)
  6335684... Require vala 0.15.1 to fix the build. (*)
  55f9c85... Fix tiny typos in docs. (*)
  91898cf... Hinding GDA's GValue API to Vala bindings * Including a gda (*)
  62ec38b... Hiding GDA's GValue API to bindings using GIR (*)
  ba3f677... Added new API to GdaMetaContext to convert it to an opaque  (*)
  7dbde6c... Update the BLOB example to mention the transation started a (*)
  1260565... LDAP provider: added TLS_REQCERT and TLS_CACERT connection  (*)
  c5708af... LDAP provider: allow connection opening using the "uid" att (*)
  deb3c8a... Doc. correction (*)
  8632009... Misc. corrections (*)
  5109fdd... GdaSql: added ldap_attributes and ldap_search commands (*)
  7d610ce... Fixed typo in string (*)
  3d062c1... Updated Spanish translation (*)
  c44c53c... Updated Spanish translation (*)
  f909d8a... [l10n] Updated German translation (*)
  fa89e7a... Added gda_ldap_entry_get_attributes_list() and gda_ldap_att (*)
  45a8b12... GdaSql: added the ldap_descr command (*)
  2e6b0ba... Fixed crasher (*)
  696cbe2... Improved authentication with Active Directory (*)
  6d02929... GdaDataModelLdap: added the "use-rdn" option (*)
  672a845... LDAP: improved gda_ldap_entry_get_attributes_list() (*)
  4337c4c... GdaSql: added the ldap_* commands to man page (*)
  4ab7d9f... Updated Spanish translation (*)
  9182a71... [l10n] Updated German translation (*)
  d740c5d... [i18n] Added missing file (*)
  bb833af... [l10n] Updated German translation (*)
  1b0ea50... Updated Spanish translation (*)
  4b19d1f... GdaMetaContext API return values fixes and deleting unused  (*)
  630d32f... GdaMetaContext binding friendship fixes (*)
  56f04b7... GdaMetaContext API for bindings improvements. * Added gda_m (*)
  0c271e2... Improvements on GdaDataModelLdap for bindings * Added gda_d (*)
  5776722... Updated Slovenian translation (*)
  c7acde0... Removing GdaMutex from intrespection. GI improvements and D (*)
  e12df48... Modifications and fixes for GIR/VAPI and GdaMetaContext API (*)
  70ce78c... Updated documentation for GdaMetaContext use to update a ta (*)
  bd2505d... Vala extensions API ports and implementations to GdaData.Ta (*)
  8415509... Updated Czech translation (*)
  699628c... Unit tests for GdaData.DbTable/Table (*)
  dacaa9e... Meta Data information schema updated to version 4 * Added ' (*)
  17d562c... Port SQLite provider to Meta Information version 4 (*)
  e91042e... Added gda_data_access_wrapper_set_mapping() (*)
  59cca7e... GdaSql: handle the "ldap_show_dn" option (*)
  715c008... Updated Slovenian translation (*)
  85dad0c... Corrections after commit #dacaa9e33b62c5ba2118e2b248a5ab4c5 (*)
  24d8fcb... Added missing symbols to documentation (*)
  278a7b9... Implemented & Tested GdaData.Table Fields (*)
  e8dd60b... Updated GIR/VAPI for Gda.DataAccessWrapper.set_mapping (*)
  ce105d0... GdaData.Table pass Unit Test for tables depends and table r (*)
  44e99ef... Updated Spanish translation (*)
  cdb27a0... GdaData.Table pass Unit Test for records * Table.records ch (*)
  acbe59f... Updated Slovenian translation (*)
  6d60697... Implemented GdaData.Table.append and Unit Tests * Now you c (*)
  6f10f39... Generic improvements on GdaData classes. Added tests/vala/t (*)
  766e621... Test for GdaData.Table test for PostgreSQL. * Found Bug 670 (*)
  74d1fe1... GdaData.Table pass Unit Tests. ServerOperation.set_value_at (*)
  ce4e1f5... GdauiEntryCombo corrections (*)
  c98ec44... gda_value_stringify() now handles object type values (*)
  b8f4df9... GdauiRtEditor crash correction when no scrolled window is p (*)
  e57e579... Doc. correction (*)
  a7cdfd7... Added GdaSet:validate-changes and GdaHolder:validate-change (*)
  af82cac... Misc. optimizations (*)
  f70aad6... GdaSql: improved inline help (*)
  1176dfa... GdaSql: added commands to manipulate datasets (*)
  e4a91b9... GdaSql: allow to bind datasets as well as connections in vi (*)
  c40ab77... GdaSql: added the ds_rm and ds_import commands (*)
  a0412ba... GdaSql: added the option command (*)
  cffb411... GdaDataModel import & export: better option names (*)
  96d92ca... Virtual connections: major rework for better performances a (*)
  b688dfd... Added gda_data_model_array_copy_model_ext() (*)
  3dddf47... GdaSql: the ds_show command now allows one to restrict the  (*)
  591c139... GdaSql: allow to bind only 1 object (*)
  884a3c6... GdaSql: marked some strings as translatable (*)
  5598638... GdaSql: removed the ldap_attributes command (*)
  9a80f5c... Updated Slovenian translation (*)
  f7e716e... Updated Slovenian translation (*)
  8607813... Implemented GdaData.Record.drop(). Updated GIR/VAPI files.  (*)
  48beddf... Fix binding for GdaServerOperation.get_value_at_path. GdaDa (*)
  41ce57b... Fixed typo in string (*)
  0534591... Updated Spanish translation (*)
  74efd0b... Updated Slovenian translation (*)
  5c3af14... Updated Slovenian translation (*)
  4fe0814... [l10n] Updated German translation (*)
  f950672... Updated POTFILES.in (*)
  d0bd4f2... Updated Spanish translation (*)
  b0638ef... Updated Slovenian translation (*)
  3596f09... Virtual connections improvements and corrections (*)
  11b83bb... GIR and VAPI updates (*)
  42cfaa6... Unit Tests updates for providers * Added test to update met (*)
  be841bd... MDB provider: handle Mdbtools V0.7 (*)
  95adf70... GdaBrowser: set default values for LDAP search filter and a (*)
  e5bb2ab... Make git ignore vala generated files (*)
  ca0fcc3... Updated italian translation (*)
  a474e39... Updated Galician translations (*)
  2f6bb91... Updated Galician translations (*)
  2aa5e8a... Minor corrections (*)
  2b4ff21... GdaSql: improved visual rendering using bold and red text (*)
  0a02a39... Updated Slovenian translation (*)
  98e7bed... Updated Spanish translation (*)
  64789c8... Updated Galician translations (*)
  b71b62a... Updated italian translation (*)
  43b66b2... GdaDataAccessWrapper: honor gda_data_model_get_exceptions() (*)
  621febd... Ldap provider: added the TIME_LIMIT and SIZE_LIMIT connecti (*)
  fefec09... Updated Slovenian translation (*)
  e9f4ad9... Updated Galician translations (*)
  adebc8a... Updated Spanish translation (*)
  ea2c5b8... Updated Czech translation (*)
  9bd0526... Added documentation for GdaData.Record class. (*)
  d1c513f... Added doc for GdaData.Record iteration over fields (*)
  c436773... Added introduction to GdaData interfaces (*)
  9b73d42... Added UML diagrams to classes and Record class documentatio (*)
  7e45a7c... Correction for bug #672874 (*)
  cecd028... Updated Spanish translation (*)
  0ada494... Updated Czech translation (*)
  74c8f22... Updated Galician translations (*)
  1351d3f... Updated Slovenian translation (*)
  dd36e57... Updated GdaData documentation. Added API to DbTable interfa (*)
  cf28be7... More documentation for Classes and Table class in GdaData. (*)
  6978fb1... Added documentation to delete a row using a Record class (*)
  994a6fe... Vala Extensions documentation integrated to GDA's html (*)
  aaa9873... Updated GdaData.gir API (*)
  ed52ccc... Removed useless warning (*)
  26699a5... Corrected example (*)
  0db545c... gda-mutex.h is part of the public api (included by libgda.h (*)
  5b46732... Doc. corrections to prevent compilation warnings (*)
  fb1a283... Replaced some deprecated functions (*)
  1131cc4... Modify Gda Vala extension documentation's file location * T (*)
  58914a9... GDA Vala Extensions now install Yelp Manual correctly. (*)
  c231dab... Integration GDA Vala docs to gtk-doc (*)
  b8ee42e... gnome-doc-utils.make added to .gitignore (*)
  b1563bf... Documentation corrections (*)
  17771cf... Added files to tests/vala/.gitignore (*)
  01d521b... Improved GdaDataModel writing doc (*)
  9474142... Gracefuly handle the absence of yelp-build (*)
  fe185c1... GdaDataModelIter: correctly handle the GdaDataModel::reset  (*)
  9e92187... GdaDataModelIter: allow the "data-model" property to be use (*)
  b983087... Added GdaSqlBuiler example (*)
  3d786cd... Simplified implementation of GdaDataProxy's iterator (*)
  1d62b7a... GdaDataAccessWrapper: handle the GdaDataModel::reset signal (*)
  4371ad1... Misc corrections (*)
  e1a3aca... GdauiSet: allow dynamic changes in the used GdaSet (*)
  a472d1c... GdauiRawGrid correction (*)
  026bfc3... Doc. improvements (*)
  c90c1d1... GdaDataProxy: avoid using GValues when not necessary (*)
  1d9bab0... Marked some files as ignored (*)
  7ee10f1... GdaDataProxy: allow the "model" property to be set even aft (*)
  6db0030... GdauiRawGrid correction (*)
  b87910d... Updated UI demo programs (*)
  3d4742f... Small French translation correction (*)
  453486e... Added GdauiRawGrid test (*)
  85e8027... Removed compilation warnings (*)
  ec5b610... Misc virtual connection corrections (*)
  f65f34f... LDAP provider: make it easy to add compile time test cases (*)
  c4b14aa... Correction for bug #674715 (*)
  7ab3ecc... Correction for bug #674618 (*)
  a49924b... GdauiRawGrid correction (*)
  b52b289... Propagated changes made to fix bug #674618 to other parsers (*)
  befb8fc... GdaSql: update man page (*)
  6fd4767... Initial LDAP write support, with dedicated API (*)
  844e606... GdaSql: added some ldap specific commands (*)
  59ca7a6... LDAP provider: close connection when not used (*)
  8751304... Ldap provider: set error in gda_ldap_rebind() (*)
  535f51a... Updated Spanish translation (*)
  243c990... Updated Galician translations (*)
  2069f80... GIR: Updates for API and documentation changes (*)
  2a15da6... Check valac-0.16 and vapigen-0.16 explicity (*)
  86a4477... VAPI: API updates (*)
  b413c8d... GIR, VAPI and GdaData updates to fix Bug 674976 * Added upd (*)
  d7bbac1... Handle authentification data in GdaQuarkList (*)
  21f3bf0... Use the new capabilities of GdaQuarkList (*)
  506cafa... Fixed bug 674976 (*)
  bf8118a... GIR: Updates for documentation and new QuarkList.protect_va (*)
  d463dc3... Updated Slovenian translation (*)
  6407f1a... Updated Czech translation (*)
  f2ac15b... GdaDataProxy: avoid memory leak and wrong mutex usage (*)
  326da7d... Corrections to have "make distcheck" work (*)
  3b69a5f... SqlCipher: improved doc and made password mandatory (*)
  91b38a3... Released 5.1.0 (*)
  f860e1a... Set version to 5.1.1 (*)
  f0a107a... Corrected Windows compilation issues with VirtualLock (*)
  0d4c4e6... Correctly include libgda.h (*)
  1e9efd8... Ran "make update-po" (*)
  94e9914... Updated copyright information in file headers (*)
  546c2c7... Don't delete figures when running "make clean" (*)
  05ad823... Fixed GdaDataSelect's implementation of get_attributes_at() (*)
  d2d1c9b... Updated Slovenian translation (*)
  b733cd5... GdaDataProxy: emit "reset" when proxied model is changed (*)
  04dff49... GdaDataProxy: added the "cache-changes" property (*)
  d653c43... GdauiDataStore: better handle proxy's reset signal (*)
  6962de5... GdaSet and GdauiSet: added debug info, disabled by default (*)
  cdbdf95... UI Demos: illustrate the GdaDataProxy:cache-changes propert (*)
  866fa7d... GdauiRawGrid and GdauiRawForm code improvements (*)
  bac6c10... Replaced some deprecated functions (*)
  4f809ea... Updated Slovenian translation (*)
  6fbf539... Updated Spanish translation (*)
  f63491f... Updated Galician translations (*)
  73f43d8... Updated Spanish translation (*)
  96c05d9... Misc corrections (*)
  35f5a54... Improved documentation syntax (*)
  cfa13b3... Added internal check in GdaMetaStore to validate database s (*)
  5e84efb... Correction in the meta store update process (*)
  ba099ca... Virtual connections: yet again improved column names of vir (*)
  946247d... GdaDataProxy: better filter error reporting (*)
  4a712a8... Corrected mem leak on error (*)
  795ac82... Information schema avoid GCC compilation warnings for _col_ (*)
  6ce0ac3... Firebird detection corrections (*)
  e77368b... Java detection improvements (*)
  e0e475c... Oracle detection correction (*)
  44d5af9... Updated Spanish translation (*)
  7b4fe80... Updated Windows compilation methods for Mingw GCC 4.7 (*)
  a752846... Updated Galician translations (*)
  ab8e798... Updated Slovenian translation (*)
  507234c... Correction for bug #676239 (*)
  9e38460... Updated German translation (*)
  dc9e855... Updated Indonesian translation (*)
  9623a30... MDB provider: use mdb_get_colbacktype_string() if available (*)
  43d35e2... Improved configure.ac readability (*)
  dbb7dc9... Partial correction for bug #669801 (*)
  cab6945... Tools: always set a non zero domain and code (*)
  048291b... Updated Spanish translation (*)
  6d7d7b7... Updated Slovenian translation (*)
  446ff53... Updated Indonesian translation (*)
  d336631... Fixed typos, thanks to Andika Triwidada <andika gmail com> (*)
  928a7bf... Updated Greek translation (*)
  091b9c5... Updated Spanish translation (*)
  e0531ed... Updated Indonesian translation (*)
  31f2562... Updated Galician translations (*)
  74f0fea... Added Indonesian translation of libgda Browser Help (*)
  1b9b18a... Fixed more typos, thanks again to Andika Triwidada (*)
  aa4ffcf... Updated Indonesian translation (*)
  014897b... Updated Slovenian translation (*)
  fd93b0f... Updated Greek translation (*)
  1b18bab... Updated Greek translation (*)
  ca5c9a5... Updated Indonesian translation of Browser Help (*)
  1c07353... Updated Spanish translation (*)
  04bc38f... Updated Indonesian translation of Browser Help (*)
  dfd6319... Asynchronous execution: doc and example update (*)
  c514669... Corrections in samples/ makefiles (*)
  9fe1b06... Added tools/browser/help/id/.gitignore file (*)
  f1ba911... Corrections for MySQL provider bug #680311 (*)
  34c481d... Updated Indonesian translation (*)
  288f662... Added the GdaConnection:execution-slowdown property (*)
  b386625... Added the GDA_STATEMENT_MODEL_OFFLINE flag and gda_data_sel (*)
  f0d5b6d... postgres provider: Avoid warning about nbfields. (*)
  1636dfe... Updated Indonesian translation (*)
  61cd5e6... Update Chinese simplified translation (*)
  0bc099a... Partial correction for bug #680639 (*)
  835c7d5... Correctly parse "NOT LIKE" and "NOT ILIKE" expressions (*)
  8f142b7... Another correction for asynchronous statement execution (*)
  1ac005c... Updated Spanish translation (*)
  f091df3... Updated Galician translations (*)
  812317e... Updated Slovenian translation (*)
  a51a64c... Updated Russian translation (*)
  f82692d... Updated Spanish translation (*)
  d31139d... Another partial correction for bug #680639, thanks to Migue (*)
  1adbc64... Correction for bug #680820 (*)
  60cf1b1... Partial correction for bug #680639 (*)
  42168c4... Doc. correction (*)
  783ec0a... Another mem leak correction for bug #680639 (*)
  e4bbbac... GdaSqlParser: understand hexadecimal notation (*)
  cc008ac... Fix sqlcipher provider for Windows (*)
  6b02ee9... patch similar to cc008ac38876c68d9cdcd0070091bd52c8af1d68 f (*)
  a07ae41... Fixed compiler warning related to SQLite's sqlite3_module (*)
  db55808... Don't use deprecated GValueArray anymore (*)
  66d19fd... Avoid using g_mutex_new() and g_mutex_free() (*)
  857c566... Misc corrections (compiler warnings) (*)
  ba6e86e... Improved gda_connection_event_set_description()'s documenta (*)
  28654f9... Don't use deprecated g_value_get_char() and g_value_set_cha (*)
  a6d614f... Avoid using deprecated GDK functions (*)
  d008508... Use GtkWidget::*expand properties instead of custom methods (*)
  0288fcd... GdauiBasicForm: use GtkGrid instead of GtkTable (*)
  fba1734... PostgreSQL: handle the "connect_timeout" option, see bug #6 (*)
  1b886fb... Misc code improvements (*)
  2a03b36... Firebird provider: avoid memleak when module is unloaded (*)
  b150d6e... Migrated from libgnome-keyring to libsecret (*)
  d648d23... configure.ac updates (*)
  7c9a716... Updated Spanish translation (*)
  d07c551... Fixed compilation warnings and avoid using deprecated funct (*)
  6e70a2d... Use GtkWidget::expand and related properties (*)
  b607edb... Updated italian translation and a small typo in a string (*)
  0df60e0... Raplaced CcGrayBAr with GdauiBar (*)
  5a311d7... Added gdaui_bar_add_button_from_stock() (*)
  edad126... Added gdaui_bar_add_search_entry() (*)
  59586eb... Code cleanups to avoid compiler warnings (*)
  8e41f7c... Misc UI improvements (*)
  0cd7972... Updated Norwegian bokmål translation (*)
  97da03a... Updated Spanish translation (*)
  1fdb630... Code cleanups: removed control-center/cc-utility.[ch] (*)
  07af6fb... GdaConfig: store password only if it has been defined (*)
  8a7c191... Use only one GtkStyleProvider in GdauiBar (*)
  3a669e4... More cleanups to avoid using deprecated symbols (*)
  f7480bf... Misc UI corrections (*)
  bf61883... Updated Spanish translation (*)
  3e8ac8f... Cleaned up Windows compilation of providers (*)
  1a780a8... Package the SQLCipher provider for Windows (*)
  f29e2cc... Windows package: include zlib1.dll (*)
  6e95092... Windows: corrections to enable launching the control center (*)
  8c11728... Windows's NSIS packaging: execute correct version of browse (*)
  2299235... Gda-Sql: don't use color output on Windows (*)
  9245463... Windows packaging: also pack GSettings schemas (*)
  5ba95ae... Windows packaging: use CSS theming (*)
  54d8c88... Corrections to enable launching the browser from the contro (*)
  de69b29... GdauiCombo: allow to have a smaler width than requested (*)
  639930d... Misc control center improvements (*)
  8fa8fb4... Have a unique CSS file for Libgdaui (*)
  5f073dd... Released 5.1.1 (*)
  4fd4d61... Set version to 5.1.2 (*)
  786e4af... Set SQLite version to 3.7.12.1 and SqlCipher to 2.0.6 (*)
  5d7e828... Updated Slovenian translation (*)
  618d27f... Updated Galician translations (*)
  48ea2d8... Updated Greek translation (*)
  1f42bd6... Misc. corrections for bugs discovered by CoverityScan (*)
  3b7d708... Fix a compiler warning (*)
  8e45d1b... Fix 2 compiler warnings. (*)
  ad93194... Correction for bug #683162 (*)
  37229f1... Updated Indonesian translation (*)
  3ea1714... GdaConfig: fixed property ID (*)
  4a28b71... More misc. corrections for bugs discovered by CoverityScan (*)
  a9d6663... More misc. corrections for bugs discovered by CoverityScan (*)
  61761e1... Updated Slovenian translation (*)
  a0636c4... Updated Czech translation (*)
  305b454... Updated Spanish translation (*)
  05b8b7c... Updated Indonesian translation (*)
  80aba42... Updated Vala bindings and fixes on autotools integration: * (*)
  a54fbdf... Fixes on Unit Test for Vala extensions: * Most tests pass.  (*)
  9e2fbf9... Fixes to RecordCollection.chop() and stream(). Removed warn (*)
  4dd8c53... Correction for bug #684141 (*)
  b89b24b... Ported to Gee 0.8. Vamp to Vala 0.17.7. * Fixed RecordColle (*)
  55226cd... Correction for bug #684583 (*)
  8c8c7aa... Modified Vala's Makefile.am (*)
  c14e34b... Correction for bug #684895 (*)
  9ec222e... build: Note we don't support srcdir != builddir (*)
  2dd2bcd... Vala bindings now requires libvala-0.18 >= 0.17.7 for jhbui (*)
  c98747a... [l10n] Updated Catalan translation (*)
  694a705... Build corrections (*)
  9963f33... Compilation & doc generation corrections to have "make dist (*)
  4479964... Avoid using deprecated functions (*)
  7f6c54a... Fix inclusion of sqlite headers due to HAVE_SQLITE and STAT (*)
  90d70d9... Updated Russian translation (*)
  36a50f6... Avoid using deprecated gdk_window_get_pointer() (*)
  3ed7384... Updated Slovenian translation (*)
  7a1cafe... Updated Galician translations (*)
  ab99fba... Improved GI by adding shared library to g-ir-compiler. Bug  (*)
  07c51a2... Build correction (*)
  d52a621... Avoid a compiler warning (*)
  5254d6e... posgres: Fix an out of bounds crash (*)
  7a101cc... ui tests: check_sets: Fix a typo. (*)
  5feea44... Correction for bug #687235 (*)
  cf28e62... Use the installed introspection.m4 (*)
  9a65c47... More work for bug #669801 (*)
  c1dca18... Build fixes for GI, Vala and Vala Extensions Bug 687235 * G (*)
  53c9ae5... Added preliminary support for Gda-ui Vala bindings * Added  (*)
  34602bc... Fixed Gda-ui Vala bindings generation. Fixed Vala bindings  (*)
  2739a2e... Updated italian translation. (*)
  cb2ddac... Updated German translation (*)
  670276b... Handle GDateTime conversions using GdaDataHandler (*)
  5a490bc... Misc. LDAP provider corrections (*)
  40d487b... Improved error message in GdaConnection (*)
  531f0fd... Improved Gda-Sql: code cleanups and small bug fixes (*)
  288e800... Updated POTFILES.in (*)
  baab130... Updated Spanish translation (*)
  7cdbd12... GdaSql: crasher correction (*)
  7c85a53... Updated Slovenian translation (*)
  47fc0a7... Updated Indonesian translation (*)
  a651a9d... [l10n] Updated German translation (*)
  23c1865... Upgraded SQLite to 3.7.14.1 and SqlCipher to 2.1.1 (*)
  c88fda6... Allow building without vala (*)
  61a538e... Fixed windows building (*)
  33dc8a6... Corrected out of tree building (*)
  98be8e7... Code cleanup (*)
  784615f... Improved blobs example (*)
  e9a0ece... Make blobs manipulation work on Windows (*)
  d7c65d5... gda_data_access_wrapper_set_mapping(): API correction (*)
  eaafe4c... Added GDA_DATA_MODEL_IO_TEXT_TABLE export format (*)
  613e00d... Updated Spanish translation (*)
  d90fe57... Updated Galician translations (*)
  25d2de4... Correction for bug #691069, MySQL: Cannot specify the proto (*)
  6a2618d... GdauiGrid: allow the "model" property to be changed after c (*)
  e207814... GdaDataHandler code cleanups (*)
  73a8cb8... Correction for bug #691099 (*)
  1a3f970... More code cleanups (*)
  f8f201b... Updated Spanish translation (*)
  7c8a522... Updated Slovenian translation (*)
  2dd8c9b... BdbSQlite provider: fixed compilation problems (*)
  2f813f3... Misc corrections to have "make distcheck" work (*)
  e3c7ab0... Windows packaging updates (*)
  4f46ede... SQL rendering corrections (*)
  f8afdfd... Removed Oracle debug info (*)
  e2519d1... Memory leaks corrections (*)
  56fe930... Code cleanups and improvements (*)
  8b86ac5... Mark some functions as introspectable (*)
  f6d4115... Updated POTFILES.in (*)
  36bdd16... Fix gda_meta_context_new() prototype (*)
  48ecdad... Updated Czech translation (*)
  cc5d429... fix calls to deprecated graphviz graph API (*)
  7f98321... Added missing file to POTFILES.in (*)
  30e5ad4... Ensure provider's internal parser is created before needed (*)
  ec24a43... Added the GDA_CONNECTION_FEATURE_ASYNC_EXEC option to test  (*)
  345adb6... Make sure the GdaConnection::is-wrapper property is not mod (*)
  7dc7a03... Doc. improvements (*)
  2f36cd1... Added gda_meta_context_copy() (*)
  0adcfeb... Updated Greek translation (*)
  9282f29... Released version 5.1.2 (*)
  5090e44... Set version to 5.1.3 (*)
  55a9df8... Avoid empty string to translate, fixed bug #696154 (*)
  9e7857e... Added Serbian translation (*)
  b777b3f... Updated Galician translations (*)
  c822666... Updated Indonesian translation: fix tag typos (*)
  7e73362... Removed non-existing file from POTFILES.in (*)
  4deb0e5... [l10n] Update Catalan translation (*)
  9db2fc6... [l10n] Updated Catalan (Valencian) translation (*)
  e8e28ee... Avoid warning upon GdaConnection object creation (*)
  b05517e... Updated Slovenian translation (*)
  cb35614... Added Tajik Translation (*)
  1423a5d... Improved Gda and Gdaui Vala Bindings * Fixed missing parame (*)
  50e5f57... Sealed most GdaSet and GdauiSet structures (*)
  635df0e... Fixed make check all tests pass (*)
  2a1fbad... Added Gda UI Vala bindings to repository to track changes (*)
  569a6e8... Fix some memory leaks (*)
  560b154... Code indentation and some corrections (*)
  9477a2a... Updated Greek translation (*)
  e693981... Updated Spanish translation (*)
  cb60405... Added equal() and to_string() to DbField. equal() and copy( (*)
  7bf9be8... Initial work on Glade 3 Support added (*)
  85724bf... Fixed Glade integration. Added GdauiGrid object to Glade ca (*)
  294472e... Fixed Gdaui Vala bindings by adding correct headers. Fixed  (*)
  b9fafb6... Doc. improvements (*)
  195ffc2... Updated documentation about SQLite provider (*)
  348bb92... Doc. correction (*)
  7a73149... More fixes to Gda UI GI and Vala bindings. Added more objec (*)
  99e2150... JDBC provider corrections (*)
  e664d7f... Have "make distcheck work" (*)
  67e7d53... Minor JDBC corrections (*)
  cfe9640... Removed debug info from JDBC provider (*)
  a4026ba... Added specific code for SqlServer accessed through JDBC (*)
  1882bf2... Updated Czech translation (*)
  864c719... Adding missing png files for Glade integration. (*)
  8f5a4b5... GdaData: Added to_string() functons and items() to enums

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]