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.
a1da2984e582128cec51d53b10d713bc47cae148
Select Git revision
Selected
a1da2984e582128cec51d53b10d713bc47cae148
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
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
9
Mar
8
7
6
5
4
3
2
1
29
Feb
28
27
26
25
24
21
20
19
18
17
15
14
13
11
10
7
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
Using slightly bolder (ie darker) icons for flat-bw
Add preview menus to convert comment prefix, and some more text case
More preview menu fun: comment out all content, copy all content to comment (quick 'backup'), collect comments at bottom of file
Add preview editor menu entry to paste to new line (vim-style paste), cut whole line if selection is empty.
Restoring text selection really only makes sense for one transformation so far.
With surprising effort in cursor magic, we now have block (un)comment in
Load the user's textual changes in the preview editor back into the parser before performing a transformation, thus taking them into consideration.
Trying not to use the term 'GUI' in the Preview menu... show the application's name instead (at the time of the preview click)
De-spaghettify Preview menu signal mapping.
In an afterthought, start the undo history after the document was first inserted (no undoing back to blank)
Make undo history work for Preview transformations
The Preview integrates so nicely that we now do keep a local INIParser copy. By performing all transformations on that one, they now behave intuitively and can be applied one after another.
Quick fix: a signal also triggers disabled menus, so we check this back (to disallow getting to the Preview without an application).
Add 'new tab' preview menu, listen to the print command (to show preview) in the preview itself, the Logger and the About window. Show the logger on STRG+L from the preview and about windows.
In a workflow, look for element IDs in the current tab first, then look everywhere
Fix default precision behavior and styling issue (ticket 825)
Icons work.
Removed a default value that was triggering a bug
Even absolute file paths were prefixed with a root path, breaking the includes...
Added a missing label to the meteoio workflow. Improved some filters.
Merge branch 'master' of models.slf.ch:inishell-ng
Adding a workflow on MeteoIO (data_converter)
Forgot to note the thing I made it for in the new troubleshooting section
Move the data merging strategy to 2nd 'column', add troubleshooting help section for the PATH variable (link to SNOWPACK online help)
Checklists are now order-aware
Remember order in which Choice items are clicked.
Merge branch 'master' of models.slf.ch:inishell-ng
Oops, the merging strategy option was missing...
Oops, the spatial resampling file had not been committed...
Merge branch 'ids'
Better exclusion of non-interactive GUI elements
Merge branch 'ids'
Oops, the merging strategy option was missing...
Better exclusion of non-interactive GUI elements
Merge branch 'master' of models.slf.ch:inishell-ng
Tweaking the output and application paths.
Merge changes to the Preview window into 'master'
Preview: add menus 'quick backup' and 'close tab'
Add standard text menu including undo/redo and more transformations to the preview window.
Improved regular expression for geographic coordinates.
Loading