8276b1800b
Commits on Jun 13, 2022
-
Merge pull request #11423 from rstudio/bugfix/rename_no_jobs_running
No jobs currently running -> No background jobs currently running
-
More hyperlink tweaks (#11421)
* hyperlink popup stays visible until click outside, or ESC. run hyperlink can show help on F1 * only display one hyperlink popup at a time
-
ui tweaks for hyperlinks (#11409)
* first check that the package is available * Add a "play" icon on the left of the code in header for run hyperlink * + RunHyperlinkPopupHeader * unused style * refine styles * constants * FileHyperlink don't get a popup * extract vignette description from yaml front matter * bring back (localized) "click to run" hint
Commits on Jun 10, 2022
-
reverted one line of the slow session starting fix
For the non-job launcher and OS case, it still makes sense to mark the session as running in beginSession
-
Merge pull request #11418 from rstudio/feature/merge-electron-notice
move electron NOTICE info into regular file
-
-
-
Merge pull request #11405 from rstudio/bugfix/single-session-project-id
Fix bug with single-session mode and project sharing
-
Merge pull request #11391 from rstudio/feature/3094-database-add-columns
Feature/3094 database add columns
-
Merge pull request #11396 from rstudio/bugfix/quarto_windows_path
Update add Quarto to PATH
-
-
better position hyperlink popups (#11399)
* cleaning * rename style to xtermRunHyperlink and use cursor pointer * uniform hyperlink class names * uniformize helpPreview styles * uniformize help title styles * rename style to hyperlinkPopup * refactor with HyperlinkPopupHeader * delay positioning the popup until it's ready * did not mean for that change * more fudge for hyperlink popup positioner
-
Merge pull request #11408 from rstudio/bugfix/slow-starting-companion
Companion commit for slow session starting PR
-
Commits on Jun 9, 2022
-
remove ununused desktop callbacks from Electron
- filterText() - getZoomLevels() - getScrollingCompensationType()
-
Fix bug with single-session mode and project sharing
Need to create the project id with the path chosen above session.project() is not set until later Need to use createAliasedPath() so that ~/ is managed consistently or you can have two different project ids for the same path
-
Fix build time quarto version check (#11401)
Use quarto website for version check Update Windows Quarto install Update Linux and Mac Quarto install
-
Merge pull request #11389 from rstudio/feature/allow-overlay
Restore option allow-overlay pattern
-
-
Merge pull request #11402 from rstudio/bugfix/gwt-callback-dead-code-…
…removal remove unused closeNamedWindow GWT callback
-
remove unused closeNamedWindow GWT callback
- removed from Qt and Electron - also removed underpinnings of the unused devicePixelRatio callback
-
Merge pull request #11397 from rstudio/bugfix/remove-unused-devicepix…
…elratio delete unused devicePixelRatio gwt callback
-
Consolidate changes that haven't been released
-
Migrate postgresql alter to new file
This is to prevent out of date loop
-
-
-
-
Merge pull request #11308 from rstudio/bugfix/jammy-deps
Change from bionic to jammy deps
-
-
-
-
use Pattern.create(, "") instead of the default constructor (#11393)
use Pattern.create(, "")