[gnome-nibbles] (188 commits) Non-fast-forward update to branch arnaudb/wip/gtk4



The branch 'arnaudb/wip/gtk4' 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:

  ee0c68c... Add Speed panel.
  c0d9a12... Clear Preferences dialog code.
  fd2b8d5... Rework Preferences dialog.
  90f6bf7... Clean ControlsGrid.
  fbd6c70... Add translators comments.
  f8749c3... Fix some warnings.
  76295c0... Do not start game with uncontrollable worm.
  5095821... Remove Preferences entry.
  7a11977... Allow to set a key used by absent worm.
  48a94fb... Do not allow multiple worms to use same control.
  bf246fd... Warn when a key is assigned to multiple controls.
  ef54a8d... Fix typos.
  f504f28... Remove CSS warnings.
  c7b88f1... Remove unused signal.
  843f577... Avoid a textual repetition.
  52411a3... Move UI files in ui folder.
  092c883... Fix Preferences dialog background color.
  4dc36d2... Compile with Gtk4.
  f44c6ab... Replace GdkScreen by GdkDisplay.
  e286633... Adapt a method.
  e6ef571... Drop Clutter dependency.
  7747b9f... Make on_window_state_event() work.
  f9e8315... Make size_changed() stuff work.
  6f52277... Comment Clutter things.
  5f7dc58... Comment EventConfigure thing.
  821bd9b... Adapt to GtkHeaderBar API.
  4cafcac... Comment focus things.
  b736449... Widgets are visible.
  a10e7ae... Adapt to GtkEventController API.
  8f46dd5... Clean application startup.
  9c53004... Replace GamesGridFrame by GtkAspectFrame.
  cf95327... Adapt to GtkBox API.
  94d209d... Things 1.
  afbd896... Adapt to GtkBox API (part 2).
  8d3c764... Adapt to GtkDialog API.
  8f692f8... Fix controls order.
  66fef79... Adapt UI files.
  7497b33... GtkModelButton is gone.
  08444ca... Adapt to GtkEventController API, part 2.
  b121a45... UI fixes.
  a76c9c0... Fixes.
  8df2505... Fix CSS file.
  41b223b... Fix Controls arrows.
  679c82c... Fix Preferences dialog.
  4b7861b... Small fix.
  7bbdbef... Other small fix.
  d3191fa... Backportable fix.
  d0df7c8... Other backportable fix.
  3be4816... Make walls display correctly.
  16fd765... Make bonuses work.
  3cde49d... Make warps work.
  903c515... Make worms mostly work.
  b516470... Clean walls after each level.
  d27d494... Hide "Next Level" button.
  35475b3... Fix reversing worms.
  df246b4... Make cherry work.
  31eb801... Make death mostly work.
  32b0811... Try to fix CI.
  3b217c9... Fix worm respawn.
  d0115ec... Improve end-of-level look.
  b940436... Fix Scoreboard.
  11d8417... Fix MessageDialog.

