Go to file
ArsenArsen 2b499c9a8c UI Fixes 2017-09-05 18:26:43 +02:00
AppVeyor Some files got moved around 2017-07-20 18:48:39 +02:00
QHotkey@91f3542b5d Now that QHotkey had a fix add keybind err handlin 2017-06-29 16:48:40 +02:00
colorpicker Fix color picker 2017-08-28 13:01:58 +02:00
cropeditor Full screen fix, some site edits and fixes 2017-08-19 00:29:08 +02:00
docs Wiki update 2017-08-21 17:34:38 +02:00
examples Move uploaders 2017-07-20 18:19:27 +02:00
icons Make all icons available as PNG 2017-07-26 22:19:44 +02:00
io Request logging 2017-08-21 16:17:20 +02:00
logs Fix newlines 2017-08-21 16:25:11 +02:00
packages Update arch packages 2017-08-19 00:32:20 +02:00
platformspecifics Fix compilation errors on OS X and picker on MSW 2017-07-09 14:23:52 +02:00
recording Oops 2017-07-29 23:58:09 +02:00
screenareaselector Make the project translatable 2017-07-29 17:22:17 +02:00
translations Update Serbian translation 2017-08-21 16:35:02 +02:00
uploaders Oops 2017-07-29 23:58:09 +02:00
worker What if this fixes that crash (#20) 2017-07-28 18:39:34 +02:00
.clang-format Implement the format conversion worker 2017-05-29 22:42:10 +02:00
.gitignore Add tags to ignore 2017-08-05 21:21:48 +02:00
.gitmodules Remove gif-h 2017-06-13 12:32:55 +02:00
.travis.yml Oops 2017-07-20 22:59:59 +02:00
KShare.desktop Further consistency for icon names 2017-08-19 00:45:26 +02:00
KShare.pro Request logging 2017-08-21 16:17:20 +02:00
LICENSE Initial 2017-04-23 15:05:48 +02:00
OlderSystemFix.patch Workaround for older systems 2017-06-29 19:50:06 +02:00
README.md arsen told me to 2017-09-03 18:43:06 -04:00
aboutbox.cpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
aboutbox.hpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
aboutbox.ui Oops 2017-07-29 23:58:09 +02:00
filenamevalidator.cpp Add a filename resolution method 2017-07-05 12:05:55 +02:00
filenamevalidator.hpp Add a filename resolution method 2017-07-05 12:05:55 +02:00
formats.cpp Make the project translatable 2017-07-29 17:22:17 +02:00
formats.hpp While at it, add MP4. Gif fixed tommorow 2017-06-13 01:18:18 +02:00
formatter.cpp Rewrite in order to support user-selected formats 2017-06-06 17:05:34 +02:00
formatter.hpp Rewrite in order to support user-selected formats 2017-06-06 17:05:34 +02:00
hotkeying.cpp Make the project translatable 2017-07-29 17:22:17 +02:00
hotkeying.hpp Hey it only took me two days to fix a segfault!!!! 2017-06-04 01:04:42 +02:00
hotkeyinputdialog.cpp Make the project translatable 2017-07-29 17:22:17 +02:00
hotkeyinputdialog.hpp Better hotkey input 2017-06-27 12:46:35 +02:00
hotkeyinputdialog.ui Oops 2017-07-29 23:58:09 +02:00
icon.qrc Make all icons available as PNG 2017-07-26 22:19:44 +02:00
icon.rc Take three 2017-07-05 19:41:41 +02:00
install.sh Add OS X bundle info 2017-07-23 13:32:21 +02:00
main.cpp Oops 2017-07-29 23:58:09 +02:00
mainwindow.cpp Request logging 2017-08-21 16:17:20 +02:00
mainwindow.hpp Request logging 2017-08-21 16:17:20 +02:00
mainwindow.ui UI Fixes 2017-09-05 18:26:43 +02:00
monospacetextdialog.cpp Request logging 2017-08-21 16:17:20 +02:00
monospacetextdialog.h Request logging 2017-08-21 16:17:20 +02:00
monospacetextdialog.ui Update Serbian translation 2017-08-21 16:35:02 +02:00
notifications.cpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
notifications.hpp Move settings to a seperate dialog, add about box 2017-06-22 17:41:29 +02:00
platformbackend.hpp I forgot Mac is Unix too 2017-07-09 14:27:04 +02:00
screenshotter.cpp Fix a memory leak with the crop editor 2017-07-02 20:51:15 +02:00
screenshotter.hpp Add active window capture 2017-06-27 11:33:11 +02:00
screenshotutil.cpp Add usage hints 2017-07-09 21:04:21 +02:00
screenshotutil.hpp Add usage hints 2017-07-09 21:04:21 +02:00
settings.cpp Make the project translatable 2017-07-29 17:22:17 +02:00
settings.hpp Add an installer 2017-07-11 16:24:36 +02:00
settingsdialog.cpp UI Fixes 2017-09-05 18:26:43 +02:00
settingsdialog.hpp UI Fixes 2017-09-05 18:26:43 +02:00
settingsdialog.ui UI Fixes 2017-09-05 18:26:43 +02:00
translations.qrc Add German translations 2017-08-06 13:20:51 +02:00

README.md

KShare

A ShareX inspired cross platform utility written with Qt.

Linux Windows OS X
Build Status Build status Build Status

Screenshot

Made with KShare itself, of course :)

Usage

See the wiki. Please note that KShare is not compatiable with Wayland due to some permission issues. Please use X.Org instead.

Dependencies

  • Qt 5 Widgets
  • Qt 5 GUI
  • Qt 5 Network
  • Qt 5 X11Extras | Winextras
  • QHotkey
  • libavformat
  • libavcodec
  • libavutil
  • libswscale Additionally, on Linux, you require:
  • XCB
  • XCB xfixes
  • XCB cursor

Despite the name implying so, this project does not depend on the KDE API at all.

Install

Distro Link
Arch Linux (development) kshare-git
Ubuntu/Debian (development) .deb
OS X (development) .dmg
Arch Linux kshare
Ubuntu/Debian .deb
OS X .dmg

For other UNIX-like platforms, and MSYS2 (for Windows):

You have to obtain the dependencies though.

git clone https://github.com/ArsenArsen/KShare.git
cd KShare
qmake # Might be qmake-qt5 on your system
make

On systems with FFMpeg pre-3.1 you need to apply OlderSystemFix.patch to recording/encoders/encoder.cpp. On systems with Qt pre-5.7 you need to install the Qt version from their website. You can attempt to curl https://raw.githubusercontent.com/ArsenArsen/KShare/master/install.sh | bash

You can find more details here

Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.