Autor Thema: Portable Software und Tools für USB-Sticks  (Gelesen 1469660 mal)

0 Mitglieder und 12 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable CDBurnerXP 4.5.6.5931
« Antwort #7380 am: 10 November, 2015, 05:50 »
Version 4.5.6.5931 - 2015-11-09 18:35

    *  Updated StarBurn library (should fix CD-Text and supports SPTD 2.x)

http://www.mediafire.com/?bzvd0yypydie4y6

In first screen enter: 4.5.6.5931

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Mozilla Firefox 43 Beta 2
« Antwort #7381 am: 10 November, 2015, 13:46 »
Changelog
Backed out 4 changesets (bug 1210852 (https://bugzilla.mozilla.org/show_bug.cgi?id=1210852), bug 1103188 (https://bugzilla.mozilla.org/show_bug.cgi?id=1103188), bug 1070216 (https://bugzilla.mozilla.org/show_bug.cgi?id=1070216)) for various crashes with mediamanager.cpp assertions a=backout
Backed out changeset 3705005d2190 (bug 1070216 (https://bugzilla.mozilla.org/show_bug.cgi?id=1070216))
Backed out changeset c458ad434a12 (bug 1210852 (https://bugzilla.mozilla.org/show_bug.cgi?id=1210852))
Backed out changeset 1babaebeccc6 (bug 1103188 (https://bugzilla.mozilla.org/show_bug.cgi?id=1103188))
Backed out changeset b199ea9f265c (bug 1103188 (https://bugzilla.mozilla.org/show_bug.cgi?id=1103188))
Bug 1070216 (https://bugzilla.mozilla.org/show_bug.cgi?id=1070216) - Properly manage lifetime of allocated CaptureDevices. r=jib a=lizzard
We currently avoid Deallocating a CaptureDevice used for multiple gUMStreams when one of them calls Deallocate() by keeping track of how many called Start().
The normal lifetime sequence however, is:
Allocate()
Start()
Stop()
Deallocate()
This patches fixes the lifetime management by keeping track of how many users of the CaptureDevice called Allocate().
Bug 1210852 (https://bugzilla.mozilla.org/show_bug.cgi?id=1210852) - do SelectSettings of device capabilities on media thread. a=lizzard
Bug 1103188 (https://bugzilla.mozilla.org/show_bug.cgi?id=1103188) - Keep track of stopped tracks in gUM stream listener. r=jib a=lizzard
This is needed to avoid something like:
[old stream] stop track 1 -> deallocate MediaDevice for track 1
[new stream] gUM() -> allocate MediaDevice for track 1
[old stream] stop stream -> deallocate MediaDevice for track 1
[new stream] gUM() -> start MediaDevice for track 1 (oops, MediaDevice was no more!)
Bug 1103188 (https://bugzilla.mozilla.org/show_bug.cgi?id=1103188) - Keep track of capture stop only in gUM stream listener. r=jib a=lizzard
Bug 1199131 (https://bugzilla.mozilla.org/show_bug.cgi?id=1199131) - Crash when click on a SELECT wich has at least 1 OPTION with background-attachment:fixed and a background. r=mstange, a=lizzard
Bug 1156238 (https://bugzilla.mozilla.org/show_bug.cgi?id=1156238). At minimum always use the root reference frame as the "stop at" ancestor when finding the animated geometry root.
Bug 1156238 (https://bugzilla.mozilla.org/show_bug.cgi?id=1156238). Skip setting async scroll clips if we aren't painting to the window because they are useless then. r=mstange
Displayports only get acted upon when painting to the window, and the async scroll clips only get computed when we use a displayport.
In addition we change an assert because if we are painting to the window then our root reference frame is either a root frame, or a popup frame. In either case we should not be able to get to out of flows outside of the frame subtree rooted at the root reference frame by following placeholders.
Bug 1219134 (https://bugzilla.mozilla.org/show_bug.cgi?id=1219134): P4. Properly assign the decoded sample duration. r=edwin a=sylvestre
We default to the previous logic if for some unlikely condition we couldn't find the frame's duration (using the last input frame's duration)
Bug 1219134 (https://bugzilla.mozilla.org/show_bug.cgi?id=1219134): P3. Properly set the keyframe flag. r=edwin a=sylvestre
We were incorrectly setting the keyframe flag of the last input sample rather than of the decoded one.
Bug 1219134 (https://bugzilla.mozilla.org/show_bug.cgi?id=1219134): P1. Fix pts calculation in FFmpeg video decoder. r=edwin a=sylvestre
This is the primary reason why we got no pts returned (pts were set to 0) when using early version of LibAV. Apparently you are expected to set the pts when allocating the buffer of a frame.
This is undocumented, but both LibAV and FFmpeg do so internally. So do the same.
Bug 1220037 (https://bugzilla.mozilla.org/show_bug.cgi?id=1220037) - test convolution. r=padenot, a=sylvestre
This is in the mochitest suite so that Android and B2G tests can run it, but designed so that it can be moved to web-platform-tests when they run on all platforms.
Bug 1220037 (https://bugzilla.mozilla.org/show_bug.cgi?id=1220037) - pack and unpack Nyquist for MOZ_LIBAV_FFT. r=padenot, a=sylvestre
BufferComplexMultiply knows nothing about this format and so ends up corrupting the DC coefficient if packed Nyquists are multiplied.
Bug 1211708 (https://bugzilla.mozilla.org/show_bug.cgi?id=1211708) - Allow themes to specify XBL bindings even in unprivileged documents. r=sicking, a=sylvestre
Bug 1219833 (https://bugzilla.mozilla.org/show_bug.cgi?id=1219833) - Respect composition underline color; r=masayuki, a=sylvestre
nsTextFrame didn't use the composition underline color if the composition didn't have a foreground color defined. This patch makes it use the underline color if foreground color is not defined.
Bug 1219833 (https://bugzilla.mozilla.org/show_bug.cgi?id=1219833) - Respect composition underline color; r=masayuki, a=sylvestre
nsTextFrame didn't use the composition underline color if the composition didn't have a foreground color defined. This patch makes it use the underline color if foreground color is not defined.
[close]

Download : http://www.mediafire.com/?okqpffx4ds12iqq

Select language and enter Version Number: 43.0b2

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Glary Utilities 5.38.0.58
« Antwort #7382 am: 10 November, 2015, 16:45 »
Glary Utilities offers numerous powerful and easy-to-use system tools and utilities to fix, speed up, maintain and protect your PC. It allows you to clean common system junk files, as well as invalid registry entries and Internet traces. You can manage and delete browser add-ons, analyze disk space usage and find duplicate files. You can also view and manage installed shell extensions, encrypt your files from unauthorized access and use, split large files into smaller manageable files and then rejoin them. Furthermore, it includes the options to optimize memory, find, fix, or remove broken Windows shortcuts, manage the programs that start at Windows startup and uninstall softwareu. Other features include secure file deletion, an Empty Folder finder and more.

Freeware

Whats new:>>

- Added buying tips to the trial serial number management.
- Optimized download, added the function of deleting local cache to avoid the failure of downloading file caused by this.
- Optimized Disk Cleaner: added 'Zune' and 'CDBurnerXP'.
- Optimized Tracks Eraser: added 'Camtasia Studio 8' and 'MagicISO'.
- Minor GUI improvements.
- Minor bug fixes.

http://www.upload.ee/files/4491810/Glary_Utilities_Portable_5.x.x.x_Multilingual_Online.exe.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Vivaldi Snapshot 1.0.321.3
« Antwort #7383 am: 10 November, 2015, 18:40 »
Zitat
This is our first snapshot since the beta and we have fixed almost 50 bugs and made further improvements with tab behaviour. Two key fixes that we know some of you were waiting for are: backspace once again navigates in history and several more popular extensions are now working correctly.

Changelog
VB-10344 Update fails on 64bit when installing for all users
VB-10611 UI scale change affects name on tab tiles
VB-10479 Xmarks Bookmark Sync does not work
VB-10573 Omnidropdown hides when window loose focus
VB-10268 Tab thumbnails grayed
VB-10540 Regression: Missing drag space for grabbing the window to drag the browser
VB-10341 Bookmark url data loss on changing name and switching between bookmarks
VB-10449 Web panel missing favicon because of redirection
VB-10514 Ctrl+Backspace in edit fields navigates back in history
VB-10450 Spatnav highlight is misplaced when relative positioning is involved
VB-7263 [UI] Buttons goes beyond border in add a bookmark menu
VB-10340 Bookmark sorting dropdown unreadable in dark theme
VB-10308 Vivaldi crashes if you close right after making a note
VB-7868 No keyboard shortcut to focus panels
VB-10141 Backspace does not work as "go back" anymore
VB-4281 Bookmark bar should open auto when the folder set as bookmarks bar folder
VB-9769 Speed dials should not play sound when thumbnails are generated in the background
VB-755 Mouse pointer should stick on X when closing tab
VB-10303 Fast forward initialized on wrong tab on startup
VB-7101 Currently focused item upon multi-select by keyboard is poorly visible
VB-3905 Spatial navigation code gets saved with the page
VB-10150 Regression: Wrong styling when editing title of Speed Dials
VB-10183 Duplicated notes and searches from document context menu with more than one open browser window
VB-10071 Not able to drag and drop on bookmarks bar to last position when it's a folder there
VB-9250 Addressbar dropdown displays after defocusing URL field and needs refocus to be closed
VB-10282 Autocomplete in urlfield first on shortest, but if equal length on score
VB-9820 Fast Forward button still active in new tab.
VB-10226 Bookmarks manager scroll position lost
VB-10035 Search queries leak into Typed URL History
VB-9872 Remove page title when native decoration is activated
VB-9903 Weird border when native window is enabled
VB-7850 Cannot add items to bookmarks bar
VB-7115 Scenario 6: Folders expanded while dragging an item do not get collapsed
VB-10215 Panel favicon disappears shortly after being rendered
VB-9918 Tab cycler does not disappear when using Alt+scroll
VB-10130 Thumbnail does not cover thumbnail area
VB-10147 Up/Down bug in urlfield reported by Fendar on snapshot blog
VB-10075 Dragging url from address field to bookmark tree does not create bookmark
VB-10144 Window state not blurred when in background
VB-10145 Some sites do not display a favicon in web panels even after a restart
VB-10106 Writing/pasting local directory path in address bar does not display dir, trigger search instead
VB-10067 After clear all browser history, restart was required to clear typed history
VB-8945 Cant open new tabs after about 21 with side tab view.
VB-10040 Scaled Speed Dials features half pixels
VB-10010 Open bookmark folder only works with mouse click
VB-9659 Typed history improvements
Tab audio icon margin fix
Added a preference for enabling and disabling Fast-forward and rewind
[close]

Quelle & weitere Infos -> https://vivaldi.net/en-US/teamblog/67-snapshot-1-0-321-3-tab-closing-improvements-and-extension-fixes

http://www.mediafire.com/?d5xxvqds9znued5

In first screen enter: 1.0.321.3

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable VirtualBox 5.0.10
« Antwort #7384 am: 11 November, 2015, 05:30 »
Changelog
This is a maintenance release. The following items were fixed and/or added:

    VMM: improved support for certain Intel Atom CPUs (bug #14773)
    VMM: system register emulation fix (5.0 regression; bug #14515)
    GUI: fixed immediate screenshot issue (bug #14108)
    GUI: fixed another 3D overlay window reparenting issue when the VM is switched to fullscreen mode on X11 hosts
    GUI: fixed help index (bug #14722)
    GUI: fixed state synchronization issue in the VM manager window when VM was paused from its runtime window
    Audio: fixed suspending/resuming audio streams on VM pause/unpause (bug #14784)
    Audio: properly reset AC97 audio streams, otherwise there is silence until a non-48 kHz stream is played
    Audio: fixed a small emulation quirk of the AD1980 codec of the HDA device to make recent linux guests work (bug #14653)
    USB: serveral fixes for the xHCI controller
    USB: fixed a crash under certain conditions on hosts with Linux kernels older than version 3.3
    USB: better identification of certain USB devices
    NAT: support TCP in DNS proxy (bug #14736)
    NAT Network: fixed sporadic crashes on Windows hosts (bug #13899)
    API: when creating differencing images (e.g. as part of a snapshot or cloning a VM) use the same disk image variant as the parent image if possible, which means that e.g. a diff image for a VMDK image split into 2 GB files will also be split (bug #14764)
    API: event queue handling fixes preventing loss of certain events at runtime (e.g. new webcam attached), particularly important on Mac OS X hosts
    Webcam: passthrough fix for certain devices (Windows hosts only)
    VBoxManage: don't crash on snapshot restorecurrent / edit if the VM has no snapshots
    VBoxManage: don't crash on controlvm addencpassword (bug #14729)
    Mac OS X hosts: use the correct kernel on certain hosts
    Windows hosts: fixed VRDP external authentication
    Windows hosts: allow to use a shared folder path with extended-length path prefix (5.0 regression; bug #14651)
    Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799)
    Windows host installer: documented and fixed public properties which can be used to control the installation to some extent
    Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs
    X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)
[close]

http://www.mediafire.com/?pgbel37nsz5pn19

In first screen enter(twice if Extension Pack needed): 5.0.10-104061

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RMPrepUSB 2.1.730
« Antwort #7385 am: 11 November, 2015, 06:07 »
Bedienoberfläche, die das Kommandozeilenprogramm RMPartUSB nutzt, um USB-Sticks zu formatieren und bootfähig zu machen.

kostenlos (Private Nutzung)

Whats new:>>

new grub4dos grldr 04.6a, QEMU virtual memory warning if >900MB, RMPartUSB 2.1.730 reduces size of partition by 1 cylinder for better behaviour with 'bad' BIOSes that hang if try to access last sectors of disk under grub4dos.

http://www.rmprepusb.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable BurnAware 8.6
« Antwort #7386 am: 11 November, 2015, 18:45 »
BurnAware products allow users to burn CD, DVD and BD discs with data, audio and video in a simple and hassle-free manner. These disc burning tools are intended for users seeking balanced, lightweight and easy to use burning tools for everyday use.

BurnAware Free is a full-fledged, easy-to-use, free burning software which allows users to write all types of files such as digital photos, pictures, archives, images, documents, music and videos to CDs, DVDs and Blu-ray Discs.

Freeware

Changelog
New Features

• Option to set number of copies to Media Disc.
• Display of progress for each file during verification.
• New method of data arrangement to Span Disc tool.

Enhancements

• Updated Span Disc tool and "About program" dialog.
• Improved disc reading and write speed control.
• Improvements to disc burning performance and verification.
• Minor interface improvements.

Bug Fixes

• Bug with file time encoding in Media Disc.
• Bug with writing at lowest speed in Data compilations.
• Bug with device selection after burning on systems with two drives.
• Bug with potential access violation during preparing data.
• Bug with ability to close application without cancelling burn process.
• Minor bug fixes.
[close]

http://uplea.com/dl/559A0BBAEF4C292

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Virtual DJ 8.0.0 b2523.1079
« Antwort #7387 am: 12 November, 2015, 20:16 »
VirtualDJ (VDJ) is a feature-packed deejaying software for mixing and playing digital audio and video tracks. The UI resembles a classic DJ setup with a mixer and two turntables but can be expanded to 4 decks or more. It’s vinyl emulation feature allows to control music files on the computer through physical turntables which makes the mixing and scratching experience authentic and far more powerful than using keyboard and mouse. VirtualDJ’s large range of features include standard controls (play, pause, stop, cue), automatic BPM and KEY calculation, a 3 band equalizer, pitch control, real scratch simulation, karaoke support, CD to MP3 encoder, compatibility with iTunes playlists, recording of DJ sessions and many more.

Freeware

Changelog
• Reverb and Echo have switch to enable trailing stop when disabling the effect
• Feedback and Highpass parameter added to flanger
• Read Serato track colour from tag when cues are read
• Clone also clones loop
• Fix automix_skip when deck is paused while automix active
• Fix cue_name action problem in some cases
• Fix possible plugin issue when showing effect gui
• Fix possible track cleaner crash
• Fix possible video crash
• Fix detection of ASIO drivers with REG_EXPAND_SZ type (like Rane ASIO driver)
• Fix some problems with bad vga drivers
• Fix cdg using scroll preset
• Fix advanced audio channel selection hidden behind config window on Mac
• Fix renaming playlists and only changing the case
• Fix video flickering in track edit when source length was 0
• Fix possible batch analysis lock up
• Fix regression crash when undocking effects
• Fix scratch/size cursors not working anymore after drag (regression)
• Reverb trail continues a bit longer
• Fix ape file playback
• Fix retina regression on mac
• Fix main window on mac getting behind dock when maximized and restoring video window from maximized
[close]

https://userscloud.com/3xro8ysd2ycg

In first screen enter: 8.0.2523

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Mozilla Firefox 43 Beta 3
« Antwort #7388 am: 14 November, 2015, 09:02 »
Changelog
Backed out changeset 9fbc92fa9e4b (bug 1221855) because I backed out the other half a=backout
Backed out changeset decfff8497ce (bug 1221855) for adding a broken test a=backout
Bug 1209774 - Transform from GDK coords to layout device pixels before calling DispatchEvent. r=karlt a=lizzard
Bug 1219717 - Derive text color/background from GtkTextView. r=karlt a=lizzard
Bug 1092626 - Don't try to restore the scroll position if the frame is still dirty or has dirty children. r=roc a=lizzard
Bug 1221855 - test Web Audio memory reporting r=erahm, a=lizzard
Bug 1221855 - null-check mInputBuffer in SizeOfExcludingThis(). r=padenot, a=lizzard
Bug 1222308 - Assume frames that are very old will never be composited. r=nical, a=lizzard
Bug 1220033 - Fix HTMLMediaElement::seekable attribute for Mediasource. r=gerald, a=lizzard
Bug 1189196 - Update EME mochitest to use new navigator.requestMediaKeySystemAccess. r=jwwang,a=lizzard
Bug 1189196 - Clean up logging of navigator.requestMediaKeySystemAccess. r=jwwang,a=lizzard
Bug 1189196 - Process MediaKeySystemConfiguration in navigator.requestMediaKeySystemAccess. r=jwwang,a=lizzard
Bug 1189196 - Rename MediaKeySystemOptions to MediaKeySystemConfiguration and update WebIDL. r=bz,a=lizzard
[close]

Download :

http://www.mediafire.com/?okqpffx4ds12iqq

Select language and enter Version Number: 43.0b3

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Calibre 2.44
« Antwort #7389 am: 14 November, 2015, 09:04 »
New Features

    Allow setting the cover for a book from one of the book's formats by right clicking on the format in the Book details panel.

    Closes tickets: 1515411
    Allow drag and drop of all file types onto the book details panel and the format list in the edit metadata dialog.

    Closes tickets: 1515462
    Edit Book: When inserting an image into the current document, add a button to paste the image from the clipboard
    Edit Book: Change the suggested prefix for bulk renaming of files depending on the type of files being renamed.

    Closes tickets: 1514468
    On Linux, use the system tray icon from the system theme, if available

Bug Fixes

    Fix for error when connecting to some Android phones/tablets that have an SD card on OS X and Linux
    Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some Linux systems
    Fix the device view state not being saved when a connected device is ejected/disconnected
    Edit Book: Fix saving fails if the original file is deleted during editing session

    Closes tickets: 1513849
    E-book viewer: When doing a search do not match text in comments, attributes and inappropriate tags, such as <script> and <style>

Improved news sources

    Gamasutra

http://www.mediafire.com/?vf2iqm1k2795ofo

In first screen enter: 2.44.0

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable AIMP 4.00.1670 RC2
« Antwort #7390 am: 14 November, 2015, 09:45 »
Changelog
Audio Converter: an ability to switch off grouping
Common: CUE parser - support for multiple values fields
Tag Editor: Added an ability to store custom values to list of the "Genre" edit field
Fixed: Playlists Manager - an error occurs when click on delete button that available if the "remove playlist when closing tab" options is switched on
Fixed: Skin Engine - a space character has been added to text box when focusing it via TAB key
Fixed: Skin Engine - backward navigation via Shift+Tab key does not work
Fixed: Skin Engine - options that allows to temporary switch off transparency of window conflicts with desktop toolbar mode
Fixed: Skin Engine - an error occurs when closing the application, if mouse cursor is located under docked child window
Fixed: Skin Engine - TASEPanel element - context menu does not work
Fixed: Skin Engine - TASEVisualDisplay element - hit-test mask ignored if visualization is active
Fixed: Music Library - an error occurs when trying to set mark to few files
Fixed: Music Library - an incorrect drive for tracks is displayed in some cases
Fixed: Plugins - few small bugs in new version of API
Small bugs were fixed
[close]

http://www.mediafire.com/?gi8kkq7puj4lt9c

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Freeciv Portable 2.5.1
« Antwort #7391 am: 14 November, 2015, 19:40 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SyMenu v4.14.5796
« Antwort #7392 am: 15 November, 2015, 05:15 »
SyMenu allows you to manage portable applications resident on a removable drive. SyMenu can be installed in pen drives, external USB disks, memory cards and even CDs and DVDs.

Moreover SyMenu can automatically link any application residing on host pc. Any linked item (SyItem) can be organized in a hierarchical structure with colorful folders and found with the internal search tool.

You can customize SyMenu, adding links to portable programs, documents, Windows commands, folders and urls. Linked items can reside on the same USB device or even on host since SyMenu supports absolute path (such as C:\Windows\Explorer.exe).

Freeware

Whats new:>>

bug fix.

http://www.ugmfree.it/SyMenuDownload.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Calibre 2.44.1
« Antwort #7393 am: 15 November, 2015, 11:00 »
Whats new:>>

Bug Fixes

    Update the version of libpng bundled with calibre to fix a security vulnerability in libpng

    See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126 for details on the vulnerability

http://www.mediafire.com/?vf2iqm1k2795ofo

In first screen enter: 2.44.1

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable 7-Zip 15.11 Beta
« Antwort #7394 am: 15 November, 2015, 18:15 »
Whats new:>>

Some bugs were fixed.
7-Zip File Manager could work incorrectly, if files list columns were reordered.
7-Zip 15.10 showed incorrect error message about missing volume for multivolume RAR archives.

http://www.mediafire.com/?qegd9u6peexvj0n

In first screen enter: 1511

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )