[glom/sqlbuilder] (190 commits) ...Updated German translation



Summary of changes:

  89e3581... Rename some functions to avoid fear of linking to the wrong (*)
  050b190... Python: Trying to stop the PyDateTime_Check() crash. (*)
  7d37669... Renable the crash handler. I disabled it while debugging. (*)
  4b069d0... Tests: Added glom_evaluate_python_function_implementation() (*)
  bb9448a... Fix the crash when calling python functions that return dat (*)
  6f260a8... Tests: Complete the test_python_execute_func_date test. (*)
  c155ba0... Fix distcheck. (*)
  d6520fb... Tests: Validate all examples against the DTD, and correct t (*)
  a5a1ff7... example_film_manager.glom: Added silly example data, fixing (*)
  7bdbe1b... FlowTableDnd: Some refactoring. (*)
  d2f2b73... Fixes for krazy2 warnings: true/false instead of TRUE/FALSE (*)
  832bd56... Fixes for krazy2 warnings: Char literals instead of single- (*)
  3216408... Fixes for krazy2 warnings: Use of explicit and a non-const  (*)
  8f4d015... Fix for krazy2 warning: Pre-increment instead of post-incre (*)
  0a7ab63... desktop.in.in: Remove the Application category because kraz (*)
  622c6df... Add missing libpangoft2-1.0-0.dll to installer (*)
  e16defe... Dnd layout: Avoid a crash. (*)
  3a6c4cb...  Dnd layout: Avoid a crash when dragging to empty space. (*)
  a598e5f... 1.12.4 (*)
  18045f6... Updated Slovenian translation (*)
  d81814a... Added sl for Slovenian translation (*)
  3f20542... Make Glom on Windows find the correct python module (*)
  9503cc7... Fix potential encoding error for currency symbols (*)
  d6bea85... Correct use of locales when creating text representations. (*)
  55d473d... Music Collection Example: Changed a layout. (*)
  c31f719... Make the default precision used for stringstreams available (*)
  103e1df... Minor simplification. (*)
  1adb40f... Rename get_stringstream_precision_default(). (*)
  29e2053... libglom: Some API documentation. (*)
  726f847... Field Formatting: Allow an alternative color for negative v (*)
  f385a76... Updated Slovenian translation (*)
  c5c209c... Updated the comment for NumericFormat's default precision (*)
  a096131... Add forgotten header to libglom's Makefile (*)
  123d4c0... Updated German translation (*)
  9d9059d... Field Formatting: Negative values color: Make this just a b (*)
  f327afe... Updated German translation (*)
  78aa9f3... Updated Slovenian translation (*)
  3ab1727... Updated Slovenian translation (*)
  8dc93a5... Add forgotten header to libglom's Makefile (*)
  f1f2ca3... Updated German translation (*)
  96e9991... Make the default precision used for stringstreams available (*)
  440176a... Update NEWS for a release soon. (*)
  6f48b64... Updated Spanish translation (*)
  49d5930... List View: Don't chop off the bottom of text when using lar (*)
  d614587... Fix a crash in previous commit. (*)
  2bd8d2d... Fixed conflict. (*)
  c2e4bab... 1.12.5 (*)
  eadfe99... Update Czech translation (*)
  16240b1... Field Formatting: Text Formatting: Add horizontal alignment (*)
  2ac3b32... Show the alternative colors for negatives in fields with ch (*)
  0b6d1df... Add LayoutItem_WithFormatting as a Field/StaticText common  (*)
  38cb58d... Allow editing of formatting for static text items. (*)
  51a0a70... Allow custom text formatting of Buttons as well as text ite (*)
  4f1bd97... Really use formatting for multi-line fields. (*)
  d9609e9... Make libglom-1.14 install in parallel with libglom-1.12. (*)
  aa6ee30... Fixed compiler warnings. (*)
  8b419c9... Details: Static Text items: Use formatting. (*)
  791556b... Details: Static Text items and Buttons: Use foreground colo (*)
  0ddc1c4... Updated Slovenian translation (*)
  d324c92... Details: Static Text items: Use background color from forma (*)
  45be7ca... Details: Buttons: Use background color from formatting. (*)
  43dbb6d... Details: Static Text items: Use horizontal alignment from f (*)
  835dacd... Details: Buttons: Use horizontal aligment from formatting. (*)
  5edfabd... 1.13.2 (*)
  ed7e57e... ldtp: Added an example central-info.xml, as mentioned in th (*)
  3343f85... Remove commented code. (*)
  814eeec... Allow new files to have quotes in their titles. (*)
  1d55c86... numeric_format.h: Remove unnecessary include of privileges. (*)
  d37d3ba... Allow new files to have quotes in their titles. (*)
  5f6451f... numeric_format.h: Remove unnecessary include of privileges. (*)
  21e8f29... Fixed out-ouf-bounds access during CSV imports (*)
  16f461b... Merged from glom-1-2 (*)
  e0ba2b0... Update Czech translation (*)
  d8c979e... Updated Spanish translation (*)
  6522d9c... libglom: Correct includes. (*)
  7be4077... Merged from glom_1_12 (*)
  92f03a5... Merged from glom_1_12 (*)
  4e73354... Use GtkToolPalette instead of EggToolPalette. (*)
  dd4104c... Partially use Gtk::Toolpalette instead of GtkToolpalette. (*)
  a03382a... Use ToolGroupItem as C++. (*)
  6697094... Simplify tool item memory management. (*)
  fed102d... Cleanups (*)
  c20f2ba... Update the ChangeLog (*)
  7e350d5... Documentation improvements for FieldFormatting and NumericF (*)
  9af3b65... Added a g_return_if_fail check for invalid URLs (*)
  6b2e947... Updated ChangeLog (*)
  b7367d9... Added a test for BGO bug #607938 (*)
  f8f1988... Fixed the parser to perform stateless async file operations (*)
  1dd8510... Import tests: break mainloop on file read errors (*)
  ecc753a... Updated ChangeLog (*)
  be3f0de... Relationships Overview: Maybe fix a hang/crash. (*)
  51c8283... Relationships Overview: Avoid GTK+ warnings. (*)
  c743daf... Command-line parsing: Added some checks. (*)
  3adcc9a... Update Czech translation (*)
  bd33b30... Do not include pygtk.h (*)
  5423236... Added a guard clause when adding relationships from fields (*)
  979547a... Fixed a crash that got uncovered by the previous commit (*)
  437c16f... Updated Slovenian translation (*)
  c4c99e7... Updated German translation (*)
  c0267ac... Updated Spanish translation (*)
  3780440... Fixed merge conflict. (*)
  327802b... 1.13.3 (*)
  adf070f... Trying to please git. (*)
  55ffba3... libglom: Fix build issue for Maemo. (*)
  c32655b... Use boost::python instead of the Python C API, simplifying  (*)
  6feb21d... Fixes for the boost::python configure checks. (*)
  0d06a45... Fix the build, due to file not added to git. (*)
  445cc71... 1.13.4: (*)
  593d8da... libglom/python_embed/: get_item(): Pass object by const ref (*)
  ac000de... Disable broken import tests. (*)
  2afb904... Glom Python: Minor code improvement. (*)
  c81f320... Deleted duplicated image (*)
  8261664... Python functions: Avoid a crash. (*)
  3b974b7... Python functions: Fix regression since the switch to boost: (*)
  6bc0dee... libglom: Fix build issue for Maemo. (*)
  b1c4ab8... 1.13.5 (*)
  b225294... Avoid showing %20 in the window title. (*)
  13011c6... Updated Norwegian bokmål translation (*)
  b759195... Python functions: Allow setting of values in the record via (*)
  a6688e6... Fixed the tests build. (*)
  bc2565d... Use Gnome::Gda::SqlBuilder (*)
  ef879fb... Fix runtime problems with the use of SqlBuilder. (*)
  fce7315... More uses of SqlBuilder for SELECT and UPDATE statements. (*)
  34fa319... Revert use of SqlBuilder because it requires libgda 4.1,    (*)
  29c67b5... Increase required version of libgdamm. (*)
  d5af1b5... Python: Prevent field calculations from changing the data i (*)
  8a1511e... Python button scripts: Add show_table_details() and show_ta (*)
  6307534... Many files: Rename App_Glom to Application (in namespace Gl (*)
  90ffe7a... Correct the ChangeLog (*)
  8b2c66c... 1.13.6: (*)
  5637ffb... PyGlomUI: Simplify the callbacks object. (*)
  3bb14df... Added unit test for the new button script ui python API. (*)
  1e369ce... Button scripts: Don't change the table back after the scrip (*)
  1bdba25... Python button scripts: Avoid a crash with buttons in lists. (*)
  febc98d... Updated German doc translation (*)
  8e7c6d6... 1.13.7 (*)
  bbfc440... Updated Portuguese translation (*)
  48f9884... Updated French translation (*)
  2b1d457... Details: Do not make field widgets too wide, so this fits o (*)
  ec80669... Details: Align widgets in the first columns of neighbouring (*)
  d883aec... Details: Align widgets in other columns too. (*)
  b451b63... Python button scripts: Add ui.print() and ui.print_reports( (*)
  a2f8738... Fix the build with exceptions disabled. (*)
  82b7eba... Python button scripts: Rename print() to print_layout() and (*)
  3766566... Slight update of Small Business example. (*)
  b202afd... 1.13.8 (*)
  c822e07... Intial Dialog: Do not crash sometimes if cancelling the fil (*)
  d4925db... Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794 (*)
  ec09e81... Depend on gtkmm >= 2.19.2, fixing GNOME bug #612796 (*)
  0801544... Add a startup script feature. (*)
  1b86a12... Tests: Check that the .glade files are valid XML. (*)
  9394b86... Fix GtkVBox orientation in GtkBuilder files (*)
  34dff6e... Updated Spanish translation (*)
  5da3023... Updated French translation (*)
  c5c9494... Added missing file (*)
  adbf9a2... Make Glom build with autoconf 2.65. (*)
  093373a... Update Russian translation (*)
  9934745... Updated German translation (*)
  3f21572... Updated Slovenian translation (*)
  cffd3a6... Small fixes to glade file. (*)
  a8a2cbf... Fix the distcheck. Don't use deprecated gtkmm API. (*)
  7313bd5... Fix the ChangeLog (*)
  a9e0ee4... Formatting: Choices: Add a Display as radio buttons option. (*)
  e42763b... Refactored combo classes. (*)
  f7073f6... 1.13.9 (*)
  bc46d8d... Updated French translation (*)
  55d3a35... 	Don't show error dialog when user cancels template creatio (*)
  f179aaf... Updated German translation (*)
  ee48970... Glade files: Remove adjustment objects, simplifying window  (*)
  dbd1fb1... Update Czech translation (*)
  998e2c6... 	Adjustments for Tables dialog. (*)
  a7fd6ad... 	Adjustments for Import dialog. (*)
  2235c49... 	Export dialog adjustments. (*)
  977e7d9... 	Connection dialog adjustments. (*)
  a239ced... 	Fix column spacing in connection dialog. (*)
  b586c8b... 	Fix filechooser title label. (*)
  9202056... 	Adjust file chooser dialogs. (*)
  1b4d86f... Say when a chosen file doen't exist, and remove it from the (*)
  8684ff8... Fix the build. (*)
  3a76dd5... Updated French translation (*)
  6ab8b57... Updated German translation (*)
  c2b158e... Update Czech translation (*)
  edf0dc4... Update Czech translation (*)
  9186bb2... Updated Slovenian translation (*)
  8d700ec... 	Print Layouts dialog adjustments. (*)
  79f16fa... 	Export Format dialog adjustments. (*)
  7ab303d... Updated French translation (*)
  5b0282d... 	Edit Field Definition Dialog adjustments. (*)
  98e70ec... Avoid Operation Not Supported warnings at startup. (*)
  bc782ab... Updated German translation (*)

(*) 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]