WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
inishell
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
snow-models
inishell
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
a21deb4ad3a231ee390d2b2b37768a6d7deb53bd
Select Git revision
Selected
a21deb4ad3a231ee390d2b2b37768a6d7deb53bd
Branches
3
master
default
protected
backports_2.1.0
release_test
Tags
11
v2.1.1
v2.1.0
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.3beta
v2.0.2beta
v2.0.1beta
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
7
Feb
6
6
Jan
5
4
30
Dec
29
24
23
22
21
20
19
18
17
12
11
9
8
6
5
4
3
30
Nov
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
30
Oct
29
28
27
26
23
22
21
20
19
18
17
16
15
14
11
9
8
7
5
4
3
2
1
29
Sep
28
27
Less colors (less is more)
Some constification
ISO formated dates and calendar widget in date selector
More styling (again, considering "less is more")
Restructuring the MeteoIO and Snowpack applications
More consistent handling of colors
Remove memory check for dummy Qt executable as this did not really prove useful in profiling and might be a little confusing.
Fix some memory leaks found by valgrind. Most importantly, a menu does not take ownership of a QAction.
Remove status message after reading an INI to preserve warnings, minor tweaks
Disable panels' context menus for grouping elements that could show up on a few pixels. Minor XML tweaks and (very) minor code optimization.
Improve SNOWPACK stability corrections documentation, and a try to make a setup with very many filters more readable.
Clean up the XMLParser
For references, replace the nodes instead of appending (to preserve the
In a Replicator, start from 0 if that's what's in the INI (e. g. STATION0). The + button will still always start at 1.
Add short info text about why the INIParser's == check asserts false, fix special case where an integer would be transformed to a float with decimals (thus failing the equality check)
Extend the TerminalView's context menu with a 'clear' entry. Add German translation for welcome text
Because there was no way to completely reset a Numbers panel (there can't not be a number in a spin box) this is now possible via a generic context menu in all panels. Restructure the menu a little to make these functions more clear
Fix expression parsing styling that was broken with some previous cleanup
Another hotfix for propagating Replicator numbers... now, replace only the first occurrence of '#' so keys like 'TA::FILTER#::ARG#' work
Log INI errors in command line mode to console instead of opening a message box, and some readability.
Add description of ZRXP plugin to MeteoIO XML. Add XML shortcut 'h' for 'help', minor styling. Iniqueryparser handles substitutions in keys now. Remove obsolete warning.
Also use base path for exclude files
Add missing documentation to iniqueryparser as well as an option to specify a code base path, minor cleanup. Correct typo in settings page
Add keyboard shortcut F5 to refresh Applications and Simulations
Disable actions that need to be disabled when resetting the GUI
Correct wrong personal path for iniqueryparser, and add a check for that... as well as for missing read permissions. Dump minimal settings file with appropriate command line option. Fix bug where a settings XML would not be available yet. Minor cleanup.
Upate German language file and prevent enabling XML options when the
Settings page related code refactoring
Add setting for font size
Make more complicated settings work by connecting Replicator items to the INIshell settings. Remove old popup menu mechanism to select folders. Add menu item to close settings.
Add 'remember sizes' option
Remove old settings dialog and add simple settings to the new Settings
Don't propagate a Replicator's caption to the child panels, enumerate them instead.
Add XML describing the Settings page
Add basicts to display the settings in the main window Browser-style
Add 'info' command line option
Use our own set_style command line option instead of Qt's to more reliably override the forced style
Close preview window tabs with CTRL+w. When opening a preview window, only start in 'not saved' state if there are changes in respect to the INI on the file system, else allow to close without asking to save (now consistent behavior with resetting the values and closing the program). Fix some typos.
Minor code cleanup
Show number of found keys in iniqueryparser
Loading