ChangeLog: https://github.com/elementary/code/releases/tag/7.0.0
* Fix compile warnings
* add code to keywords
* Fix drag and drop of accented text and between tabs
* Git ignore flatpak build files
* Ensure tab toggle label is always correct
* Add follow system style switch
* Explicitly handle missing cases
* Remove unused properties
* Change key to trigger rebuild completion word list
* Global search selected
* Move strip trailing whitespace into main code; remove plugin
* Fix meson warning for run_command
* Add custom elementary syntax styles
* Hide non-active documents when project manually chosen
* Show symbol outline pane on right of document
* ProjectFolderItem: Fix wrong ngettext syntax
* Redesign app icon as a tile
* Put the ProjectChooserButton inside the sidebar
* HeaderBar: put find actions in menu
* EditorConfig plugin overrides global settings for indent width and style
* Make sidebar pane the toplevel container
* Use elementary styles when following system style
* Change panel menu items to linkbutton
* FormatBar: use SwitchModelButton in tab popover
* Move Terminal to core
* Headerbar: remove sep before Revert
* FormatBar: use menubuttons instead of ToggleButtons
* Sidebar: Remove minimum width
* GSchema: follow system style
* Only restore documents for first window.
* Do not add duplicate project
* Update ci.yml
* FormatBar: Set sensitivity of affected items, fix binding
* PluginManager: Remove unused hooks
* Make Control-Scroll zooming controllable
* Metainfo improvements
* Headerbar: code style, small fixes
* Application: use built-in GLib functions in Activate
* Inactivate find actions when no current doc
* Fix startup warnings
* Styles: misc refinements
PR: 269135
Reported by: duchateau.olivier@gmail.com
Approved by: miguel@gocobachi.dev (maintainer)
Using FLAVOR?=${FLAVORS:[0]} confuses the ports make system.
To avoid the issue write the actual flavor string directly.
Reported by: dvl
Fixes: 6d8e63c53f
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
Support for the USE_GCC=X+ form was removed in 9b5f5ab. Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.
Sponsored by: The FreeBSD Foundation
Follow up b4eb3cc with another pkg-message.in tweak to also let users
who are upgrading know that native compilation requires GCC version 11
or newer. This shouldn't be an issue for the vast majority of users,
since the default GCC version is now newer than 11.
Sponsored by: The FreeBSD Foundation
Support for the USE_GCC=X+ form was removed in 9b5f5ab. Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.
Sponsored by: The FreeBSD Foundation
- Pull plugins and color themes to their respective latest commits
- Clean up the patch after most of it had been integrated upstream
Reported by: portscout