Notes (week 1) – Info Bar

January 8th, 2010

Getting back to work this week. Little slow start as always after longer break. However, I did make some nice progress. I fixed few bugs that have been bugging me since the last snapshot. The enhanced tooltip introduced in last snapshot turned out to be quite nasty when browsing network drives. So I removed it for now.

Biggest change in this snapshot is the Info Bar. I’ve been using Windows7 quite a lot lately and it has similar thing which I like a lot. CE’s implementation of the bar is little different and there’s still work to do until it’s done. The finished solution will be customizable and there will be some editable fields (file name for example). For some reason the thumbnail does not have proper aspect ratio in Windows7. I didn’t have time to fix it for this build but I’ll do it next week.

Info Barinfobar-menu-item

Change Log

  • Added Info Bar.
  • Added Romanian translation.
  • Updated Greek translation.
  • Updated Russian translation.
  • Enhanced file search.
  • Removed InfoQuery hints.

CubicExplorer 0.91.0.1214 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 35-41) – Break and new search engine

October 10th, 2009

So, I took little break which happens every fall. I’ve had some other stuff I needed to take care of and also I needed some time to rest. This week I started to work with CE again. I rewrote the search feature from scratch. It now has a new more powerful engine and lot’s of advanced search options including content search. I haven’t done much testing yet so there might be some bugs left.

new_searchnew_search_datenew_search_size 

Next I will finish the DualView implementation. I haven’t yet checked the forum but I’ll go through all posts next week.

*UPDATED 18.11.2009*

CubicExplorer 0.91.0.1209 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 33) – SVN Snapshot

August 14th, 2009

Nice progress this week, however DualView is not yet available in this build. I made some changes to the layout system which took quite a lot of time. Yesterday I started to work with DualView but got stuck because I didn’t have clear vision on how I should make it happen. So far all pages (FileView, TextEditor, FileSearch and QuickView) have been “living” in tabs. That made things difficult when you need to access 2 pages at the same time. So I went to sleep thinking about it and in the morning woke up with an idea on how to solve that problem.

Basically I will be (actually I already wrote most of it today) creating a generic way to control pages. This should be quite flexible system which means it won’t be limited to just DualView. With it, there can be unlimited number of panes and other elements grouped into one view. It’ll be available next week.

About today’s snapshot, I added options to control what get’s saved with different tab types. Until now, everything was saved which made it annoying to customize the UI because you would have to do the same changes to all tab types. I’ve also added options to enable/disable some threaded functions in the FileView. All these can be found in Option dialog’s Advanced page. Also there is a new theme shipping called Shine thanks to badloginname from the forum.

shine-themethreaded-options

Change Log

  • Added RememberInnerToolbarLayout, RememberOuterToolbarLayout, RememberPanelLayout  Options.
  • Added ThreadedDetails, ThreadedEnumeration, ThreadedImages options.
  • Added theme Shine.
  • Updated 3rd party components code.

CubicExplorer 0.91.0.1186 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 25) – Happy Midsummer!

June 19th, 2009

Here’s a fresh snapshot. This week wasn’t too productive but I did get some things done. The biggest change is filtering with text patterns, you can find it in the Filters Panel. There’s currently 2 modes available, normal and strict. Normal mode filters out any file/folder that does not contain the specific text. Strict mode allows you to use * and ? wildcards to make more advanced filtering. At some point there will be also support for regular expressions.

filter-patterns

Next week I’ll start to work with the DualView. I decided to use a simple tab indicator approach to make it. I received lots of great ideas and feedback from you guys about how it should be done. Thanks to everyone :) . I know that the upcoming DualView implementation will not satisfy everyone, I’m not even sure I like it. However, it’s a good starting point.

Happy Midsummer to everyone! Hyvää Juhannusta!

kokko

Change Log

  • Added text pattern filter.
  • Added option to close CE when last tab is closed.
  • DriveBar now uses Alt+LeftClick to open in new tab.
  • Updated Polish translation.
  • Fixed Lower/Upper case bug when renaming folders.
  • Removed "Load this session at startup" from Session Manager.

