[dia] (165 commits) Non-fast-forward update to branch cairo-port



The branch 'cairo-port' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  a6f8663... Make cairo a hard dep (It's already pulled in by Pango anyw
  eb83dad... Copy the cairo plugin into Dia core
  fb9b88b... We can render text!
  e94f375... Remove gdk interactive renderer
  98ff047... Move cairo renderer into lib
  9388754... Update POTFILES
  8e0c888... Port color_area
  20be058... Port line width selector
  0e44639... Port magnify
  72c191b... Port the navigator
  a6eed67... Remove libart renderer
  db6300c... Port Gdk exporter to use DiaCairo
  b383934... Remove render_pixmap
  25abde7... Port DiaPageLayout
  9585234... Remove the last parts of DiaGdkRenderer
  5733ac0... Port line style picker

Commits added to the branch:

  f5015d2... Add support for the XDG Base Directory Support with an auto (*)
  9233ef0... Merge branch 'xdg-base-dir-spec-support' into 'master' (*)
  b76cc87... Correct typos detected by debian lintian (*)
  a07237e... Fix translation error in french translation (*)
  d2ddd83... replace libtool* with glibtool* on Darvin (*)
  b210a20... Merge branch 'correct_lintian_typos' into 'master' (*)
  902526e... Merge branch 'fix_french_translation' into 'master' (*)
  60a28ca... Merge branch 'replace_libtool_with_glibtool_on_Darvin' into (*)
  018c152... Revert "Merge branch 'xdg-base-dir-spec-support' into 'mast (*)
  f10dec4... Revert "Merge branch 'fix_french_translation' into 'master' (*)
  b3ed5db... s/implm/implem/ as in implement (*)
  4a87477... fix further "implementation" misspellings (*)
  7640866... Merge branch 'fix_implementation_spelling' into 'master' (*)
  65a7755... Update Brazilian Portuguese translation (*)
  d469a9b... Replace Bugzilla by Gitlab URL in DOAP file (*)
  62ee2ad... #19: Initial attempt at a meson.build. (*)
  cba43a0... #19: Build libdia from lib/ as a shared library using meson (*)
  6c18524... #19: Generate dia-lib-icons.h using meson. (*)
  902879c... #19: Cleanup: remove unused #defs. (*)
  ae7d79b... #19: Cleanup: remove LIBDIA_COMPILATION. (*)
  9428574... #19: Standardize icon names & add pixmaps/meson.build. (*)
  47b8cc7... #19: Code cleanup: remove .h from libdia_sources. (*)
  b20c9ee... #19: Code cleanup: set HAVE_HEADER_H in config.h instead of (*)
  0b2fc37... #19: Configure meson to install libdia. (*)
  688f52d... #19: Add app/meson.build.  Builds dia app but still need ob (*)
  9c20d5d... #19: Cleanup a couple of doc/en files. (*)
  26b00bd... #19: Build objects/standard. (*)
  5dd5c65... #19: Build dia.1 and dia.pdf. (*)
  80aa403... #19: Fix DATADIR erroneously set as pkgdatadir in lib/Makef (*)
  05948ee... #19: Correct Shape_Design installation directory. (*)
  89022db... #19: Move data/*.xml files to data/ui/. (*)
  992ea5f... #19: Install ui and dia-splash.png. (*)
  098d00e... #19: ABI change: dia_get_lib_directory: remove subdir argum (*)
  b20b75a... #19: app/menus.c: remove hack; this fixes app/run_dia.sh. (*)
  abb2f27... #19: Minor cleanup of meson.build. (*)
  54cb0dd... #19: Add first few plugins.  They seem to be working! (*)
  e4447c0... #19: Install icons & explicitly reference ui/*.xml files. (*)
  fdf78a2... #19: Replace 'dia' with meson.project_name(). (*)
  33ac94c... #19: Port sheets/ to meson. (*)
  bb73708... #19: Ported all shapes/. (*)
  0c3f7bb... #19: Output a warning when unable to find an object type &  (*)
  8e54842... #19: Add objects/custom/meson.build & cleanup standard/meso (*)
  a90204c... #19: Add port all objects/* to meson. (*)
  f1749f0... #19: Cleanup doc/Makefile.am. (*)
  75467fa... #19: Do not use ghelp:dia, try to open the html documentati (*)
  3cbcd19... #19: s/DBMAN/DB2MAN/ and only call xsltproc and dblatex if  (*)
  a15d311... #19: Generate and install html help. (*)
  25227fe... #19: Remove latex.encoding=utf8 from hardcopies.make. (*)
  2cd7b2e... #19: Use 'targets' instead of 'output files' as custom_targ (*)
  a0d8ae0... #19: Make dblatex and xsltproc optional. (*)
  e31a7ba... #19: OpenBSD build: add -lc to link arguments. (*)
  044c39a... #19: OpenBSD build: specify the -L argument when compiling  (*)
  d4cfb15... #19: Remove code duplication when compiling plugins. (*)
  bee3343... #19: Add the more easy-to-port plugins. (*)
  ae26dae... #19: Port 'layout' plugin. (*)
  88b830d... #19: Port pdf and postscript plugins. (*)
  c89c08c... #19: Code cleanup: s/FIXME/TODO/. (*)
  c1d7ddb... #19: Port python_plugin. (*)
  8f9f2af... #19: Python plugin: explicitly check for pygtk module. (*)
  fd3b0ac... #19: Port vdx plugin. (*)
  f501792... #19: Check for optional dependencies in top meson.build. (*)
  ccc0248... #19: Port 'stress' plugin & resolve TODOs in 'postscript' o (*)
  f2f4f92... #19: Port 'wmf' plugin. (*)
  ba6af0f... #19: Remove -lc link argument and instead use libc_dep. (*)
  3fc070e... #19: Port 'xslt' plugin. (*)
  9ade63c... #19: Add diamarshal_h to dia executable sources. (*)
  59467b6... #19: Add `ninja run` to be used instead of run_dia.sh. (*)
  7e6d3ea... #19: Enable dia app export_dynamic. (*)
  a81cce4... #19: Fix dependencies for target 'run'. (*)
  8aee8c7... #19: Simplify dia_register_plugins_in_dir. (*)
  89cea42... #19: Add initial tests/meson.build. (*)
  73f5d71... #19: Some Windows build fixes (still not working ATM). (*)
  144c31a... #19: Windows build: add vs_module_defs to lib/meson.build. (*)
  64083e9... #19: Windows build working: remove group_type from libdia.d (*)
  dd83175... #19: Make run_dia.sh a "test" script. (*)
  dcc81d1... #19: Add xmllint_test. (*)
  1ca8e63... #19: Add `ninja sizeof` run target for "test-sizeof.c" help (*)
  f538684... #19: Port "exports" test. (*)
  4f1e013... Update Swedish translation (*)
  15c21fa... #19: Set env in tests and replace `ninja run` with run_with (*)
  4333ff1... #19: Windows: Use ';' for separating paths in run_with_dia. (*)
  15cecdb... #19: Remove DATADIR from config.h. (*)
  e806223... #19: Windows: Add warning telling user to set PATH to point (*)
  1113f97... #19: Code formatting spaces vs tabs: exports_test.sh. (*)
  7cb1a06... #19: exports_test.sh: Check for missing output file. (*)
  3a46892... #19: Bump required meson version up to 0.49. (*)
  bd3e2be... Update Spanish translation (*)
  0164b2b... Updated Czech translation (*)
  fd6f670... #19: Port doc/{de,eu,fr,pl} HTML-help generation. (*)
  0b2efd2... #19: Get rid of unused rundeps in */meson.build. (*)
  fa20c9e... #19: Let meson decide where to install libdia. (*)
  52296dc... doap: Update the maintainer tag (*)
  6eba1dc... #19: Use PyObject_HEAD_INIT(NULL) as per Python c-api docs. (*)
  744f9e8... #19: Windows: Enable layout and cairo plugins. (*)
  f7b01c6... #19: Always add gtkcons.py to installed python scripts. (*)
  79da373... #19: Fix build issue where glib-genmarshal did not support  (*)
  8a25d6e... #19 Code review: consistent indentation. (*)
  0178af1... #19 review: Use gnome.genmarshal instead of glib-genmarshal (*)
  f4da09b... #19 review: Use vcs_tag instead of get-git-sha.sh. (*)
  ae2a514... #19 review: Use join_paths to specify icon installation pat (*)
  6755577... #19 cleanup: Move ui file handling to separate ui/meson.bui (*)
  4974d14... #19 formatting: Use 'arg: value' instead of 'arg : value'. (*)
  ca6a847... #19: Append build_root()/lib to PATH for tests on Windows. (*)
  9c2016b... #19 review: Set test environment using dictionary. (*)
  af35ae0... #19 cleanup: Remove duplication in tests/meson.build. (*)
  69d9db2... #19: Add config.h to all dependencies since it is a generat (*)
  921c101... #19: Windows build: Add script that bundles other libraries (*)
  6320cd2... #19 review: Use dictionaries instead of lists of lists. (*)
  07df187... cleanup: remove all .cvsignore files. (*)
  0e247ff... cleanup: disable executable bit for non-executable files. (*)
  69b6985... #19 resolve TODO: fix capitalisation of 'shapes/flowchart'  (*)
  c7013eb... #19: Minor TODO cleanups. (*)
  c969124... #19 review: Our TODO depends on upstream meson issue. (*)
  1704582... Merge branch 'remove_cvsignore' into 'master' (*)
  956deda... Merge branch 'fix_executable_bit' into 'master' (*)
  a75c170... #19 review: Rename meson-helpers to build-aux. (*)
  ccfdf06... #19 review: Don't worry about meson code duplication in */p (*)
  527f9e9... #19 review: Update HAVE_CONFIG_H TODO. (*)
  545a33a... #19: Update comment to say that it uses vcs_tag(). (*)
  c989453... #19: Use python module in plug-ins/python. (*)
  af0529b... Update Hungarian translation (*)
  7012766... #19: Compile dia-win-remote. (*)
  5336673... #19 review: revert changes to definition of DIAVAR. (*)
  6334ca8... #19 review: make libm optional since it is not always separ (*)
  cf61075... #19 cleanup: Use 'install' key in install_plugins_desc dict (*)
  14520b6... 19 cleanup: Pass 'libdia.def' string to vs_module_defs. (*)
  f1fa4cd... #19 Windows: Only bundle if the build type is 'release'. (*)
  3924061... #19: Update TODO with parent meson issues. (*)
  b230c29... Merge branch 'meson_port' into 'master' (*)
  12bb4b7... Update Hungarian translation (*)
  4fd6694... Updated Spanish translation (*)
  1f930b9... Update POTFILES.skip (*)
  2c81ce6... Remove autotools (*)
  95bd1b8... Fix build issue: add --from-code=utf-8 in po/meson.build. (*)
  6e36870... Remove additional makefiles. (*)
  749bb0c... Delete ChangeLog as it was automatically generated by autot (*)
  62948d6... change: improve interface translation (*)
  df7308b... Merge branch 'improve_i18n' into 'master' (*)
  1a35099... Add .editorconfig (*)
  57c3d0c... !20 Add extra rules in editorconfig. (*)
  712e83a... Merge branch 'neduard/add_editorconfig' into 'master' (*)
  ebc7a5f... Update Swedish translation (*)
  aaec4df... Do not escape TeX macros if string is marked properly -- "$ (*)
  54e58a7... Merge request GNOME/dia!3 into 'master' (*)
  fa41762... Update Russian translation (*)
  7659c9a... Update French translation (*)
  8466b68... Update Italian translation (*)
  faee537... Update Italian translation (*)
  7701527... Update Indonesian translation (*)
  26ced49... Make cairo a hard dep (It's already pulled in by Pango anyw
  156fcf9... Copy the cairo plugin into Dia core
  997fab1... We can render text!
  257fea5... Remove gdk interactive renderer
  3fb4489... Move cairo renderer into lib
  9ef99ef... Update POTFILES
  cb1a2fd... Port color_area
  eb06c03... Port line width selector
  b8ec078... Port magnify
  6f70417... Port the navigator
  a593a05... Remove libart renderer
  2d99ee5... Port Gdk exporter to use DiaCairo
  2fd9fd1... Remove render_pixmap
  81baa97... Port DiaPageLayout
  7ddef73... Remove the last parts of DiaGdkRenderer
  a3592e7... Port line style picker

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