<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CubicReality</title>
	<atom:link href="http://www.cubicreality.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubicreality.com</link>
	<description>Home of CubicExplorer</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:54:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Notes (weeks 3-4) &#8211; Exclude filter</title>
		<link>http://www.cubicreality.com/2012/01/27/notes-weeks-3-4-exclude-filter/</link>
		<comments>http://www.cubicreality.com/2012/01/27/notes-weeks-3-4-exclude-filter/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 15:54:38 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/?p=654</guid>
		<description><![CDATA[I’m still working with the basic stuff needed for cross-platform support. For those interested, I’ve been collecting/creating code that can be used in both Delphi and FPC, mainly string handling routines and classes like StringList. To make things easier, I’ll only support Windows versions that have Unicode support (Win2000 and up). Today I did some [...]]]></description>
			<content:encoded><![CDATA[<p>I’m still working with the basic stuff needed for cross-platform support. For those interested, I’ve been collecting/creating code that can be used in both Delphi and FPC, mainly string handling routines and classes like StringList. To make things easier, I’ll only support Windows versions that have Unicode support (Win2000 and up).</p>
<p>Today I did some work with CE. I added <strong>Exclude</strong> button to the <strong>Filters</strong> panel. If it’s checked, filtered files will be hidden instead of shown. I also added options to automatically select and/or sort pasted files. Both are enabled by default but they can be turned off from <strong>Options -&gt; Advanced -&gt; FileView.</strong> I did very little testing with them so let me know if there’s problems.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks_F63D/filter_exclude.png" rel="lightbox[654]" title="filter_exclude"><img style="margin: 0px 3px; display: inline" title="filter_exclude" alt="filter_exclude" src="http://cubicreality.pp.fi/images/blog/Notes-weeks_F63D/filter_exclude_thumb.png" width="250" height="180" /></a><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks_F63D/paste_settings.png" rel="lightbox[654]" title="paste_settings"><img style="margin: 0px 3px; display: inline" title="paste_settings" alt="paste_settings" src="http://cubicreality.pp.fi/images/blog/Notes-weeks_F63D/paste_settings_thumb.png" width="244" height="180" /></a></p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added exclude button to filters panel.</li>
<li>Added <strong>SelectPasted</strong> and <strong>SortAfterPaste</strong> settings for Fileview.</li>
<li>Fixed resize bug when using Fullscreen mode.</li>
<li>Rename is now possible in Search tab.</li>
<li>Changed &quot;Refresh Fileview&quot; icon to green.</li>
<li>Text filter now searches from complete filename (including extension).</li>
<li>Swapped default mapping of Ctrl+PageUp and Ctrl+PageDown to work other way around.</li>
<li>Updated French translation (thanks to <strong>BB</strong>).</li>
<li>Updated Russian translation (thanks to <strong>Vitaly</strong>).</li>
</ul>
<p><strong>CubicExplorer 0.95.1.1454 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2012/01/27/notes-weeks-3-4-exclude-filter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Notes (week 2) &#8211; Cross-platform research</title>
		<link>http://www.cubicreality.com/2012/01/16/notes-week-2-cross-platform-research/</link>
		<comments>http://www.cubicreality.com/2012/01/16/notes-week-2-cross-platform-research/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:12:09 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/?p=650</guid>
		<description><![CDATA[Little offbeat timing on these notes but… who cares. Last week I was supposed to continue my work with the UI platform but decided to create the basics before that. I did lot’s of research on what it takes to add cross-platform support. Also been learning things about FPC which I’ll be using to compile [...]]]></description>
			<content:encoded><![CDATA[<p>Little offbeat timing on these notes but… who cares. Last week I was supposed to continue my work with the UI platform but decided to create the basics before that. I did lot’s of research on what it takes to add cross-platform support. Also been learning things about <a href="http://www.freepascal.org/">FPC</a> which I’ll be using to compile CE 2.0. I won’t bother with Lazarus because I only need the compiler. I’ll do the coding in Delphi’s IDE which is much better IMHO.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes_F70A/cubiccore_cross_platform.png" rel="lightbox[650]" title="Cross-platform development"><img style="margin: 0px 3px; display: inline" title="Cross-platform development" alt="Cross-platform development" src="http://cubicreality.pp.fi/images/blog/Notes_F70A/cubiccore_cross_platform_thumb.png" width="570" height="463" /></a>&#160;</p>
<p><strong><em>Register as Default File Manager</em></strong></p>
<p>On weekend I somehow ended up working with the “Register as Default File Manager” feature. Not really sure why I did it but it’s done now. It should work in XP, Vista and Win7, at least those I’ve tested. It probably will work in 2000, 2003 and 2008 too. </p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes_F70A/default_fm.png" rel="lightbox[650]" title="default_fm"><img style="margin: 0px 3px; display: inline" title="default_fm" alt="default_fm" src="http://cubicreality.pp.fi/images/blog/Notes_F70A/default_fm_thumb.png" width="580" height="435" /></a></p>
<p>Notice, in Vista and Win7, Control Panel will open in Windows Explorer. Also child items in Control Panel will open in a separate window. At the moment I’m out of ideas on how to fix it. But it’s only a minor grief I think.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added option to register CE as default file manager.</li>
<li>Fixed bug in session loading when /icon switch is used.</li>
<li>Fixed separator bug in FileSearch when using multible locations.</li>
<li>Search button now shows progress dots when running.</li>
<li>CurrentDirectory is now changed to the active path.</li>
<li>Changed path handling to support environment variables.</li>
<li>Updated Dutch translation (thanks to <strong>Karel Baerten</strong>).</li>
<li>Updated Romanian translation (thanks to <strong>Stefan Arhip</strong>).</li>
</ul>
<p><strong>CubicExplorer 0.95.1.1449 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2012/01/16/notes-week-2-cross-platform-research/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Notes (weeks 51-1) &#8211; CubicExplorer 2.0</title>
		<link>http://www.cubicreality.com/2012/01/06/notes-weeks-51-1-cubicexplorer-2-0/</link>
		<comments>http://www.cubicreality.com/2012/01/06/notes-weeks-51-1-cubicexplorer-2-0/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:01:50 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/?p=645</guid>
		<description><![CDATA[It’s been steady progress. This week I’ve been working with a component that will be used to display items. It’s already fairly general design meaning the same code could be used for toolbars, menus… etc. Next week I’ll push it even deeper and hope to end up with a general platform for UI creation. After [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been steady progress. This week I’ve been working with a component that will be used to display items. It’s already fairly general design meaning the same code could be used for toolbars, menus… etc. Next week I’ll push it even deeper and hope to end up with a general platform for UI creation. After that, I’ll tackle the infamous docking system.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks-51-_F734/itemview_development_3.png" rel="lightbox[645]" title="itemview_development"><img style="margin: 0px 3px; display: inline" title="itemview_development" alt="itemview_development" src="http://cubicreality.pp.fi/images/blog/Notes-weeks-51-_F734/itemview_development_thumb_3.png" width="515" height="312" /></a></p>
<p>At this point, I guess there’s no turning back. Full speed ahead towards CE 2.0. Looking forward to see what this year brings with it. Lot’s of cool stuff coming to CE, can’t wait to see them in action!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2012/01/06/notes-weeks-51-1-cubicexplorer-2-0/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Notes (weeks 46-50) &#8211; CubicCore progress</title>
		<link>http://www.cubicreality.com/2011/12/16/notes-weeks-46-50-cubiccore-progress/</link>
		<comments>http://www.cubicreality.com/2011/12/16/notes-weeks-46-50-cubiccore-progress/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 13:18:57 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/12/16/notes-weeks-46-50-cubiccore-progress/</guid>
		<description><![CDATA[Slowly starting work again. For the past two weeks I’ve been working with some fresh code. Last week I started to create a new framework for QuickView. My plan was to add support for plugins. It eventually developed into a more generic solution for creating plugin based applications. In 2012, I’m going to aim my [...]]]></description>
			<content:encoded><![CDATA[<p>Slowly starting work again. For the past two weeks I’ve been working with some fresh code. Last week I started to create a new framework for QuickView. My plan was to add support for plugins. It eventually developed into a more generic solution for creating plugin based applications.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks-46-_CC79/quickview_development.png" rel="lightbox[639]" title="QuickView development"><img style="margin: 0px 3px; display: inline" title="QuickView development" alt="QuickView development" src="http://cubicreality.pp.fi/images/blog/Notes-weeks-46-_CC79/quickview_development_thumb.png" width="252" height="200" /></a><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks-46-_CC79/addon_dev.png" rel="lightbox[639]" title="Addons prototype"><img style="margin: 0px 3px; display: inline" title="Addons prototype" alt="Addons prototype" src="http://cubicreality.pp.fi/images/blog/Notes-weeks-46-_CC79/addon_dev_thumb.png" width="222" height="200" /></a></p>
<p>In 2012, I’m going to aim my focus on CubicExplorer 2.0. Even though it’s going to be a complete rewrite, it doesn’t mean there’s not going to be any progress in CE 1.0. Current CE will be used as a testing ground for new stuff. For example, the new QuickView code I’ve been working will be implemented in there.</p>
<p><em>Next snapshot?</em></p>
<p>Not sure. Maybe next week, maybe in January. I honestly don’t know at this point. At the moment I’m on a nice track in developing some fresh ideas, don’t want to disturb that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/12/16/notes-weeks-46-50-cubiccore-progress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Notes (weeks 43-45) &#8211; The annual break</title>
		<link>http://www.cubicreality.com/2011/11/11/notes-weeks-43-45-the-annual-break/</link>
		<comments>http://www.cubicreality.com/2011/11/11/notes-weeks-43-45-the-annual-break/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:37:11 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/11/11/notes-weeks-43-45-the-annual-break/</guid>
		<description><![CDATA[Well here we are, once again. Looks like the break happens every year whether I want it or not. Thankfully this time it doesn’t feel as bad as previously so there has been some progress. I’ve also been busy with tests relating to the week 14 post. Anyway, I managed to get some work done [...]]]></description>
			<content:encoded><![CDATA[<p>Well here we are, once again. Looks like the break happens every year whether I want it or not. Thankfully this time it doesn’t feel as bad as previously so there has been some progress. I’ve also been busy with tests relating to the <a href="http://www.cubicreality.com/2010/04/18/notes-weeks-14-rehabilitation-break/">week 14</a> post.</p>
<p>Anyway, I managed to get some work done last Friday and today. Nothing much, few bug fixes and few improvements. There’s now a <strong>Refresh Fileview</strong> button available which let’s you refresh only the fileview area. This might be helpful in terms of speed when working with network drives. Also I added <strong>/icon</strong> command line switch which let’s you change CE’s icon (only <strong>ico </strong>files work).</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks_C2D0/refresh_fileview.png" rel="lightbox[632]" title="Refresh Fileview"><img style="margin: 0px 3px; display: inline" title="Refresh Fileview" alt="Refresh Fileview" src="http://cubicreality.pp.fi/images/blog/Notes-weeks_C2D0/refresh_fileview_thumb.png" width="244" height="200" /></a><a href="http://cubicreality.pp.fi/images/blog/Notes-weeks_C2D0/icon_change.png" rel="lightbox[632]" title="Change application icon"><img style="margin: 0px 3px; display: inline" title="Change application icon" alt="Change application icon" src="http://cubicreality.pp.fi/images/blog/Notes-weeks_C2D0/icon_change_thumb.png" width="263" height="200" /></a></p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added support for libraries on command line.</li>
<li>Added support for system variables in Address Bar.</li>
<li>Added hint to Tray Icon.</li>
<li>Added <strong>/icon</strong> command line switch to change CE&#8217;s icon.</li>
<li>Added &quot;<strong>Refresh Fileview</strong>&quot; button.</li>
<li>Fixed missing 7z.dll bug.</li>
<li>Fixed issue where CE saved settings to working folder.</li>
<li>Fixed CheckBox selection bug in SingleClickBrowse mode.</li>
<li>Updated Brazilian Portuguese translation (thanks to <strong>Luciano Sturaro</strong>).</li>
</ul>
<p><strong>CubicExplorer 0.95.1.1434 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/11/11/notes-weeks-43-45-the-annual-break/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Notes (weeks 41-42) &#8211; No progress</title>
		<link>http://www.cubicreality.com/2011/10/21/notes-weeks-41-42-no-progress/</link>
		<comments>http://www.cubicreality.com/2011/10/21/notes-weeks-41-42-no-progress/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 10:07:43 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/10/21/notes-weeks-41-42-no-progress/</guid>
		<description><![CDATA[Well, I wasn’t able to start the engine. This time of the year (fall) is always hard in terms of productivity. Can’t focus and your always dead tired. I guess it’s just my body getting used to less light and preparing for winter. Anyway, I keep trying. Maybe next week is little better.]]></description>
			<content:encoded><![CDATA[<p>Well, I wasn’t able to start the engine. This time of the year (fall) is always hard in terms of productivity. Can’t focus and your always dead tired. I guess it’s just my body getting used to less light and preparing for winter.</p>
<p>Anyway, I keep trying. Maybe next week is little better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/10/21/notes-weeks-41-42-no-progress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Notes (week 40) &#8211; Back to work</title>
		<link>http://www.cubicreality.com/2011/10/09/notes-week-40-back-to-work/</link>
		<comments>http://www.cubicreality.com/2011/10/09/notes-week-40-back-to-work/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 15:34:42 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/10/09/notes-week-40-back-to-work/</guid>
		<description><![CDATA[Back from the “break”. Actually it was only a break from CE, I kept working with another project. Now it’s done and I can continue with CE. I probably will need to take a REAL break later this fall as I’ve done tons of work in the past month or so, starting to be little [...]]]></description>
			<content:encoded><![CDATA[<p>Back from the “break”. Actually it was only a break from CE, I kept working with another project. Now it’s done and I can continue with CE. I probably will need to take a REAL break later this fall as I’ve done tons of work in the past month or so, starting to be little tired.</p>
<p>Few weeks ago I got a new work system. Finally everything works nice and fast. It’s really a joy to work now. I also got a bigger monitor to boost productivity. The biggest benefit is that now I can do tests in virtual machines with ease.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/office.jpg" rel="lightbox[627]" title="Office"><img style="margin: 0px 3px; display: inline" title="Office" alt="Office" src="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/office_thumb.jpg" width="209" height="140" /></a><a href="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/virtual-machines.png" rel="lightbox[627]" title="Virtual Machines"><img style="margin: 0px 3px; display: inline" title="Virtual Machines" alt="Virtual Machines" src="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/virtual-machines_thumb.png" width="206" height="140" /></a></p>
<p>Anyway, there’s only a <strong>Lock Toolbars</strong> added in this weeks snapshot. I spent most of the week in setting up the programming environment for CE. Next week should be little better.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/lock-toolbars.png" rel="lightbox[627]" title="Lock Toolbars"><img style="margin: 0px 3px; display: inline" title="Lock Toolbars" alt="Lock Toolbars" src="http://cubicreality.pp.fi/images/blog/6b3de6a22689_EE16/lock-toolbars_thumb.png" width="205" height="200" /></a></p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added &quot;<strong>Lock Toolbars</strong>&quot; setting.</li>
<li>Not using LockWindowUpdate anymore.</li>
<li>Updated Portuguese translation (thanks to <strong>Mário Gonçalves</strong>).</li>
<li>Updated Korean translation (thanks to <strong>Jinhwan-Jeong</strong>).</li>
<li>Updated Ukrainian translation (thanks to <strong>Igor Paliychuk</strong>).</li>
<li>Updated French translation (thanks to <strong>BB</strong>).</li>
<li>Updated German translation (thanks to <strong>nefycee</strong>).</li>
<li>Updated Slovak translation (thanks to <strong>Sepp Winkler</strong>).</li>
<li>Updated Italian translation (thanks to <strong>Folgore101</strong>).</li>
<li>Updated Japanese translation (thanks to <strong>benok</strong>).</li>
</ul>
<p><strong>CubicExplorer 0.95.1.1431 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/10/09/notes-week-40-back-to-work/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Notes (week 34) &#8211; System Power and break</title>
		<link>http://www.cubicreality.com/2011/08/28/notes-week-34-system-power-and-break/</link>
		<comments>http://www.cubicreality.com/2011/08/28/notes-week-34-system-power-and-break/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 10:39:47 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/08/28/notes-week-34-system-power-and-break/</guid>
		<description><![CDATA[This week I worked with a new messaging system. As I was thinking about how to add threading support for the item system, I ended up with a more generic solution based on messages. Basically it will be CE’s brains. Eventually every action CE takes will happen through that system. First prototype is already up [...]]]></description>
			<content:encoded><![CDATA[<p>This week I worked with a new messaging system. As I was thinking about how to add threading support for the item system, I ended up with a more generic solution based on messages. Basically it will be CE’s brains. Eventually every action CE takes will happen through that system. First prototype is already up and running, with threading support. My next task will be to see how the item system works with the messaging system.</p>
<p>I did little work with CE too. You can now find a <strong>System Power</strong> button in <u>Customizer-&gt;Buttons-&gt;Tools</u>. With it you can shutdown, reboot, logoff…etc. I also added two new icons and removed the <strong>Item Count</strong> and <strong>Day Limit</strong> editors from <strong>Undo Delete</strong>. You can change those settings from Advanced settings. Also multi selection in Bookmarks should now work correctly.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek34SystemPowerandbreak_C026/system_power.png" rel="lightbox[623]" title="system_power"><img style="display: inline" title="system_power" alt="system_power" src="http://cubicreality.pp.fi/images/blog/Notesweek34SystemPowerandbreak_C026/system_power_thumb.png" width="210" height="206" /></a> </p>
<p>Due to other commitments, I don’t have time to work with CE for the next few weeks. So there will be a break in snapshots and notes. I also ordered a new work computer (finally had enough with the slow old piece of s***). It’ll take some time before I get everything up and running.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added &quot;System Power&quot; toolbar button.</li>
<li>Added icon for &quot;Always On Top&quot;.</li>
<li>Added icon for &quot;New Window&quot;</li>
<li>Fixed Bookmark multi selection.</li>
<li>Removed &quot;Item Count&quot; and &quot;Day Limit&quot; editors from Undo Delete.</li>
<li>Removed default hotkey (Ctrl+Z) from Undo Delete.</li>
<li>Updated Spanish translation (thanks to juanmanuel).</li>
<li>Updated German translation (thanks to nefycee).</li>
<li>Updated French translation (thanks to BB).</li>
<li>Updated Hungarian translation (thanks to Mezei Zoltan).</li>
</ul>
<p><strong>CubicExplorer 0.95.1.1430 (SVN Snapshot)     <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/08/28/notes-week-34-system-power-and-break/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Notes (week 33) &#8211; Official update</title>
		<link>http://www.cubicreality.com/2011/08/21/notes-week-33-official-update/</link>
		<comments>http://www.cubicreality.com/2011/08/21/notes-week-33-official-update/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 13:04:47 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/08/21/notes-week-33-official-update/</guid>
		<description><![CDATA[Last week’s snapshot wasn’t very good. It had some bugs that needed to be fixed asap. So here’s new Official release. I changed Undo Delete button’s menu a bit. It’s now possible to restore all items or just items that are visible in the menu. There’s also a setting for limiting the item count on [...]]]></description>
			<content:encoded><![CDATA[<p>Last week’s snapshot wasn’t very good. It had some bugs that needed to be fixed asap. So here’s new Official release. I changed <strong>Undo Delete</strong> button’s menu a bit. It’s now possible to restore all items or just items that are visible in the menu. There’s also a setting for limiting the item count on the fly. You can also set a limit for item’s age. If you want unlimited, use -1. To open Recycle Bin, click on “Recycle Bin”. I’m looking for a way to add check boxes so it would be easier to restore multiple items.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek33Officialupdate_E21E/undo_delete_2.png" rel="lightbox[620]" title="undo_delete_2"><img style="display: inline" title="undo_delete_2" alt="undo_delete_2" src="http://cubicreality.pp.fi/images/blog/Notesweek33Officialupdate_E21E/undo_delete_2_thumb.png" width="303" height="240" /></a> </p>
<p>Other changes include 3 new icons, some bug fixes and Advanced FileView settings (<strong>FullRowDblClick</strong> and <strong>FolderUpOnDblClick</strong>) to enable/disable “folder up on double click”.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added <strong>Restore All</strong> and <strong>Restore List</strong> to Undo Delete.</li>
<li>Added <strong>Item Count</strong> and <strong>Day Limit</strong> editors to Undo Delete menu.</li>
<li>Added icons for <strong>Select All</strong>, <strong>Invert Selection</strong> and <strong>Checkbox Selection</strong>.</li>
<li>Added <strong>FullRowDblClick</strong> and <strong>FolderUpOnDblClick</strong> Advanced options for FileView.</li>
<li>Fixed bug with Context Menu key.</li>
<li>Fixed possible crash on start up.</li>
<li>Fixed possible crash in Bookmarks.</li>
<li>Fixed possible crash in Version Manager.</li>
<li>Updated Readme and License files.</li>
<li>Tweaked &quot;Double click Folder Up&quot;.</li>
<li>Tweaked resource usage with Undo Delete button.</li>
<li>Updated French translation (thanks to <strong>BB</strong>).</li>
<li>Updated Spanish translation (thanks to <strong>juanmanuel</strong>).</li>
<li>Updated Italian translation (thanks to <strong>Folgore101</strong>)</li>
<li>Updated German translation (thanks to <strong>nefycee</strong>).</li>
<li>Updated Swedish translation (thanks to <strong>eson</strong>).</li>
<li>Updated Russian translation (thanks to <strong>ext5</strong>).</li>
</ul>
<p><strong>CubicExplorer 0.95.0.1424 (SVN Snapshot)     <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.4MB)</a></p>
<p><strong>CubicExplorer 0.95 (Official)     <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.95_Setup.exe">Installer (2.9MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.95.zip">Portable (3.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/08/21/notes-week-33-official-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notes (week 32) &#8211; Official with Undo Delete</title>
		<link>http://www.cubicreality.com/2011/08/14/notes-week-32-official-with-undo-delete/</link>
		<comments>http://www.cubicreality.com/2011/08/14/notes-week-32-official-with-undo-delete/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 14:55:26 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2011/08/14/notes-week-32-official-with-undo-delete/</guid>
		<description><![CDATA[Let’s see, I spend the beginning of this week in refreshing my memory about threads. For those interested, here’s a great guide to multithreading. Ideas for the new item system are slowly cooking. Can’t really rush them as it would only cause problems in the long run. Next week is short for me due to [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s see, I spend the beginning of this week in refreshing my memory about threads. For those interested, here’s a <a href="http://www.eonclash.com/Tutorials/Multithreading/MartinHarvey1.1/ToC.html"><span style="text-decoration: underline;">great guide to multithreading</span></a>. Ideas for the new item system are slowly cooking. Can’t really rush them as it would only cause problems in the long run. Next week is short for me due to other commitments so don’t know if I can finish the threading support.</p>
<p>Anyway, I managed to do some work with CE. I added <strong>Undo Delete</strong> button. Don’t remember why I did that as it wasn’t planned for this week. Oh well, it’s now done which is nice <img src='http://www.cubicreality.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Basically the button shows items from Recycle Bin. You can Restore files/folders by clicking them. The number of items shown can be changed from Advanced settings. Also there’s an option to disable the confirmation dialog.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete.png" rel="lightbox[607]" title="undo_delete"><img style="display: inline;" title="undo_delete" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete_thumb.png" alt="undo_delete" width="164" height="165" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete_menu.png" rel="lightbox[607]" title="undo_delete_menu"><img style="display: inline;" title="undo_delete_menu" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete_menu_thumb.png" alt="undo_delete_menu" width="170" height="165" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete_settings.png" rel="lightbox[607]" title="undo_delete_settings"><img style="display: inline;" title="undo_delete_settings" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/undo_delete_settings_thumb.png" alt="undo_delete_settings" width="222" height="165" /></a></p>
<p>I changed some things in Update settings. So you might see a message about “update type notifications” when you use <strong>Check For Updates</strong>. Go to <span style="text-decoration: underline;">Options-&gt;Updates</span> and choose the update types you want to be notified. If you have no update types selected, you won’t be notified at all, not even if the automatic check is enabled. When you are notified about new version, there’s now more information about the update.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/update_types_msg.png" rel="lightbox[607]" title="update_types_msg"><img style="display: inline;" title="update_types_msg" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/update_types_msg_thumb.png" alt="update_types_msg" width="181" height="140" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/update_notify_settings.png" rel="lightbox[607]" title="update_notify_settings"><img style="display: inline;" title="update_notify_settings" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/update_notify_settings_thumb.png" alt="update_notify_settings" width="189" height="140" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/new_version_notify.png" rel="lightbox[607]" title="new_version_notify"><img style="display: inline;" title="new_version_notify" src="http://cubicreality.pp.fi/images/blog/Notesweek32OfficialwithUndoDelete_FC05/new_version_notify_thumb.png" alt="new_version_notify" width="168" height="140" /></a></p>
<p>I’ll make this snapshot to be the new Official download.</p>
<p><strong><span style="text-decoration: underline;">Change Log</span></strong></p>
<ul>
<li>Added <strong>Undo Delete</strong> button.</li>
<li>Added <strong>ShowGridLines </strong>Advanced option for FileView.</li>
<li>Update notification now show more information.</li>
<li>Enter and Esc now works as expected in windows.</li>
<li>Fixed <strong>AutoSelectFirstItem </strong>issues (#418).</li>
<li>Fixed Multi Selection in Bookmark panel.</li>
<li>Usability fix to Update settings.</li>
<li>Fixed <strong>Empty Recycle Bin</strong> button refresh issue.</li>
<li>Updated Spanish translations (thanks to <strong>Javier Gutierrez</strong>)</li>
<li>Updated Chinese Simplified translation (thanks to <strong>carpodacus</strong>)</li>
<li>Updated French translation (thanks to <strong>BB</strong>)</li>
<li>Updated Slovak translation (thanks to <strong>Sepp Winkler</strong>)</li>
</ul>
<p><strong>CubicExplorer 0.95.0.1420 (SVN Snapshot)<br />
</strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.9MB)</a><br />
<a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Portable (3.3MB)</a></p>
<p><strong>CubicExplorer 0.95 (Official)<br />
</strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.95_Setup.exe">Installer (2.9MB)</a><br />
<a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.95.zip">Portable (3.3MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2011/08/14/notes-week-32-official-with-undo-delete/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

