Skip to content
Permalink
8276b1800b
Switch branches/tags

Commits on Jun 13, 2022

  1. Merge pull request #11423 from rstudio/bugfix/rename_no_jobs_running

    No jobs currently running -> No background jobs currently running
    jgutman committed Jun 13, 2022
  2. 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
    romainfrancois committed Jun 13, 2022
  3. 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
    romainfrancois committed Jun 13, 2022

Commits on Jun 10, 2022

  1. 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
    jeffvroom committed Jun 10, 2022
  2. Merge pull request #11418 from rstudio/feature/merge-electron-notice

    move electron NOTICE info into regular file
    gtritchie committed Jun 10, 2022
  3. fix localization regression

    jjallaire committed Jun 10, 2022
  4. Merge pull request #11405 from rstudio/bugfix/single-session-project-id

    Fix bug with single-session mode and project sharing
    jeffvroom committed Jun 10, 2022
  5. Merge pull request #11391 from rstudio/feature/3094-database-add-columns

    Feature/3094 database add columns
    AndrewMcClain committed Jun 10, 2022
  6. Merge pull request #11396 from rstudio/bugfix/quarto_windows_path

    Update add Quarto to PATH
    jgutman committed Jun 10, 2022
  7. fix typo

    jgutman committed Jun 10, 2022
  8. 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
    romainfrancois committed Jun 10, 2022
  9. Merge pull request #11408 from rstudio/bugfix/slow-starting-companion

    Companion commit for slow session starting PR
    jeffvroom committed Jun 10, 2022

Commits on Jun 9, 2022

  1. remove ununused desktop callbacks from Electron

    - filterText()
    - getZoomLevels()
    - getScrollingCompensationType()
    gtritchie committed Jun 9, 2022
  2. 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
    jeffvroom committed Jun 9, 2022
  3. Fix build time quarto version check (#11401)

    Use quarto website for version check
    Update Windows Quarto install
    Update Linux and Mac Quarto install
    timtmok committed Jun 9, 2022
  4. Merge pull request #11389 from rstudio/feature/allow-overlay

    Restore option allow-overlay pattern
    jmcphers committed Jun 9, 2022
  5. Merge pull request #11402 from rstudio/bugfix/gwt-callback-dead-code-…

    …removal
    
    remove unused closeNamedWindow GWT callback
    gtritchie committed Jun 9, 2022
  6. remove unused closeNamedWindow GWT callback

    - removed from Qt and Electron
    - also removed underpinnings of the unused devicePixelRatio callback
    gtritchie committed Jun 9, 2022
  7. Merge pull request #11397 from rstudio/bugfix/remove-unused-devicepix…

    …elratio
    
    delete unused devicePixelRatio gwt callback
    gtritchie committed Jun 9, 2022
  8. Recombine changes

    Consolidate changes that haven't been released
    AndrewMcClain committed Jun 9, 2022
  9. Migrate postgresql alter to new file

    This is to prevent out of date loop
    AndrewMcClain committed Jun 9, 2022
  10. Merge pull request #11308 from rstudio/bugfix/jammy-deps

    Change from bionic to jammy deps
    gtritchie committed Jun 9, 2022
Older