Recommended Posts

If they could I would rather them merge all the settings across everything into one. For example, changing file permissions dialogue has many different windows that pops up, viewing wifi saved wifi password also opens up a separate box etc.

 

 

I thought he meant that by combining the two, that all settings would be shared between the two. I must have misread his comment . . .

 

one control panel instead of two that what i meant 

 

would be even better if they merge other stuff like you said ians18

I would love it if they added everything to PC Settings since the interface seems to be much more consistent than the Control Panel with its various dialog boxes, windows, et cetera . . .

 

I agree, since PC Settings is new they can add things to it instead of trying to clean up Control Panel, probably easier and quicker to just add to the other.  Besides, once you can have PC Settings in a window on the desktop the need to keep control panel around drops a bit more.

My thoughts on the use of the word Threshold:

Microsoft has a quite strict software development lifecycle (SDL) guidance.

VB6 is not going to run on Win 9 - Paul Yuknewicz Group Program Manager has made this clear statement:
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi 

 

The VB6 runtime was last shipped in Windows 8.1 and will be supported for the lifetime of Windows 8.1. Support and interop are great tools to move forward incrementally.

Next: it seems quite obvious that .net framework 2.0 will not run on Win 9

.net 2.0 is a component of an Operating system, it is last shipped within Win8.1. The security-support is directly tied with Win 8.1.

Win 8.1 is security-supported until April 2024.

There are guidlines that as an win32-app-developer you should divide the executable path from your data-path

c:\program file(x86)\yourprogram\

c:\programdata\yourprogram\

This is currently not enforced. You can write "not optimal" programs which load data from the same path as the executable lies.
For example the Android-SDK or Eclipse are doing exactly this.
Those programs do not strictly divide executable and data.

But this is a prerequisite for a good "Refresh your Operating System"-Experience.

And Microsoft is looking a little jealous at IOS.
They have an IOS-eco-system where the devices are "updated or phased out" so all iphone 4 and iphone 5 have the same IOS-version.
With this eco-system the App-Developers are forced to follow the cadence.

As brad already mentions there is no Win 9 / Win 10 / Win 11.

There is something like an "API-Level" similar to the API-Level  in Android.
2.3.3 is API 10

4.0.1 is API 14

4.0.4 is API 15 and so on.

 

This is a lot easier to maintain.

 

Microsoft has deprecated "sprintf_s" in 2005 and it is still running perfectly smooth.

 

They have to hit the lazy app-developers or nobody is following. They could cut down a lot of bloatware inside Windows if they enforce their deprectaion-guidance.
They released the Surface Pro and the reviewers are crying about the big footprint of the OS-installation.

And there is a lot of time between deprecation (some of the things where released in 2003 or 2004) and the release of Win 9.

I think that we will see a tidied up Windows 9 but not everybody will be happy with this.

Faikee posted a screenshot yesterday - there was a rectangle one line under the cortana feature.
I am quite shure that this is the new Photosynth / Kinect / 3d scanning feature ( Google Project Tango / Intel Realsense Project Cynthiana / Pelican Imaging ).

They want to make the Nokia Storyteller-App more immersive and want to combine it with Photosynth.

 

My two cents - I enjoy reading this thread,

Thomas

 

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

  • Like 2

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

Hopefully, but who knows? They should integrate the Microsoft Mathematics 4.0's graphing functionality into the Calculator app as well as GeoGebra's functionality. Notepad also needs a Modern UI counterpart maybe with Notepad++ functionality. Lastly, much needed is a good iMovie, iPhoto, and Garageband competitor. A Microsoft enjoyment suite. Wishful thinking though. 

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

 

I don't see why not?  No need to have two versions of the same apps, might as well drop the old desktop ones and push the modern ones going forward.

Tks to @NaiveUser in MDL, MS China just teased about win9 on their official site, then removed shortly afterwards:

 

source: http://www.cnbeta.com/articles/324529.htm

 

29_1k1mk7vgW.jpg

 

Translation : The newest OS Windows 9 from MS is about to be released, everybody make a guess, the start menu on bottom left corner will appear or not? :)

Tks to @NaiveUser in MDL, MS China just teased about win9 on their official site, then removed shortly afterwards:

 

source: http://www.cnbeta.com/articles/324529.htm

 

 

 

Translation : The newest OS Windows 9 from MS is about to be released, everybody make a guess, the start menu on bottom left corner will appear or not? :)

