Skip to content

Commit

Permalink
Background mode (#32)
Browse files Browse the repository at this point in the history
* Updated platform toolset version to v141_xp.
* Added comments related to old platform toolset. Need to delete them after testing on XP.
* Added gmock, updated gtest libs.

* Implemented and wrote a test for background mode functionality.
* Implemented of #27 (Open by default in the taskbar notification area);
* Added "Type here to search files" watermark to the main search field.

* Fixed bug with viewport incorrect size set for zero records;
* Other minor fixes (renaming, removing commented out code for debugging, etc.)

* Fixed hanging of the installer due to task rewrite dialog;
* Added removal from the registry for older versions during installation;
* Updated EULA and LICENSE files.
* Updated installerPickingUpScript to use the new signature procedure.
  • Loading branch information
dfs-minded authored Mar 28, 2018
1 parent 75906eb commit 805a72b
Show file tree
Hide file tree
Showing 90 changed files with 20,349 additions and 639 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Release
*/bin/x86/Release/*

/packages/Hardcodet.NotifyIcon.Wpf.1.0.5
/.vs/Indexer/*
/.vs/*

/Installer/IndexerLogo.ico
/Installer/UserSettings.xml
Expand Down
Binary file added 3dParty/gmock/gmock.lib
Binary file not shown.
Binary file added 3dParty/gmock/gmockd.lib
Binary file not shown.
Loading

0 comments on commit 805a72b

Please sign in to comment.