La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Mise à jour GitLab terminée. Nous sommes désormais en version 17.7.0 : https://about.gitlab.com/releases/2024/12/19/gitlab-17-7-released/
Update box settings to gtk3. This is mostly Table->Grid, color changes and making all drawing done with cairo. Other minor changes are the removal of some deprecated widgets such as HBox,... Expand and Fill are now done in the .ui file. Fixed some small changes that are compiler related (% directives in scanf, and small issues that were giving warnings and errors.
Checked by navigating over all the menus of the designer (not running scenarios yet as extras are not fully converted), Seems visually fine, except very minor issues.
What is not done:
Note: 1 - This depends on changes on sdk and extras. This change is mostly spurious and reflected my attempt to remove Stock icons. In the plugins icons are obtained using getStockItemName which seems very technology related, so I renamed it into getIconName... I'm a little bit lazy to reverse the change, but it can be done easily. I really think that the new name is better. Also introducing a change that breaks old plugins is not bad to advertise developper that some big change has hapened, 2 - This is unfortunately over my fedora changes, which I need to test. Some cherrypicking may be needed to merge over the "official" branch if those are not welcome. Fortunately All the changes are in a low number of commits. 3 - Extras conversion is in progress