[vala] (83 commits) Non-fast-forward update to branch wip/gettext
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (83 commits) Non-fast-forward update to branch wip/gettext
- Date: Mon, 11 Mar 2019 12:05:59 +0000 (UTC)
The branch 'wip/gettext' 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:
789d2c8... codegen: Move type-argument checks to SemanticAnalyzer
d8375ed... Use gettext to support localized warning and error messages
ea8e380... vala: Mark Report.error/warning strings as translatable
477f1a0... codegen: Mark Report.error/warning strings as translatable
b8390b1... vala: Mark special parser errors strings translatable
db4a68e... vala: Unify some strings in girparser
ed95b99... vala: Unify some strings in scanner
5459b70... DON'T MERGE Add vala.pot as reference
Commits added to the branch:
ba47fa6... vapi: Follow GTK upstream rename to gtk4 and gtk4-unix-prin (*)
b1fc729... gtk4: Update to 3.94.0+d2d35e52 (*)
c5c6350... Revert "valadoc: Drop duplicated code to add source files a (*)
f7c386e... Revert "valadoc: Update API tests" (*)
c517b19... gstreamer: Update from 1.15.1+ git master (*)
1a1e184... gtk4: Update to 3.94.0+a872c41f (*)
0940516... gtk4-unix-printer: Update to 3.94.0+a872c41f (*)
dd8b315... gtk+-unix-print-*.0: Fix PrintJob.get_page_ranges(), Printe (*)
00efb46... gio-unix-2.0: Add DesktopAppInfo.get_string_list() since 2. (*)
a5b2d9d... vapi: Drop gdk-x11-3.0 from GIDL_BINDINGS (*)
0ddc304... valadoc: Report warning if resources for doclet could not b (*)
bfd20ef... clutter-1.0: Drop deprecated from Actor.pick() (*)
daacd8f... libvaladoc: Properly support the output of async constructo (*)
8a2e9e0... webkit2gtk-4.0: Update to 2.23.90 (*)
9244f11... gtk4: Update to 3.94.0+bea1a02e (*)
a0b7448... vapi: Update GIR-based bindings (*)
2433837... atk-1.0: Adjust for upstream revert of Implementor using G_ (*)
23aff6b... gtk4: Update to 3.94.0+02e856f6 (*)
ff57dee... webkit2gtk-4.0: Update to 2.23.91 (*)
3c80886... girparser: Correctly set array_length_type for delegates re (*)
e84cb6f... Revert "vala: Don't replace assignments for local variables (*)
8f73879... tests: Add regression test for modulo operation on double a (*)
2933ce0... glib-2.0: Add "delegate_target = false" to Log.writer_journ (*)
18ce181... Release 0.43.91 (*)
8b280ea... codegen: Rename to CCodeMethodCallModule.generate_enum_to_s (*)
ffc53c4... codegen: Allow to associate CCodeFile to actual SourceFile (*)
5d7b6a1... codegen: Only emit declaration of *_register_type if needed (*)
2f66164... tests: Add "ModuleInit" test to increase coverage (*)
4e4ce22... tests: Add "to_string" enum test to increase coverage (*)
3397767... tests: Add "struct in array" test to increase coverage (*)
8312c8b... tests: Add "null-terminated array" delegate test to increas (*)
b488cd2... tests: Add "constructor chain up" generics test to increase (*)
cc55883... tests: Add "custom types" struct tests to increase coverage (*)
2338934... tests: TypeModule allows registering static types since 2.5 (*)
d41e216... codegen: Replace if-else-tree with switch in visit_unary_ex (*)
005f5b6... codegen: Replace if-else-tree with switch in visit_binary_e (*)
48f26fa... codegen: Add get_variable_array_length_cname() and use as p (*)
088c20b... codegen: Respect array_length_cname attribute for global fi (*)
f71945c... gobject-2.0: Add SignalHandler.disconnect_by_data() (*)
d6421ce... testrunner: Add support for Genie source files (.gs) (*)
feac71e... tests: Add some Genie tests to increase coverage (*)
50225a7... genie: Allow the main function "init" to return an integer (*)
177857b... genieparser: Don't create VoidType unconditionally (*)
95429f6... girwriter: Support transfer-ownership="container" for array (*)
fca559e... tests: Extent "girwriter" test to increase coverage (*)
68e7d2a... poppler-glib: Update to 0.74 (*)
af6959c... codegen: Replace gvaluecollector_h_needed with dedidated ad (*)
b3b9837... codegen: Respect finish[_vfunc]_name attributes defined in (*)
1941951... girwriter: Always use get_gir_name() for TypeSymbols (*)
fcc4a92... vala: Correctly perform compatibility check of array length (*)
8629327... vala: Don't ignore qualified parent when inferring type of (*)
fd487e0... codegen: Include "glib-object.h" for typeof expression (*)
59e68b3... gtk4: Update to 3.94.0+b4ae491b (*)
0c02043... vapi: Update GIR-based bindings (*)
d1bebfd... tests: Extent "post-condition" method test to increase cove (*)
1950090... Release 0.43.92 (*)
502fa27... tests: Add regression test for generic-type interference of (*)
13f38eb... vala: More regular invocations of check() on inferred Expre (*)
d9a715a... gstreamer: Update from 1.15.2+ git master (*)
cc99048... vapi: Update GIR-based bindings (*)
d3770a0... gtk4: Update to 3.94.0+eacbeb9e (*)
40fa349... parser: Restrict source_reference for catch/lock expression (*)
3897555... parser: Don't include assigned value in source_reference of (*)
ea50b08... parser: Exclude trailing semicolon from source_reference of (*)
96b33d6... parser: Extend source_reference of initializer-list to cove (*)
d792297... parser: Don't include initializer in src-ref of array-creat (*)
1fc7ec4... parser: Don't include member-initializer in src-ref of obje (*)
5c24e43... Release 0.44.0 (*)
5c19009... gsignal: get_detail_cexpression/get_signal_name_cexpression (*)
abbdfdd... tests: Extend "detailed signal" test to increase coverage (*)
ed72aa2... gsignal: Use guint to represent flags-enum in custom GMarsh (*)
a8d1c68... gsignal: Move disconnect error from signal-module to semant (*)
371512e... tests: Extend "struct with delegate" test to increase cover (*)
0d09b1d... tests: Add "method ccode return-type" test to increase cove (*)
9199f6a... ccodegen: Use unsigned default value for flags-enum (*)
2703619... vala: Allow assignment of 0U to enum types (*)
a9e8a23... Use gettext to support localized warning and error messages
eaae7d5... vala: Mark Report.error/warning strings as translatable
611a6a2... codegen: Mark Report.error/warning strings as translatable
e34d99d... vala: Mark special parser errors strings translatable
70a4889... vala: Unify some strings in girparser
88ea108... vala: Unify some strings in scanner
c736ee6... DON'T MERGE Add vala.pot as reference
(*) 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]