about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* gildas: 20180801_a -> 20180901_a (#46159)Sebastien Maret2018-09-25
| | | | | | | | | * gildas: 20180801_a -> 20180801_b - Update gildas - Remove a patch that has been applied upstream * gildas: 20180801_b -> 20180901_a
* altcoins.litecoin: enable parallel buildingOrivej Desh2018-09-25
|
* altcoins.bitcoin-abc: enable parallel buildingOrivej Desh2018-09-25
|
* altcoins.bitcoin-xt: enable parallel buildingOrivej Desh2018-09-25
|
* qradiolink: enable parallel buildingOrivej Desh2018-09-25
|
* bitcoin-classic: enable parallel buildingOrivej Desh2018-09-25
|
* mumble: build with -std=c++11Orivej Desh2018-09-25
| | | | It fails to build with its default -std=c++98 with protobuf 3.6.
* monodevelop: mark brokenUli Baum2018-09-25
| | | | | build has failed since 2018-03-08 cc maintainer @obadz
* Merge pull request #47258 from dtzWill/fix/bitcoin-long-compileWill Dietz2018-09-25
|\ | | | | bitcoin: don't build things not used, enable parallel building
| * bitcoin: disable tests based on doCheck, per reviewer feedbackWill Dietz2018-09-25
| | | | | | | | Thanks!
| * bitcoin: parallel build, please! :)Will Dietz2018-09-23
| | | | | | | | (cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
| * bitcoin: don't build tests that aren't used, don't build benchmarksWill Dietz2018-09-23
| | | | | | | | (cherry picked from commit d51c0a87b2ebf756015784839ec9c13950c45323)
* | Merge pull request #47286 from jb55/clightning-bumpSarah Brofeldt2018-09-25
|\ \ | | | | | | clightning: 0.6.0 -> 0.6.1
| * | clightning: 0.6.0 -> 0.6.1William Casarin2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest release. Highlights for c-lightning users -------------------------------- - Less stuck payments: Liveness ping test before locking up funds with peers. - Better routing: now considers size of channels. - Fewer spurious closes: fee estimate improvements, and new feerates command - Several annoying bugs fixed. Highlights for the network -------------------------- - Gossipd now less spammy with channel_update. - option_data_loss_protect to protect peers against being out-of-date. - Payment errors now refer to the correct channel. Internal Improvements --------------------- - Simplified client flow; after init message exchange by connectd, each is isolated in its own daemon. - JSON parameter handling vastly simplfied. - Python testing framework now uses proper fixtures, and split into separate files. - Many other cleanups and clarifications. - We keepachangelog.com! Signed-off-by: William Casarin <jb55@jb55.com>
* | | emacsMacport: 7.1 → 7.2Matthew Bauer2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a critical issue with macOS [NEWS](https://bitbucket.org/mituharu/emacs-mac/raw/master/NEWS-mac) * emacs-26.1-mac-7.2 (2018-09-09) ** Fixed bugs *** Buffer contents are not displayed on macOS 10.14. This is mainly because now NSViews are backed by Core Animation Layer (layer-backed) by default and non-deferred drawing into views no longer works. Instead of switching to deferred drawing (i.e., draw only inside -[NSView drawRect:]), we draw into our own backing bitmap in a non-deferred way as before, and update the view contents with the resulting image via -[NSView updateLayer]. This "application-side double buffering" is also available on OS X 10.8 - macOS 10.13 if you set the frame parameter `inhibit-double-buffering' to nil when creating a frame. Just like on macOS 10.14, such a frame does not do LCD smoothing. *** Screenshot grabbed via Services is displayed in wrong size when we have display mirroring between Retina and non-Retina displays. *** Cursor movement just after frame resize sometimes leaves garbage. *** Crash by the Fall_threads call from the GUI thread at the select emulation when there are multiple Lisp threads. *** Info title has ASCII underline unlike other window systems. *** Vertical scroll bar is created as horizontal if frame font height is short. ** Improvements *** macOS 10.14 adds property :appearance to (mac-application-state). The value may be "NSAppearanceNameAqua" or "NSAppearanceNameDarkAqua". *** Add new color format "mac:COLOR-LIST-NAME:COLOR-NAME" and "mac:COLOR-NAME" (shorthand for "mac:System:COLOR-NAME"). The actual color may be different depending on the global appearance setting on macOS 10.14. For example, "mac:textColor" is black on the Light Mode but is white on the Dark Mode. *** Default frame colors respect appearance setting on macOS 10.14. Now the default frame foreground/background color is "mac:textColor"/"mac:textBackgroundColor", respectively. Changes of the system setting of the global appearance are dynamically reflected. *** New function `mac-color-list-alist' to get the available combinations of COLOR-LIST-NAMEs and COLOR-NAMEs. Note that this value is dependent on user environment and OS version. Also, some combinations may represent image patterns rather than colors. For the former cases, `(color-values "mac:COLOR-LIST-NAME:COLOR-NAME")' returns nil.
* | | gitlab: 11.2.3 -> 11.3.0Robin Gloster2018-09-25
| | |
* | | gitaly: 0.117.2 -> 0.120.0Robin Gloster2018-09-25
| | |
* | | gitlab-shell: 8.1.1 -> 8.3.3Robin Gloster2018-09-25
| | |
* | | gitlab-workhorse: 6.0.0 -> 6.1.0Robin Gloster2018-09-25
| | |
* | | gitlab-ee: init at 11.2.3Kristoffer Thømt Ravneberg2018-09-25
| | |
* | | gitlab: 10.8.0 -> 11.2.3Kristoffer Thømt Ravneberg2018-09-25
| | |
* | | gitlab-shell: 7.1.2 -> 8.1.1Kristoffer Thømt Ravneberg2018-09-25
| | |
* | | gitaly: 0.100.0 -> 0.117.2Kristoffer Thømt Ravneberg2018-09-25
| | |
* | | gitlab-workhorse: 4.2.0 -> 6.0.0Kristoffer Thømt Ravneberg2018-09-25
| | |
* | | compactor: 0.11.0 -> 0.11.1 (#47271)Felipe Espinoza2018-09-24
|/ /
* | Merge pull request #47279 from asymmetric/asymmetric/remove-dapptoolsJörg Thalheim2018-09-24
|\ \ | | | | | | Remove DappHub projects
| * | *: remove DappHub projectsLorenzo Manacorda2018-09-24
| | | | | | | | | | | | | | | DappHub maintains a separate overlay at https://github.com/dapphub/dapptools/blob/master/overlay.nix
* | | Merge pull request #47257 from taku0/firefox-bin-62.0.2Andreas Rammhold2018-09-24
|\ \ \ | |/ / |/| | firefox, firefox-bin:: 61.0.2 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
| * | firefox-esr: 60.2.0esr -> 60.2.1esrtaku02018-09-24
| | |
| * | firefox: 61.0.2 -> 62.0.2taku02018-09-22
| | |
| * | firefox-bin: 61.0.2 -> 62.0.2taku02018-09-22
| | |
* | | testssl: 2.9.5-6 -> 2.9.5-7 (#47274)Elis Hirwing2018-09-24
| | | | | | | | | Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
* | | mixxx: 2.1.3 -> 2.1.4 (#47012)R. RyanTM2018-09-24
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mixxx/versions
* | | jetbrains.pycharm-professional: 2018.2.3 -> 2018.2.4Edward Tjörnhammar2018-09-24
| | |
* | | jetbrains.pycharm-community: 2018.2.3 -> 2018.2.4Edward Tjörnhammar2018-09-24
| | |
* | | jetbrains.goland: 2018.2.2 -> 2018.2.3Edward Tjörnhammar2018-09-24
| | |
* | | jetbrains.webstorm: 2018.2.2 -> 2018.2.3Edmund Wu2018-09-24
| | |
* | | jetbrains.ruby-mine: 2018.2.1 -> 2018.2.2Edmund Wu2018-09-24
| | |
* | | jetbrains.rider: 2018.2 -> 2018.2.3Edmund Wu2018-09-24
| | |
* | | jetbrains.pycharm-professional: 2018.2.2 -> 2018.2.3Edmund Wu2018-09-24
| | |
* | | jetbrains.pycharm-community: 2018.2.2 -> 2018.2.3Edmund Wu2018-09-24
| | |
* | | jetbrains.phpstorm: 2018.2.2 -> 2018.2.3Edmund Wu2018-09-24
| | |
* | | jetbrains.idea-ultimate: 2018.2.2 -> 2018.2.4Edmund Wu2018-09-24
| | |
* | | jetbrains.idea-community: 2018.2.2 -> 2018.2.4Edmund Wu2018-09-24
| | |
* | | jetbrains.goland: 2018.2.1 -> 2018.2.2Edmund Wu2018-09-24
| | |
* | | jetbrains.datagrip: 2018.2.2 -> 2018.2.4Edmund Wu2018-09-24
| | |
* | | jetbrains.clion: 2018.2.2 -> 2018.2.4Edmund Wu2018-09-24
| | |
* | | Merge pull request #47148 from LnL7/darwin-broken-eJörg Thalheim2018-09-24
|\ \ \ | | | | | | | | eiskaltdcpp: mark linux only
| * | | eiskaltdcpp: mark linux onlyDaiderd Jordan2018-09-21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The darwin build fails and other platforms will probably run into similar issues. Determining if the Q_WS_QWS exist failed with the following output: Change Dir: /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp Run Build Command:"/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make" "cmTC_14e67/fast" /nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_14e67.dir/build.make CMakeFiles/cmTC_14e67.dir/build make[1]: Entering directory '/private/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o /nix/store/2gdwhdzhy4iwkp7fh8v6gy6nxj1zi9pv-clang-wrapper-5.0.2/bin/clang++ -I/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/include -F/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/lib -std=c++0x -pipe -Wformat -Werror=format-security -arch x86_64 -o CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o -c /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS' return ((int*)(&Q_WS_QWS))[argc]; ^ /cc ZHF #45961
* | | obs-studio: 21.1.2 -> 22.0.2Franz Pletz2018-09-24
| | |