Lindows 9?

Hope the news on IFA Berlin tomorrow is about Win Threshold, maybe the announcement with a Preview at the end of the month

Maybe they'll show us some bits???

My thoughts on the use of the word Threshold:

Microsoft has a quite strict software development lifecycle (SDL) guidance.

VB6 is not going to run on Win 9 - Paul Yuknewicz Group Program Manager has made this clear statement:

http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi 

Next: it seems quite obvious that .net framework 2.0 will not run on Win 9

.net 2.0 is a component of an Operating system, it is last shipped within Win8.1. The security-support is directly tied with Win 8.1.

Win 8.1 is security-supported until April 2024.

There are guidlines that as an win32-app-developer you should divide the executable path from your data-path

c:\program file(x86)\yourprogram\

c:\programdata\yourprogram\

This is currently not enforced. You can write "not optimal" programs which load data from the same path as the executable lies.

For example the Android-SDK or Eclipse are doing exactly this.

Those programs do not strictly divide executable and data.

But this is a prerequisite for a good "Refresh your Operating System"-Experience.

And Microsoft is looking a little jealous at IOS.

They have an IOS-eco-system where the devices are "updated or phased out" so all iphone 4 and iphone 5 have the same IOS-version.

With this eco-system the App-Developers are forced to follow the cadence.

As brad already mentions there is no Win 9 / Win 10 / Win 11.

There is something like an "API-Level" similar to the API-Level  in Android.

2.3.3 is API 10

4.0.1 is API 14

4.0.4 is API 15 and so on.

 

This is a lot easier to maintain.

 

Microsoft has deprecated "sprintf_s" in 2005 and it is still running perfectly smooth.

 

They have to hit the lazy app-developers or nobody is following. They could cut down a lot of bloatware inside Windows if they enforce their deprectaion-guidance.

They released the Surface Pro and the reviewers are crying about the big footprint of the OS-installation.

And there is a lot of time between deprecation (some of the things where released in 2003 or 2004) and the release of Win 9.

I think that we will see a tidied up Windows 9 but not everybody will be happy with this.

Faikee posted a screenshot yesterday - there was a rectangle one line under the cortana feature.

I am quite shure that this is the new Photosynth / Kinect / 3d scanning feature ( Google Project Tango / Intel Realsense Project Cynthiana / Pelican Imaging ).

They want to make the Nokia Storyteller-App more immersive and want to combine it with Photosynth.

 

My two cents - I enjoy reading this thread,

Thomas

 

That'd be cool. But I doubt it. They had the chance of deprecating everything, like the Explorer, WDM, WOW64, older runtimes, the registry and huge parts of the Kernel. Though they didn't. I'm sure that all those who were / are whining about Metro / Modern UI forced Microsoft to revive something that could have been dead in W9. I wished for W9 to have the Desktop Experience as an optional feature similar to Windows Server. That would have stopped malware once and for all and reduced the amount of damage a non-tech user could do to his / her system. Before installing that legacy-component, every user would have to acknowledge that system stability and the security of data could be compromised by this step.

 

Anyways - don't wanna mourn about spilled milk - I doubt they'll drop the availability of said runtimes. Even if they'll do that, I'm sure you'll only have to copy some dlls and a few registry keys to revive that functionality.

Watched WW last night and MJF talked a bit about Windows 365, said she's been told it's a new way to test out different builds, so far they've been doing it internally but that it could expand as a public program.  Think about how websites/servies test new things, push out new changes to the UI or add a feature to select users while most others don't see the changes.  It's the same idea, so she's saying.   You'll have a group of testers/members/partners or however they do it, and MS will push out different builds with different things to test how users react to them instead of pushing out something to everyone in one go.  

 

Don't know if this will be public really or just for partners but it doesn't sound like what most people thought it would be, she's saying MS has zero plans to do Windows 365 subscriptions like they have now with Office for consumers.

  • Like 2

Watched WW last night and MJF talked a bit about Windows 365, said she's been told it's a new way to test out different builds, so far they've been doing it internally but that it could expand as a public program.  Think about how websites/servies test new things, push out new changes to the UI or add a feature to select users while most others don't see the changes.  It's the same idea, so she's saying.   You'll have a group of testers/members/partners or however they do it, and MS will push out different builds with different things to test how users react to them instead of pushing out something to everyone in one go.  

 