CubicExplorer 0.91.0.1168 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 24) – SVN snapshot

June 11th, 2009

Here’s the notes, day early because I don’t have time for it tomorrow. It’s been busy week and I didn’t have time to make as much progress with CE as I was planning. My goal for this week was to implement DualView. However, I got stuck at the very beginning due to lack of inspiration. Basically, I’m not quite sure how the DualView should work. Should there be different tabs for each view or would it be better to just divide a single tab into two views? Or maybe those views could have their own tabs inside a single “main” tab. Not sure :?

Anyway, I did do some changes here and there. I added file extension column and toolbar buttons for sessions and bookmarks. Also there’s now advanced options to turn off the session history.

sessions-buttonbookmarks-menu-button

Change Log

  • Disabled exceptions on settings file creation.
  • Fixed Access Violation on Options panel.
  • Added Sessions toolbar button.
  • Added Bookmarks toolbar button.
  • Added option to disable session history.
  • Added option for session history count.
  • Breadcrumb now reactivates if needed.
  • Added Extension column.
  • Added Slovak translation.
  • Made CE more Vista compatible.

CubicExplorer 0.91.0.1167 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 23) – Sessions are back

June 5th, 2009

It’s been pretty productive week and I managed to make good progress. Most of the week went into rewriting the sessions support which was quite a big job. It’s now finished and I like it. I’ve never been happy with the old one so I made some changes. I added a session manager to make things more sane. Also there is now a history feature that let’s you go back to previous sessions.

Sessions-menuSessions-managerOptions-sessions

I’ve also added BrowseZipFolders option into FileView’s and FolderPanel’s advanced settings. By enabling it you will be able to open ZIP files like folders inside CE. However, there are still some bugs left that I need to fix. For example, you have to use the right click menu to open files from inside ZIP, double click doesn’t work.

Anyway, I’m not yet sure what’s next week’s agenda. Maybe I’ll write DualView or QuickFilter. At least I’ll try to finish rearranging the todo list.

Change Log

  • Added new session support.
  • Added temporary fix for TabBar visibility issue.
  • Added BrowseZipFolders option for FileView and FolderPanel.
  • StatusBar now remembers it’s visibility.
  • Fixed Reuse Tabs option.
  • Fixed breadcrumb related crash.

CubicExplorer 0.91.0.1160 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 22) – SVN Snapshot

May 29th, 2009

Not that productive this week. I’ve still been occupied by other stuff but I did manage to do little work with CE. Still no sessions though, sorry. Also the todo list needs to be rearranged. However, this snapshot is more useful than the previous one. The keyboard bug is fixed which was also affecting the advanced settings editor. I added AutoFit and few other options to tabs. Those can be found in the advanced settings.

Anyway, I’m hoping to have sessions up and running next week. The reason why it’s taking so long is the fact that I’m rewriting the sessions support from scratch. Also I’ll try to sort the todo list. It’s quite a nasty job so I’m not really looking forward to it.

Change Log

  • Added AutoFit tabs, MaxTabSize and CloseButton settings.
  • Removed old bug fix.
  • Fixed icon size bug (again).
  • Fixed memory leaks.
  • Fixed keyboard bug.

CubicExplorer 0.91.0.1149 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

Notes (week 20) – New Settings Engine

May 15th, 2009

This week I’ve been working with the new settings engine. I’ve removed the old engine and updated everything to use the new one. I’ll still have to update bookmarks and sessions to use the new engine. At the moment I’m in the middle of updating sessions. It looks like I’ll rewrite the whole session support as it’s easier like that. Also I wasn’t very happy with the old session support so now is good time to make it right. Today’s snapshot has sessions disabled but they should be up and running again next week. Hopefully I’ll manage to update bookmarks next week too.

I also added advanced settings editor in the Options Dialog. However, at the moment it doesn’t accept keyboard input for some reason. So you can only use mouse or copy/paste to change the values. I will write my own editor so this one is temporary. More options are coming also.

advanced-settings

CubicExplorer 0.91.0.1145 (SVN Snapshot)
Installer (2.2MB)
Zip (2.5MB)

5 of 512345