Commits added to the branch:

  91850bd... Update Romanian translation (*)
  45cd45a... Updated Lithuanian translation (*)
  07fac33... Add myself as a maintainer. (*)
  74cc1b8... Make levels more human readable. (*)
  3dd136a... Make levels even more human readable. (*)
  ddfa815... Fix level 24. (*)
  66b7e72... Add Speed panel. (*)
  8a5a9da... Clear Preferences dialog code. (*)
  ef57c30... Rework Preferences dialog. (*)
  afbf2a3... Clean ControlsGrid. (*)
  07316c4... Add translators comments. (*)
  6e32d09... Fix some warnings. (*)
  bbe9da5... Do not start game with uncontrollable worm. (*)
  590d4fe... Remove Preferences entry. (*)
  deebce0... Allow to set a key used by absent worm. (*)
  c79674b... Do not allow multiple worms to use same control. (*)
  d6fc697... Warn when a key is assigned to multiple controls. (*)
  7e6df96... Fix typos. (*)
  2555548... Remove CSS warnings. (*)
  52dea26... Remove unused signal. (*)
  19b1754... Avoid a textual repetition. (*)
  93d6cbf... Move UI files in ui folder. (*)
  7057e0b... Fix Preferences dialog background color. (*)
  518572f... Make a MessageDialog modal on the correct window. (*)
  1299e92... Disable back action on level ended. (*)
  16e470f... Translate "Number of players" screen. (*)
  b94b34e... Improve Controls labels. (*)
  c53fb4a... Update Ukrainian translation (*)
  c1f0fb8... Update Romanian translation (*)
  7d74deb... Update Kazakh translation (*)
  1c80ae9... Updated Lithuanian translation (*)
  47dd6d7... Updated Spanish translation (*)
  a1a3fb1... Rework worms direction code. (*)
  7d49d21... Allow custom Game size. (*)
  74e1d83... Allow changing start-level while game runs. (*)
  5c2fa84... Allow changing number of regular bonuses. (*)
  04c2492... Add collision tests. (*)
  fa2f0f5... Rework warps code. (*)
  f8ebeb0... Add a security. (*)
  24614d9... Rework warps code a bit more. (*)
  2ab03bd... Introduce bidi warps. (*)
  790cb47... Make levels more human readable, again. (*)
  9db7f7f... Add another security. (*)
  3ddb119... Manage warps in Game, not in Worm. (*)
  04d033e... Add warps tests. (*)
  1e4960a... Test code factorization. (*)
  76b1562... Add some tests. (*)
  d6a459a... Prepare 3.37.0 (*)
  d1197bd... Update Basque translation (*)
  e04c4cf... Update Kazakh translation (*)
  893b2ce... Fix broken markup in Czech help translation (*)
  9bb270f... Bump required meson version to 0.50.1 (*)
  eed8b17... Add hamburger menu toggle shortcut. (*)
  cf9ca41... Add pause shortcuts. (*)
  8093481... Improve Ctrl-N shortcut. (*)
  22ca68c... Add Keyboard Shortcuts dialog. (*)
  4d914bd... Make F1 and friends work. (*)
  ccbff85... Update Romanian translation (*)
  1733aee... Update Ukrainian translation (*)
  cb249a1... Add --players and --nibbles options. (*)
  e3f9685... Add --speed option. (*)
  a22f938... Add --disable-fakes and --enable-fakes options. (*)
  ac91574... Add --level option. (*)
  1480808... Add --mute and --unmute options. (*)
  2882064... Add --start option. (*)
  c8e7cdc... Skip setup screens depending on cli. (*)
  c5eabab... Fix fake bonuses. (*)
  5654043... Update POTFILES.in (*)
  b0719b0... Move sounds. (*)
  ea81769... Some pix cleaning. (*)
  44f9186... Clean bonuses help page. (*)
  a5c008a... Update Ukrainian translation (*)
  0cbba33... Update Ukrainian translation (*)
  0d7e8ec... Update Kazakh translation (*)
  e81424a... Update Romanian translation (*)
  768f22d... Update Friulian translation (*)
  81a2d53... Updated Lithuanian translation (*)
  915ef3e... Remove a FIXME. (*)
  d3835c6... Privatize some classes to NibblesView. (*)
  c3f189e... Factorize code. (*)
  57b656a... Lookup for deadend more. (*)
  bbe565f... Cleaning. (*)
  21d6047... Use uint8 more. (*)
  fa14384... Use uint8 even more. (*)
  cf9055b... Use uint8 more again. (*)
  afd76e8... Use uint8 again more. (*)
  eb8883a... Update Catalan translation (*)
  83a6f3e... Fix icon in Scores dialog. (*)
  f43ae1e... Updated Spanish translation (*)
  9415909... Update Basque translation (*)
  5b6978f... ci: remove deprecated jobs (*)
  b12151f... ci: push to the nightly repo (*)
  0ade3c2... ci: flatpak: remove meson-args variable (*)
  be3ff73... Update Swedish translation (*)
  50c08eb... Update Galician translation (*)
  6e1b560... Prepare 3.37.90 (*)
  0af6043... Update Indonesian translation (*)
  32d01a1... Updated Slovenian translation (*)
  67d1374... Update Swedish translation (*)
  3ea50eb... Update Japanese translation (*)
  48c1838... Update Japanese translation (*)
  c7b6bad... Update Turkish translation (*)
  c7757de... Update Finnish translation (*)
  50d14db... Updated Slovenian translation (*)
  fc288a8... Update Japanese translation (*)
  3b123c5... Update Croatian translation (*)
  1c80912... Update Croatian translation (*)
  82b5cf6... Update Croatian translation (*)
  805bc3d... Update British English translation (*)
  5a1ae9e... Update Brazilian Portuguese translation (*)
  514544f... Updated Czech translation (*)
  48ca494... Update Chinese (China) translation (*)
  4185a0c... Update French translation (*)
  ceeb893... Update Persian translation (*)
  30aebfa... Update German translation (*)
  8e49783... Updated Spanish translation (*)
  b4aa67f... Update Slovak translation (*)
  38e78a9... Updated Danish translation (*)
  1533cc0... Update German translation (*)
  b4705e9... Update Catalan translation (*)
  f565f25... Update Catalan translation (*)
  245e4c4... Update Hungarian translation (*)
  24497aa... Update Serbian translation (*)
  9f957e1... Update Korean translation (*)
  72f8a65... Update Greek translation (*)
  a85bfdf... Update Latvian translation (*)
  398e0b0... Prepare 3.38.0 (*)
  2000cc5... Update Portuguese translation (*)
  d1269d9... Update Portuguese translation (*)
  651264f... Update Dutch translation (*)
  22f6587... add da to LINGUAS (*)
  3d692db... Updated Danish translation (*)
  bc3de72... Update French translation (*)
  d57f7b7... Update Catalan translation (*)
  cc556f8... Update Polish translation (*)
  bfb11cf... Update Italian translation (*)
  9727c67... Update Hebrew translation (*)
  e8f977a... Compile with Gtk4.
  3cb8690... Replace GdkScreen by GdkDisplay.
  1255d3b... Adapt a method.
  f11ee3c... Drop Clutter dependency.
  495e6b4... Handle window state change.
  c494947... Handle window size change.
  3c3db09... Comment Clutter things.
  6d55b0f... Comment EventConfigure thing.
  c1a9feb... Adapt to GtkHeaderBar API.
  1861c9f... Comment focus things.
  6812006... Widgets are visible.
  d6c5119... Adapt to GtkEventController API.
  ed63938... Clean application startup.
  a69d3e4... Replace GamesGridFrame by GtkAspectFrame.
  88cf1a2... Adapt to GtkBox API.
  49630b5... Things 1.
  4dc9b06... Adapt to GtkBox API (part 2).
  7e3f395... Adapt to GtkDialog API.
  f503346... Fix controls order.
  9e61f1d... Adapt UI files.
  924c051... GtkModelButton is gone.
  71653ed... Adapt to GtkEventController API, part 2.
  eb74332... UI fixes.
  8b888e0... Fixes.
  3fd7f0a... Fix CSS file.
  9ec334f... Fix Controls arrows.
  92543ef... Fix Preferences dialog.
  c9ce386... Small fix.
  332b087... Other small fix.
  0bfc8b7... Make walls display correctly.
  b5d11f9... Make bonuses work.
  9ada78c... Make warps work.
  c1243a8... Make worms mostly work.
  a8beaf1... Clean walls after each level.
  69b01b3... Hide "Next Level" button.
  7fb0114... Fix reversing worms.
  64d6b80... Make cherry work.
  d823778... Make death mostly work.
  f375fce... Try to fix CI.
  860e7f6... Fix worm respawn.
  939e787... Improve end-of-level look.
  b0230c0... Fix Scoreboard.
  580d631... Fix MessageDialog.
  2ec6428... Use Control.
  318d71d... Change set_left_attach.
  332bdb2... Waiting for a Gtk fix.
  ec8c2e1... Adapt to GamesScoresContext API.
  3cdc865... Fix.
  f17d638... Fix Controls panel.
  2cb20b3... Fix UI files style.
  7a16ab3... Add requires in UI files.

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