Don't know if this will be public really or just for partners but it doesn't sound like what most people thought it would be, she's saying MS has zero plans to do Windows 365 subscriptions like they have now with Office for consumers.

Tks George P, and now she says win365 exists? lmao.

 

btw, forget about the rest of talks, just loads of crap. :)

Either way I like the idea here, if it's like she's saying and the public could sign up for it as a rolling beta test/preview for new builds then I'm all for it.  Like what they have going on right now for the Xbox One basically.

 

Or if it's actually a real subscription plan and you get say, multiple OS installs, say 2-5 PCs and every future update to Windows as long as you keep paying then even that sounds good, I've got 3, maybe 4, PCs that i'd use something like that for and have them upgraded and up to date while now they're not, 2 are on Win8.1, one is on Win7 and one is on Vista still.  :P

Either way I like the idea here, if it's like she's saying and the public could sign up for it as a rolling beta test/preview for new builds then I'm all for it.  Like what they have going on right now for the Xbox One basically.

 

Or if it's actually a real subscription plan and you get say, multiple OS installs, say 2-5 PCs and every future update to Windows as long as you keep paying then even that sounds good, I've got 3, maybe 4, PCs that i'd use something like that for and have them upgraded and up to date while now they're not, 2 are on Win8.1, one is on Win7 and one is on Vista still.  :p

ATM little is known about "Project Windows 365", only it exists as listed in the MS guy's FB profile posted in OP, in contrary to what MJF said "the card is not on the table" and "fake list is fake".

 

As I posted earlier, the guy said the Win365 team is developing "something" that could make win365 "similar but different" with Office 365, so ATM I wouldn't speculate on its mechanism. :)

Tks George P, and now she says win365 exists? lmao.

 

btw, forget about the rest of talks, just loads of crap. :)

 

Want to point out where she says Windows 265 is fake or doesn't exist? She said the LIST was fake, NOT Windows 365.

 

Also, do you have a source for all that being "loads of crap"? An actual source, not a FB friend.

MS is not Apple. They don't have the luxury of breaking backwards compatibility with decades old API's, hanging their partners and app developers out to dry, losing untold millions worth of contracts, and forcing users to abandon perfectly usable devices. Apple can do that because they have no enterprise presence and a captive cult audience who've been brainwashed into upgrading every year, so they can hold back features as long as they want.

 

Windows isn't going to abandon backcompat, its pretty much the whole foundation. What I predict is that all future dev is going to be done on WinRT, more and more OS layers will be moved away so they aren't just wrappers over legacy code, and there will be an emulation layer for legacy apps.

MS is not Apple. They don't have the luxury of breaking backwards compatibility with decades old API's, hanging their partners and app developers out to dry, losing untold millions worth of contracts, and forcing users to abandon perfectly usable devices. Apple can do that because they have no enterprise presence and a captive cult audience who've been brainwashed into upgrading every year, so they can hold back features as long as they want.

 

Windows isn't going to abandon backcompat, its pretty much the whole foundation. What I predict is that all future dev is going to be done on WinRT, more and more OS layers will be moved away so they aren't just wrappers over legacy code, and there will be an emulation layer for legacy apps.

 

I don't think they have to remove legacy support, but the key is that they don't have to on traditional x86-64 desktop/laptop hardware.  But if we're talking the new WP/Windows RT merged OS the rumors point to, then they can drop it there, without issue.  Having a different device type helps this process, the rumors say this OS won't have the desktop for example, or it'll be just turned off and maybe users can turn it back on.  But regardless, without it in the way then more and more things can get dropped or pushed to the back with time.  As the new WinRT/Modern framework and APIs mature more then the need for those older legacy bits drop IMO.   At some point down the line it'll replace most of them.

The start screen will not go away. What I think Microsoft will do is: if you're using a desktop/laptop, the start menu is enabled by default. If you're using a tablet/touch device, the start screen is enabled by default. Users will then a have a choice to continue using the default start, or change to another.

 

That sounds a little too reasonable. Whatever will the haters find to complain about ??

That sounds a little too reasonable. Whatever will the haters find to complain about ??

I have already complained about the rumor of the Start screen not being an option for desktop users, but that does not make me a "hater".

I have already complained about the rumor of the Start screen not being an option for desktop users, but that does not make me a "hater".

AFAIK, the only legit win9 features are those Brad had seen "with his eyeballs" on the 982x builds, no need to take other rumors seriously. :)

This topic is now closed to further replies.
  • Posts

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!