Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cola-classic dockable #56

Closed
shish opened this issue Jul 7, 2010 · 2 comments
Closed

Make cola-classic dockable #56

shish opened this issue Jul 7, 2010 · 2 comments

Comments

@shish
Copy link

shish commented Jul 7, 2010

cola-classic has all the features that I want in the repository-status panel (namely, it shows unmodified files, and has all files in the same tree); having to keep switching between windows is fiddly though, and seems odd given that every other bit of the GUI is dockable

@davvid
Copy link
Member

davvid commented Jul 8, 2010

Perhaps we can guard this behind an option. The reason is that that cola-classic launches a thread for each top-level path and thus can cause quite a bit of cpu to be eaten up during startup. If we guard it behind an option then we'll have the best of both worlds.

@davvid
Copy link
Member

davvid commented Dec 28, 2010

views.mainwindow: Make the 'Cola Classic' tool dockable

This adds the ability to have a dockable 'Cola Classic' tool.
This is enabled by setting the 'cola.classicdockable' configuration. e.g.:

git config cola.classicdockable true

The default is 'false' simply because it slows the down startup time
and is especially noticable on large repositories.

Closed by 0536466

Signed-off-by: David Aguilar <davvid@gmail.com>

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants