Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (39m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:17:07 UTC Now

2020-06-01 11:10:44 UTC MAIN commitmail json YAML

Import lxqt-archiver

A simple & lightweight Qt file archiver.
The core I/O functions are ported from Engrampa (a Gnome File Roller fork).
This is only a front-end (a graphical interface) to archiving programs
like tar and zip.

This is part of LXQt-0.15.0 desktop

(pin)

2020-06-01 11:04:21 UTC MAIN commitmail json YAML

doc: Added graphics/screengrab version 2.0.1

(pin)

2020-06-01 11:03:46 UTC MAIN commitmail json YAML

Import screengrab

(pin)

2020-06-01 11:02:20 UTC MAIN commitmail json YAML

graphics/screengrab: Import new package

A program for fast creating screenshots, and easily publishing them
on internet image hosting services. It works on Linux and
Windows operating systems.
ScreenGrab uses the Qt framework and thus, it is independent from
any desktop environment.

Screenshot tools from the LXQt desktop

(pin)

2020-06-01 10:56:37 UTC MAIN commitmail json YAML

doc: Updated x11/qterminal to 0.15.0

(pin)

2020-06-01 10:56:14 UTC MAIN commitmail json YAML

x11/qterminal: update to 0.15.0

qterminal-0.15.0 / 2020-04-24
=============================

  * Bumped version to 0.15.0.
  * CMakeLists: Do not use Qt5X11Extras on macOS.
  * Replace deprecated/removed Q_WS_MAC macro with Q_OS_MACOS.
  * Fixed the default font on macOS.
  * Fixed the missing PASTE_SELECTION_SHORTCUT on macOS.
  * Fixed inconsistent-missing-override warnings.
  * Scrollable and compact Settings dialog.
  * C++11 code updates.
  * Fix View  Toggle Bookmarks.
  * Consider settings dialog frame on fitting it into screen.
  * Fixed the duplicated setHistorySize() call.
  * Create actions for switching to tab by index.
  * Allow to disable drawing line chars.
  * Made the initial terminal size consistent with qterminal.ui.
  * Fixed building qterminal.app on macOS.
  * No more incorrectly setting icon via OSC 1.
  * Allow fixed custom size for QTerminal.
  * Made menubar accelerators optional.
  * Added "Hide Window Borders" to context menu.
  * Remember the size of preferences dialog.
  * Fixed the version comparison.
  * Removed some debug outputs.
  * Removed the deprecated QFileDialog method `setConfirmOverwrite()`.
  * config: add a tooltip about box-drawing chars.
  * Implemented an action that allows you to send the history to your editor.
  * Added an option for borderless state and remembered it.

(pin)

2020-06-01 10:53:34 UTC MAIN commitmail json YAML

doc: Updated x11/qtermwidget to 0.15.0

(pin)

2020-06-01 10:53:09 UTC MAIN commitmail json YAML

x11/qtermwidget: update to 0.15.0

qtermwidget-0.15.0 / 2020-04-24
===============================

  * Bumped version to 0.15.0.
  * Replaced Q_WS_MAC with Q_OS_MACOS for Qt5 compatibility.
  * KPty: Don't conditionalize chownpty existence on HAVE_OPENPTY.
  * cmake: set CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON for macOS.
  * Fixed the default font on macOS.
  * pyqt: Fixes deprecation warning (CMP0002).
  * Fixed the PyQt5 binding with Qt  5.11.
  * Swap Qt's ControlModifier and MetaModifier on macOS.
  * C++11 code updates.
  * Use braced initializer list in returns.
  * Fixed the memory access violation in TerminalDisplay's method `getCharacterPosition`.
  * Completed the support for transient scrollbars.
  * Added `saveHistory` to QTermWidget.
  * Use vanilla Qt instead of patched one.
  * Don't set the selection clipboard if it's unsupported.
  * Announce truecolor support via COLORTERM.
  * Fixed numpad handling and added entries for numpad 5.
  * Allow to disable drawing line chars.
  * Use QRectF for cursor drawing and fix artifacts in hidpi.
  * Fixed compilation on NetBSD.
  * Added sendKeyEvent() API.
  * Fixed flickering on font change.
  * Select all text when opening search bar.
  * Removed some debug outputs.
  * Removed (duplicated) string casts definitions.
  * Removed obsolete qCopy.
  * Fix SearchBar light text over white background with dark themes.
  * pyqt: also check for sip 5.x path.
  * Prevented a c++11 range-loop might detach Qt container.
  * Dropped the deprecated QString method `sprintf()`.
  * Avoid buffer overflows exploits.
  * Fixed build with LLVM/clang.
  * Explicitly mark exported classes.
  * Fixed QCharRef's deprecated behavior.
  * Correctly initialize sigsets.

(pin)

2020-06-01 10:48:18 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 0.15.1

(pin)

2020-06-01 10:47:54 UTC MAIN commitmail json YAML

sysutils/pcmanfm-qt: update to 0.15.1

pcmanfm-qt-0.15.1 / 2020-05-16
==============================
  * Fixed remounting of remote folders with its bookmark under special circumstances.
  * Prevented a total freeze on mounting encrypted volumes when auto-mounting is also enabled.
  * Added an option to disable file tooltips.
  * Changed the About link to pcmanfm-qt's GitHub page.
  * Safeguard against null images with multi-screen wallpapers.

pcmanfm-qt-0.15.0 / 2020-04-21
==============================
  * Keep original extensions in bulk renaming.
  * Open selected files by pressing Enter.
  * Update desktop on setting wallpaper with commandline.
  * Removed WM menu from desktop.
  * Remove unneeded Qt version check.
  * Clear filter text on pressing Esc.
  * Enhanced wallpaper browsing dialog.
  * Restore sorting on removing folder customization.
  * Take all standard config paths into account.
  * Added deletion time to Trash.
  * Added option to transform jpeg wallpapers based on EXIF info.
  * Set text and icon of delete action of Edit menu on startup.
  * Respect full file name setting on desktop too.
  * Added Alt+Enter in addition to Alt+Return for properties.
  * Added menu item to toggle showing of thumbnails on the fly.
  * More compact and tidy Desktop preferences dialog.
  * Always show display names on Desktop.
  * Respect view setting when showing selected file name on status bar.
  * Follow DE click setting if single-click is not chosen.
  * More stable position for sticky Desktop Trash.
  * Added context menu item to create launchers on Desktop.
  * An option to show folder context menu with Ctrl + right click.
  * Do not show trash path in trashed file names.
  * Use file launcher to open a folder in new tab to guarantee it is always opened correctly.
  * Added "Hidden Last" to Sorting submenu.
  * Multimonitor wallpaper support.
  * Choose an appropriate name for root bookmarks (like SMB).
  * Use "edit name" in bulk renaming.
  * Use QString multi-arg.
  * Disable Create New in File menu when not possible.
  * Focus side-pane with `Ctrl+Esc`.
  * Added Hidden Shortcuts dialog.
  * Try to have a "current item" inside view as far as possible. This guarantees a correct behavior for keys like `End`, `PgDn` and `Right`.
  * Select first item on filtering if nothing is selected.
  * Added an option for single window mode.

(pin)

2020-06-01 10:43:36 UTC MAIN commitmail json YAML

doc: Updated graphics/lximage-qt to 0.15.0

(pin)

2020-06-01 10:42:24 UTC MAIN commitmail json YAML

graphics/lximage-qt: update to 0.15.0

lximage-qt-0.15.0 / 2020-04-21
==============================
  * Hide annotations toolbar by default (it's buggy) but add an option to show/hide it on startup.
  * No auto-selection in thumbnail view.
  * Fixed showing the first image on loading a directory.
  * String optimizations.
  * Optionally show image outline.
  * More complete transformation based on EXIF.
  * Prevent blurry images with HDPI.
  * Jump forward when the image is deleted/renamed.
  * Added command-line option `-d` to take a screenshot and save it to the directory  without showing the GUI.
  * Remove X11 screenshot under Wayland.
  * Made maximum number of recent files configurable.
  * Support uploading of unsaved images.
  * No multiple Preferences dialogs.
  * Keep zooming state on switching image.
  * Removed deprecated `QDesktopWidget`.
  * Added "Open With.." to File menu.
  * Added shortcut editor to Preferences.
  * Fixed maximization at startup with SVG and GIF images.

(pin)

2020-06-01 10:39:23 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 0.15.1

(pin)

2020-06-01 10:38:55 UTC MAIN commitmail json YAML

x11/libfm-qt: update to 0.15.1

libfm-qt-0.15.1 / 2020-05-16
============================
  * Bumped API version to 0.15.1.
  * Changed "logout" to "session" in password dialog (because a keyring session may not be the same as a desktop session).

libfm-qt-0.15.0 / 2020-04-21
============================
  * Bumped API version to 0.15.0.
  * Bumped ABI version to 7.0.0.
  * Respect original order on launching multiple files.
  * Prevented a rare random crash in file dialog.
  * Activate a selected item with Enter/Return.
  * Never hide name column of detailed list view.
  * Fixed SMB recursive copy.
  * Workarounds for lack of file monitoring.
  * Removed unneeded headers from Fm namespace.
  * Show more info on item tooltip.
  * Replaced char raw strings literals.
  * Don't use implicit string conversions.
  * Removed duplicated string casts definitions.
  * Clarified the license usage in libfm-qt and fixed the license header of code we took from libfm.
  * The final fix of showing nonexistent files.
  * Workaround for GLib's recursive moving error.
  * Disabled selection corners in single-selection mode.
  * Row-by-row scrolling inside view when Shift is pressed.
  * Smarter extension handling on saving in file dialog.
  * Fixed a small miscalculation in detailed list rubber-band.
  * Fixes for smooth scrolling.
  * Added deletion time to Trash.
  * Completed the thumbnail transformations based on EXIF.
  * Replaced methods deprecated by Qt 5.13.
  * Don't start item DND until the cursor is really moved.
  * Support DND to Places panel.
  * Fix crash when window is closed before finishing mount operation.
  * Fixed DND with MTP.
  * Easier and richer auto-completion.
  * Fixed comparison of GiB-sized files.
  * Corrected lxqt-archiver's mimetypes and added arqiver to archivers list.
  * Don't show "untrust" emblem where it isn't needed.
  * Only select first columns on selecting all items of a list view.
  * Fixed problems in graying-out of cut files.
  * Fixed a crash in renaming bookmark with dot in its name.
  * Improved bookmark DND.
  * Fixed creating bookmark items with NULL path.
  * Always show real file names in Properties dialog.
  * Follow view setting when showing file names on tooltips.
  * Fixed lack of overwrite prompt in some cases with file dialog.
  * Fixed a potential cause of crash in showing errors.
  * An option to show folder context menu with Ctrl + right click.
  * Select the current folder on showing the directory tree.
  * Support DND to directory tree (in side pane).
  * Enforce eject button width (on side pane).
  * Added an option to show hidden file after others.
  * Set info query cancellation error to mild in dir list job.
  * Added frame to side pane combo and changed its text.
  * Fixed horizontal wheel scrolling in compact mode with Qt  5.14.0.
  * Keep Device Usage label, progressbar and text together. in properties dialog.
  * Use GIO's display/copy name when renaming/transferring files.
  * Consider locale when sorting custom actions.
  * Better DND from remote folders to external apps.
  * Made template options work (in pcmanfm-qt).
  * Activate side-pane's focused item on pressing Enter/Return.
  * Fixed selection with arrow keys after pressing selection corner.
  * Disable Create New in context menu when not possible.
  * Never consider icons selected in icon/thumbnail view.
  * Also open remote links in desktop entries.
  * Allow saving mount passwords if gnome-keyring is present.
  * Fixed disabled file DND in rare cases.
  * Sharp view icons with scale factors > 1.

(pin)

2020-06-01 10:33:23 UTC MAIN commitmail json YAML

x11/libqtxdg: Remove wip reference in buildlink3.mk

(pin)

2020-06-01 10:31:04 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 0.15.1

(pin)

2020-06-01 10:30:37 UTC MAIN commitmail json YAML

x11/liblxqt: update to 0.15.1

liblxqt-0.15.1 / 2020-05-28
===========================
  * Bumped version to 0.15.1.
  * Removed dead codes.
  * Removed Xdg Dirs Fallback workaround.
  * Let Qt handle dialog position.
  * Prevent crash when closing screen saver error message.

liblxqt-0.15.0 / 2020-04-22
===========================
  * Bumped version to 0.15.0.
  * Fixed licenses.
  * Removed message handler from lxqtapplication.
  * Set default button to Yes in leave dialogs.
  * C++11 code updates.
  * Used braced initializer list in returns.
  * Allow spacing to be added between items in GridLayout.
  * Set size hint of selection widget correctly.
  * Make macOS build possible.
  * Fixed compilation error on the Hurd.
  * Fixed error messages for screensavers.
  * Fixed the wrong arguments in dbusCall.
  * Allow custom lock command in lxqtscreensaver.
  * Improved error messages in lxqtscreensaver.
  * Fixed LinuxBackend backlightChanged signal.
  * Remove deprecated QDesktopWidget.
  * Remove (duplicated) string casts definitions.
  * Don't use Qt keywords "emit", "signal" and "slot" (they may collide with glib).
  * Fixed memory leak in backlight brightness driver.
  * lxqtnotification: async API for querying serverInfo.

(pin)

2020-06-01 10:26:20 UTC MAIN commitmail json YAML

doc: Updated x11/libqtxdg to 3.5.0

(pin)

2020-06-01 10:25:53 UTC MAIN commitmail json YAML

x11/libqtxdg: update to 3.5.0

libqtxdg-3.5.0 / 2020-04-22
===========================
  * Removed dead Qt4 Mac code from XdgIconLoader.
  * Removed obsolete qSwap.
  * Silenced clazy warnings
  * Sharp SVG icons with scale factors > 1.

(pin)

2020-06-01 10:21:16 UTC MAIN commitmail json YAML

doc: Updated devel/lxqt-build-tools to 0.7.0

(pin)

2020-06-01 10:20:48 UTC MAIN commitmail json YAML

devel/lxqt-build-tools: update to 0.7.0

lxqt-build-tools-0.7.0 / 2020-04-21
===================================
  * Bump version to 0.7.0.
  * Initial support for Xcode (AppleClang and ld64).
  * Added a section for settings related to CMake build.
  * Set C++ extensions to be disabled.
  * Forbid string casts in LXQtCompilerSettings.
  * Added a FindClazy CMake module.
  * Enabled Clazy option when building with clang.
  * Adds CMake find modules for some xdg-utils tools.
  * The minimum Qt version is bumped to 5.10.0.

(pin)

2020-05-06 08:13:28 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 0.15.3

(pin)

2020-05-06 08:12:55 UTC MAIN commitmail json YAML

graphics/kvantum: Update to 0.15.3

Changelog:
V0.15.3
---------
-A better calculation of the part of a progressbar's internal text which is
inside the indicator (this also fixes a small offset in KisSliderSpinBox).
-Don't draw a progressbar's busy indicator if it's wider than the progressbar
(although that never happens in practice).
-Added a workaround for a new but small bug in the toolbar timer of
Audacious 4.0.
-Align a menu-item's text with others if its icon isn't null but its pixmap is.
-Removed Qt4 related stuff with the default installation, at last.

Not noted in the Changelog, NetBSD specific patch has been merged upstream and
is no longer required.

(pin)

2020-05-06 07:41:10 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 0.14.1

(pin)

2020-05-06 07:40:37 UTC MAIN commitmail json YAML

editors/featherpad: Update to 0.14.1

ChangeLog:
V0.14.1
---------
-Fixed a miscalculation in highlighting of multiline CSS values.

(pin)

2020-04-25 15:13:36 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 0.14.0

(pin)

2020-04-25 15:13:05 UTC MAIN commitmail json YAML

/editors/featherpad: Update to 0.14.0

Changelog picked from https://github.com/tsujan/FeatherPad/releases:

V0.14.0

This release is mostly about speeding up syntax highlighting, especially for
big documents. In some cases (e.g., with HTML, XML, CSS, Bash or Perl),
the job is done multiple times faster.

Also:
- A bug is fixed in handling relative file paths that contain no slash.
- JavaScript template literals (back quotes) are supported.
- CSS syntax highlighting is fixed and improved.
- Small fixes.

(pin)

2020-04-22 09:27:22 UTC MAIN commitmail json YAML

doc: Remove accidentally added entries

Remove accidentally added entries when changing maintainer e-mail

(pin)

2020-04-22 08:48:26 UTC MAIN commitmail json YAML

doc: Updated x11/qt5ct to 0.41nb4

(pin)

2020-04-22 08:48:01 UTC MAIN commitmail json YAML

x11/qt5ct

Update maintainer e-mail

(pin)

2020-04-22 08:46:54 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 0.14.1nb3

(pin)

2020-04-22 08:46:30 UTC MAIN commitmail json YAML

x11/liblxqt

Update maintainer e-mail

(pin)

2020-04-22 08:45:25 UTC MAIN commitmail json YAML

doc: Updated x11/qtermwidget to 0.14.1nb3

(pin)

2020-04-22 08:45:02 UTC MAIN commitmail json YAML

x11/qtermwidget

Update maintainer e-mail

(pin)

2020-04-22 08:43:57 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 0.14.1nb3

(pin)

2020-04-22 08:43:33 UTC MAIN commitmail json YAML

x11/libfm-qt

Update maintainer e-mail

(pin)

2020-04-22 08:42:26 UTC MAIN commitmail json YAML

doc: Updated x11/qterminal to 0.14.1nb3

(pin)

2020-04-22 08:42:02 UTC MAIN commitmail json YAML

x11/qterminal

Update maintainer e-mail

(pin)

2020-04-22 08:40:35 UTC MAIN commitmail json YAML

doc: Updated x11/libqtxdg to 3.4.0nb3

(pin)

2020-04-22 08:40:07 UTC MAIN commitmail json YAML

x11/libqtxdg

Update maintainer e-mail

(pin)

2020-04-22 08:35:48 UTC MAIN commitmail json YAML

doc: Updated sysutils/ufetch to 0.2

(pin)

2020-04-22 08:35:27 UTC MAIN commitmail json YAML

sysutils/ufetch

Update maintainer e-mail

(pin)

2020-04-22 08:34:11 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 0.14.1nb3

(pin)

2020-04-22 08:33:48 UTC MAIN commitmail json YAML

sysutils/pcmanfm-qt

Update maintainer e-mail

(pin)

2020-04-22 08:32:21 UTC MAIN commitmail json YAML

doc: Updated devel/lxqt-build-tools to 0.6.0nb3

(pin)

2020-04-22 08:31:55 UTC MAIN commitmail json YAML

devel/lxqt-build-tools

Update maintainer e-mail

(pin)

2020-04-22 08:30:36 UTC MAIN commitmail json YAML

doc: Updated archivers/arqiver to 0.5.0

(pin)

2020-04-22 08:30:13 UTC MAIN commitmail json YAML

archivers/arqiver

Update maintainer e-mail

(pin)

2020-04-22 08:28:36 UTC MAIN commitmail json YAML

doc: Updated graphics/lximage-qt to 0.14.1nb3

(pin)

2020-04-22 08:28:11 UTC MAIN commitmail json YAML

graphics/lximage-qt

Update maintainer e-mail

(pin)

2020-04-22 08:27:10 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 0.15.2

(pin)

2020-04-22 08:26:46 UTC MAIN commitmail json YAML

graphics/kvantum

Update maintainer e-mail

(pin)

2020-04-22 08:25:12 UTC MAIN commitmail json YAML

doc: Updated editors/feathernotes to 0.6.0nb1

(pin)

2020-04-22 08:24:45 UTC MAIN commitmail json YAML

editors/feathernotes

Update maintainer e-mail

(pin)

2020-04-22 08:23:41 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 0.13.1nb1

(pin)

2020-04-22 08:23:14 UTC MAIN commitmail json YAML

editors/featherpad

Update maintainer e-mail

(pin)

2020-04-22 08:21:31 UTC MAIN commitmail json YAML

doc: Updated wm/sowm to 1.6

(pin)

2020-04-22 08:21:06 UTC MAIN commitmail json YAML

wm/sowm

Update maintainer e-mail

(pin)

2020-04-22 08:19:15 UTC MAIN commitmail json YAML

doc: Updated editors/focuswriter to 1.7.6

(pin)

2020-04-22 08:18:28 UTC MAIN commitmail json YAML

update editors/focuswriter to 1.7.6

Changes in version 1.7.6

-FIXED: Did not load locales with underscores
-FIXED: Compile failure due to missing header
-Translation updates: Slovenian, Swedish, Turkish

(pin)

2020-04-21 08:12:21 UTC MAIN commitmail json YAML

doc: Updated archivers/arqiver to 0.5.0

(pin)

2020-04-21 08:11:19 UTC MAIN commitmail json YAML

Update archivers/arqiver to version 0.5.0

Changes from 0.4.0

- Added read-only support for Android and MS Windows packages.
- Reset the GUI if the archive's password isn't entered (correctly).
- Speed up listing by using static regexes.
- Handle relative file paths correctly.

(pin)

2020-04-19 11:59:24 UTC MAIN commitmail json YAML

doc: Added graphics/kvantum version 0.15.2

(pin)

2020-04-19 11:58:47 UTC MAIN commitmail json YAML

import graphics/kvantum

Kvantum (by Pedram Pourang, a.k.a. Tsu Jan) is an SVG-based theme engine for Qt,
tuned to KDE and LXQt, with an emphasis on elegance, usability and practicality.

Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could make
themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect of
Qt widgets.

Kvantum also comes with extra themes that are installed as root with Qt5
installation and can be selected and activated by using Kvantum Manager.

patch submited upstream https://github.com/tsujan/Kvantum/pull/518
Thanks to Nikita and Maya for reviewing the package.

(pin)

2020-04-19 11:57:23 UTC MAIN commitmail json YAML

import graphics/kvantum

Kvantum (by Pedram Pourang, a.k.a. Tsu Jan) is an SVG-based theme engine for Qt,
tuned to KDE and LXQt, with an emphasis on elegance, usability and practicality.

Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could make
themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect of
Qt widgets.

Kvantum also comes with extra themes that are installed as root with Qt5
installation and can be selected and activated by using Kvantum Manager.

patch submited upstream https://github.com/tsujan/Kvantum/pull/518
Thanks to Nikita and Maya for reviewing the package.

(pin)

2020-04-12 17:34:56 UTC MAIN commitmail json YAML

doc: Added wm/sowm version 1.6

(pin)

2020-04-12 17:34:18 UTC MAIN commitmail json YAML

import wm/sowm

sowm (Simple Opinionated Window Manager)
An itsy bitsy floating window manager.

- Floating only.
- Fullscreen toggle.
- Window centering.
- Mix of mouse and keyboard workflow.
- Focus with cursor.
- Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58))
- Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57))

