[gtranslator] (79 commits) Non-fast-forward update to branch gtk4



The branch '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:

  f41e7a1... removed gspell library
  05d0d7d... removed gtr-notebook.h from gtr-window
  a75ab95... removed notebook from project and fixed codeview,message_co
  fb97f82... removed notebook from project directory , fixed files relat
  6badc90... replaced GtkBin with GtkFrame in search bar
  90981b3... commenting some not used functions in utils.c/h and comment
  71c58e9... replaced GtkScrolledWindow with GtkFrame in GtrTranslationM
  25d4134... replaced GtkBin with GtkFrame in GtrDlTeams and replaced Gt
  fcdb9eb... replaced GtkBin with GtkFrame in GtrProjects
  50fcce7... removed gtr-history-entry.c/h from meson and gtranslator.ty
  179421c... starting libhandy to libadwaita porting from here on
  b270e1e... initial compilable version with runtime errors and warnings
  0d442c9... fixed gtr-projects.ui
  c7c9239... fixed gtr-preferences-dialog.ui and partially gtr-dl-teams.
  ef58ba8... fixed gtr-dl-teams except load functionality and filter-sel
  519a57f... Worked on comments in merge request review
  eb1be99... Merge branch 'gtk4' into 'gtk4' : resolved merge conflicts
  8479499... Enable all debug messages by default
  a05b433... Remove gspell dep from flatpak manifest
  7d0f60e... Remove not needed utils functions
  6877895... File loading now works but with exception of segfault bug d
  eb37d68... Removed g_autofree (cause of segfault)
  8583b5d... Merge branch 'gtk4' of gitlab.gnome.org:redoC-A2k/gtranslat
  3dbdb4d... Fixed popover, progress bar, and  partially fixed search ba
  9084458... Single selection for file open dialog
  c249318... Fix shortcut dialog action
  40d1902... Fix gtr-view language selection
  0e14c79... Fix gtr_window_remove_tab
  e0b5a72... Subclass from AdwApplication and AdwApplicationWindow
  85a4de4... Update codeview plugin to use EventController
  3c1bd2b... Remove static GtrViewer dialog
  966b4d6... Fix codeview UI file
  c5943ca... Fix translation-memory-dialog UI file
  af0095f... Fix edit header dialog
  a0021d1... Implement DL team selection with GtkDropDown
  7560370... Implement DL modules selection with GtkDropDown
  5aaf50a... Remove filter-selection.h not needed
  6af3302... Enable DL teams file loading
  04113ed... Move GtrDropDownOption class to their own file
  1c8c286... Use GtkDropDown for lang button
  a315a03... Use BoxedList in DL view
  b79bbf4... Remove not duplicated text from DL file state
  18c6c6b... Replace gtr-assistant with gtr-greeter
  68c0f14... Use AdwPreferencesWindow for preferences dialog
  e7ea76b... Modernize GtrProfileDialog widget
  295ae93... Use AdwFlap for Sidebar
  c1eba24... Move infobar to top
  bddff51... Partial reimplementation of drag and drop functionality
  02c30f7... Remove GtkPaned widgets from tab
  3f975a8... Fix drag & drop
  c919261... Clean a bit gtr-window
  7c61026... Merge branch 'gtk4' into 'gtk4'
  134f7e2... Merge branch 'master' into gtk4
  f5877b4... Move searchbar to a GtkSearchBar widget
  0dbd36a... Focus search entry on search bar show
  4ca4319... Fix search entry, disable search on text change
  3cae30f... Fix save current document dialog when modified
  f8cdd82... Fix warnings in gtr-actions-file.c
  a19bdf8... Remove all "-old" files
  5363dec... Clean gtr-application.c
  0332db8... Clean GtrContextPanel widget
  b9578fe... Clean GtrCloseConfirmationDialog
  911fcc9... Clean gtr-io-error-info-bar
  32d5284... Remove not needed GtrJumpDialog

