
Andromeda
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Global
* Core plugin doesn't exist anymore - Andromeda core moved to an
application itself
* Andromeda quits when last window is closed (Windows and Linux)
* Allow to hide system tray menu (#33)
* Improved shotcut editing (#50)
* Fixed mimetype in andromeda.desktop (#54)
* Added Image Viewer plugin
* Added BinEditor plugin
* Added PdfView plugin
* Added TextEditor plugin
* FileManager moved to a separate library
* Added support for network transparency to allow opening files via http
(currently works only for ImageViewer)
* Fix crash with opening in internal editor
* Update Portuguese and Russian translation.
* Add Czech translation by Pavel Fric.
* Fix bug with lost icons in Linux.
* Added Bookmarks and Filesystem dock windows.
FileManager plugin
* Add possibility to move files instead of copying ("Ctrl+Shift+V" for pasting)
* Fix calculating of drive/file size (now uses double instead of int)
* Added simple status bar
* Added "Ctrl+Down" shortcut for opening files
* Files are renamed now using QTextEdit instead of a QLineEdit
* Improved FileInfo dialog look'n'feel
* Temporarily disable open keyboard modifiers.
* Fix opening executable files in Linux.
* Fix double opening files via "enter" shortcut.
* Moved filemanager code to separate library.
* Added correct word wrapping to FileItemDelegate.
* Higly improved treeview mode performance.
* Fix file model sorting in Windows.
Hello World plugin
* Added possibility to change text via context menu:)
lionhater
8 years ago
Have downloaded the source from this page.
I have "Column view" both in "View" menu and in context menu. Everything seems right until I click a folder in the left most colum. Instead of showing the folder contens in the right column, Andromeda behaves like regular file managers: the left most column in which I click on the folder is replaced with contents of that folder; the right column remains empty.
Launching from terminal produces this:
ActionManager::command : Can't find command with id "Plugins"
ActionManager::command : Can't find command with id "Plugins"
ActionManager::command : Can't find command with id "Settings"
ActionManager::command : Can't find command with id "Settings"
PluginManagerPrivate::loadTranslations Failed to load translation file "qt_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "andromeda_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "extensionsystem_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "filemanager_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "guisystem_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "imageviewer_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "widgets_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "webviewplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "filemanagerplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "bineditorplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "bookmarksplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "texteditorplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "imageviewplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "helloworldplugin_en_GB"
PluginManagerPrivate::loadTranslations Failed to load translation file "imageviewerplugin_en_GB"
Report
ABBAPOH
8 years ago
Report
lionhater
8 years ago
Report
ABBAPOH
8 years ago
Does Icon view and Tree View open folders and files by single click?
Report
lionhater
8 years ago
Yes.
Report
lionhater
8 years ago
Report
ABBAPOH
8 years ago
Report
lionhater
8 years ago
Report
lionhater
8 years ago
Report
ABBAPOH
8 years ago
Report
lionhater
8 years ago
Wiki'll explain it better than me:
http://en.wikipedia.org/wiki/Miller_columns
Report
ABBAPOH
8 years ago
Can you provide more information what exactly doesn't working?
First, what is your OS? Did you built from source; if yes, what repository did you use (gitorious.org or github.com?), and what branch (master, i suppose?)
Next, do you have "Column view" in "View" menu or in context menu?
Provide as more info as possible.
Report
SpideyBR
8 years ago
Maybe this is a bug with Qt itself? I remember an API that returned the system's locale, IIRC it's the standard way to load translations. Is that the case with andromeda?
Report
ABBAPOH
8 years ago
For loading translations, i use same code as in Qt examples. Maybe that code is incorrect somehow (yes, it gets system locale like and tries to find most suitable translation. Here's how it searches http://qt-project.org/doc/qt-4.8/qtranslator.html#load ) I'm not sure i can do anythink without having you PC:( If you can provide a pathc, that would be great.
PS: 0.3 version is coming soon, introducing a lot of new features.
Report
SpideyBR
8 years ago
My locale settings:
$ cat /etc/env.d/02locale
LANG="en_US.UTF-8"
LC_ALL=""
LC_CTYPE="pt_BR.UTF-8"
LC_NUMERIC="pt_BR.UTF-8"
LC_TIME="pt_BR.UTF-8"
LC_COLLATE="pt_BR.UTF-8"
LC_MONETARY="pt_BR.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="pt_BR.UTF-8"
LC_NAME="pt_BR.UTF-8"
LC_ADDRESS="pt_BR.UTF-8"
LC_TELEPHONE="pt_BR.UTF-8"
LC_MEASUREMENT="pt_BR.UTF-8"
LC_IDENTIFICATION="pt_BR.UTF-8"
It's confusing, but I prefer running my system in english, with Brazilian units and numbers.
Report
ABBAPOH
8 years ago
QLocale checks variables in following order - LC_ALL, LC_NUMERIC, LANG.
Report
ABBAPOH
8 years ago
Report
apjena
8 years ago
Report
lionhater
8 years ago
2. Tray icon seems useless and not being able to quit by just clicking the close button is annoying.
3. "Open with..." command populated with the relevant apps would be much convenient. Or PCManFM's implementation.
4. Info view having an option "To always open with..."
5. Actions-root actions. PCManFM's simple implementation would do.
Report
ABBAPOH
8 years ago
2) Why you need to quit file manager? It should be permanently placed in memory. I can add setting to quit when last window is closed or not, but anyway there should be 1 copy of a program in memory - this gives very big speedup when opening new windows (program should not load dependent libs). Also much less memory is used (file icon cache is a big thing)
3-4) Working on it
5) ok, i'll take a look
Report
lionhater
8 years ago
On another note, for SSD health, how to turn off its disk caching as web browser and store cache in memory.
Report
ABBAPOH
8 years ago
Report
ABBAPOH
8 years ago
Report
ABBAPOH
8 years ago
Report
Ariya2
9 years ago
andromeda-andromeda/build$ cmake ..
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:1726 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
I am using Ubuntu base.
Thank you for help!
Report