-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

NewBreeze

   3.0.0 Alpha2  

Qt Filemanager

Score 76%
NewBreeze
zoom


NewBreeze
zoom


NewBreeze
zoom


Homepage:  Link
Version Control:  Link
Downloads:  3461
Submitted:  Oct 3 2012
Updated:  Apr 3 2016

Description:

A fast and light-weight file manager based on Qt
================================================

Qt5 builds are now supported

Note: NewBreeze 3.0 is in the oven. Expect several changes..!!

Built on top of the Powerful Qt4/Qt5 GUI Toolkit, this file manager is sleek, stylish and fast.
Some of its features are
- Fast startup and browsing
- Folder, text, html, image, odt, and pdf quick preview
- File Association support
- Provides Categorized List, Icon and Details View
- Sleek side panel showing drives and boomarks
- Full drag and drop support (N/A)
- Plugin architecture to enrich NewBreeze further
- Applications and Catalog View
- Auto update devices list
- Custom Folder Icons and Thumbnail Preview
- Complete mime-icon support
- BreadCrumbs Navigation Bar
- Custom Actions
- Inline terminal
- SingleApplication Mode for resource sharing

Please READ the ReleaseNotes for information on the new features
Please READ the src/Data/Credits.html to see the help I got

Notes for compiling - linux:
- Download and Extract the tar file
- Go to NewBreeze
- Open the terminal and type: qmake && make

Dependencies:
- Qt4/Qt5
- libmagic and libmagic-dev
- zlib
- liblzma
- libbzip2
- libarchive

Known Bugs
- SegmentationFault in NBIconView ::aboveIndex(...), ::belowIndex(...)

List of shortcuts
For a list of shortcuts check the readme file, or press Ctrl+I

Upcoming
- Application Editor ( Desktop file editor )
- Any other feature you request for... :)




Changelog:

Version 3.0.0 Alpha
- Feature: Per-folder View options
- Feature: Scaling for NBIconView
- Feature: NBArchiveDialog helps to create an archive
- Feature: New File/Folder encryption plugin
- Feature: Added new SideBar design
- Archive creation and extraction are performed using QtConcurrent::run
- Plugins can now are part of the NewBreeze source tree
- NewBreeze uses QtSingleApplication for one instance multiple windows
- Redesigned UI for better code maintenance
- Redesigned NBCrumbsBar (formerly, NBBreadCrumbsBar)
- Redesigned NBSidePanel
- View delegates are now view agnostic
- NBIconView mouseEvent handlers are rewritten
- Selections handling is better
- NBDialog polished for better appearance
- NBMessageDialog is a now a subclass of QMessageBox
- Categories can be hidden, selected/deselected with single click
- Removed default transparency, better integration with the native desktop
- QuickMenuBar removed, as its more of a hinderance
- UtilityBar (custom title bar) removed, uses native title bar
- The /proc/pid/cwd link points to the current directory
- PeekPlugins interface has been rewritten to enable support for dynamic loading of any plugin.
- NBProcessManager replaces NBIOManager with better functionality [To be done]
- File copy/move is now based on QtSolutions QtCopyDialog [To be done]
- BugFix: Unmounting a drive is possible when NB3 is open
- BugFix: Removed buggy tabs

For older changes, check the ChangeLog file




LicenseGPL
Source(NewBreeze 3.0.0)
Send to a friend
Subscribe
Other  Content  from marcusbritanicus
Report inappropriate content



goto page: prev   1  2  3  4  5 

-
.

 Sorry for the insufferable update notifications

 
 by marcusbritanicus on: Dec 30 2013
 
Score 50%

I'm very sorry for those interminable update notifications. It seems there was a problem with my browser, which was not redirecting and i was ending up with the edit page again and again. :( :(


Reply to this

-
.

 Cannot build for ALT Linux 7

 
 by Drool on: Feb 18 2016
 
Score 50%
DroolDrool
Private
Home

With Qt4:
===========================================
$ qmake-qt4
[builder@localhost marcusbritanicus-NewBreeze-1f43b9a]$ make
compiling Core/AppFile/NBAppEngine.cpp
compiling Core/AppFile/NBAppFile.cpp
compiling Core/Archive/NBArchive.cpp
Core/Archive/NBArchive.cpp: In member function 'int NBArchive::copyData(archive*, archive*)':
Core/Archive/NBArchive.cpp:280:58: error: cannot convert 'off_t* {aka long int*}' to 'int64_t* {aka long long int*}' for argument '4' to 'int archive_read_data_block(archive*, const void**, size_t*, int64_t*)'
make: *** [build/obj-X/NBArchive.o] Error 1
===========================================

With Qt5:
===========================================
$ qmake-qt5
[builder@localhost marcusbritanicus-NewBreeze-1f43b9a]$ make
compiling Core/AppFile/NBAppEngine.cpp
compiling Core/AppFile/NBAppFile.cpp
compiling Core/Archive/NBArchive.cpp
Core/Archive/NBArchive.cpp: In member function 'int NBArchive::copyData(archive*, archive*)':
Core/Archive/NBArchive.cpp:280:58: error: cannot convert 'off_t* {aka long int*}' to 'int64_t* {aka long long int*}' for argument '4' to 'int archive_read_data_block(archive*, const void**, size_t*, int64_t*)'
make: *** [build/obj-X5/NBArchive.o] Error 1
===========================================


Reply to this

-

 Re: Cannot build for ALT Linux 7

 
 by marcusbritanicus on: May 5 2016
 
Score 50%

May I know which version of libarchive you are using? Im using libarchive 3.1.2 on Debian Stretch. Here it defines the function as

Quote:
int archive_read_data_block(struct archive *, const void **buff, size_t *len, off_t *offset);


Perhaps an older version of libarchive or the one in your system uses int?

Please provide me with the details listed below, and I shall try to resolve the issue.
1. System Architecture (x86, x64, arm, etc..)
2. GCC version (Im assuming you are using GCC)
3. LibArchive version.


Reply to this

-

 Cannot build for ALT Linux 7

 
 by ozky on: Apr 21 2016
 
Score 50%

I think your qt5 is too old you may have to upgrade it to 5.6.x.


Reply to this

-

 Re: Cannot build for ALT Linux 7

 
 by marcusbritanicus on: May 5 2016
 
Score 50%

I'm using Debian/Testing and the Qt5 version is 5.5.1 I'd rather not upgrade it to 5.6 unless there is a compelling reason. However, if you post the error message, I could find a fix for it.


Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team