Commits added to the branch:

  b5fb523... Update German translation (*)
  68b5654... Update German translation (*)
  62d91b2... Update Turkish translation (*)
  c04dee3... Add Georgian translation (*)
  27a964a... Update Spanish translation (*)
  9238c19... Update Croatian translation (*)
  3eb605c... Update Croatian translation (*)
  dac3ec9... Update Croatian translation (*)
  91768d9... Updated Spanish translation (*)
  6d632db... Update Hungarian translation (*)
  61df189... Update Icelandic translation (*)
  33d7651... Update Icelandic translation (*)
  1603b2f... Update Icelandic translation (*)
  40ce148... Update Icelandic translation (*)
  0ee59aa... Update Occitan translation (*)
  fda2e0e... Update Danish translation (*)
  aa7062b... Update French translation (*)
  b03fd49... Update Slovak translation (*)
  753a506... build: Use GNOME module post_install() (*)
  66310de... Merge branch 'use-gnome.post_install' into 'master' (*)
  2b5e6dd... removed gspell library
  ae0f574... removed gtr-notebook.h from gtr-window
  140eb47... removed notebook from project and fixed codeview,message_co
  fe405bb... removed notebook from project directory , fixed files relat
  5f2da39... replaced GtkBin with GtkFrame in search bar
  940508d... commenting some not used functions in utils.c/h and comment
  69baa48... replaced GtkScrolledWindow with GtkFrame in GtrTranslationM
  c15edde... replaced GtkBin with GtkFrame in GtrDlTeams and replaced Gt
  7552488... replaced GtkBin with GtkFrame in GtrProjects
  0fe4133... removed gtr-history-entry.c/h from meson and gtranslator.ty
  ba08db8... starting libhandy to libadwaita porting from here on
  6d883ff... initial compilable version with runtime errors and warnings
  7ff0b55... fixed gtr-projects.ui
  dd1016d... fixed gtr-preferences-dialog.ui and partially gtr-dl-teams.
  49f72b8... fixed gtr-dl-teams except load functionality and filter-sel
  e1ad36a... Worked on comments in merge request review
  9e0f057... File loading now works but with exception of segfault bug d
  a773570... Removed g_autofree (cause of segfault)
  b4af580... Enable all debug messages by default
  09cf986... Remove gspell dep from flatpak manifest
  2af236c... Fixed popover, progress bar, and  partially fixed search ba
  a48891e... Single selection for file open dialog
  ec30397... Fix shortcut dialog action
  cfe0a70... Fix gtr-view language selection
  f2dff9f... Fix gtr_window_remove_tab
  10a37ba... Subclass from AdwApplication and AdwApplicationWindow
  82715d3... Update codeview plugin to use EventController
  6c9e956... Remove static GtrViewer dialog
  18a94f6... Fix codeview UI file
  6af1de0... Fix translation-memory-dialog UI file
  57a626f... Fix edit header dialog
  80b8eab... Implement DL team selection with GtkDropDown
  5d07e01... Implement DL modules selection with GtkDropDown
  f54502e... Remove filter-selection.h not needed
  4635e7b... Enable DL teams file loading
  b451197... Move GtrDropDownOption class to their own file
  9e6c625... Use GtkDropDown for lang button
  5abbe56... Use BoxedList in DL view
  6fbda2e... Remove not duplicated text from DL file state
  2a96b1e... Replace gtr-assistant with gtr-greeter
  fa9c9d6... Use AdwPreferencesWindow for preferences dialog
  6aebd2e... Modernize GtrProfileDialog widget
  941aa73... Use AdwFlap for Sidebar
  06ba5b5... Move infobar to top
  90a69c2... Partial reimplementation of drag and drop functionality
  4a2c590... Remove GtkPaned widgets from tab
  44447a6... Fix drag & drop
  5702250... Clean a bit gtr-window
  56d92d6... Move searchbar to a GtkSearchBar widget
  992ddaf... Focus search entry on search bar show
  f4a131c... Fix search entry, disable search on text change
  4d6003d... Fix save current document dialog when modified
  ea423d2... Fix warnings in gtr-actions-file.c
  cf59625... Remove all "-old" files
  4d0f39e... Clean gtr-application.c
  77ed356... Clean GtrContextPanel widget
  e643930... Clean GtrCloseConfirmationDialog
  334b2d0... Clean gtr-io-error-info-bar
  73ec491... Remove not needed GtrJumpDialog

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