(pin)

2020-04-12 17:32:45 UTC MAIN commitmail json YAML

import wm/sowm

sowm (Simple Opinionated Window Manager)
An itsy bitsy floating window manager.

- Floating only.
- Fullscreen toggle.
- Window centering.
- Mix of mouse and keyboard workflow.
- Focus with cursor.
- Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58))
- Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57))

(pin)

2020-04-06 11:42:22 UTC MAIN commitmail json YAML

doc: Added editors/focuswriter version 1.7.5

(pin)

2020-04-06 11:41:06 UTC MAIN commitmail json YAML

Import focuswriter-1.7.5 as editors/focuswriter

FocusWriter is a simple, distraction-free word processor. It utilizes a
hide-away interface that you access by moving your mouse to the edges of
the screen, allowing the program to have a familiar look and feel to it
while still getting out of the way so that you can immerse yourself in
your work.

FocusWriter allows you to customize your environment by creating themes
that control the font, colors, and background image to add ambiance. It
also features on-the-fly updating statistics, daily goals, multiple open
documents, spell-checking, and much more.

Additionally, when you open the program your current work in progress will
automatically load and position you where you last left off so that you
can immediately jump back in.

(pin)

2020-04-06 08:28:38 UTC MAIN commitmail json YAML

FocusWriter is a simple, distraction-free word processor. It utilizes a
hide-away interface that you access by moving your mouse to the edges of
the screen, allowing the program to have a familiar look and feel to it
while still getting out of the way so that you can immerse yourself in
your work.

FocusWriter allows you to customize your environment by creating themes
that control the font, colors, and background image to add ambiance. It
also features on-the-fly updating statistics, daily goals, multiple open
documents, spell-checking, and much more.

Additionally, when you open the program your current work in progress will
automatically load and position you where you last left off so that you
can immediately jump back in.

(pin)