From: Eran I. <no...@so...> - 2014-01-11 19:40:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "codelite". The branch, master has been updated via f46aba13034282f7b900d1069d2cb1a1d57db7d6 (commit) from 42cd7c92b605078d0165a3eca2ec392135706295 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceforge.net/p/codelite/codelitegit/ci/f46aba13034282f7b900d1069d2cb1a1d57db7d6 commit f46aba13034282f7b900d1069d2cb1a1d57db7d6 Author: eran <eran@osx-108.local> Date: Sat Jan 11 13:39:41 2014 -0800 Git: by default hide the progress bar diff --git a/git/gitui.cpp b/git/gitui.cpp index 749baea..5090097 100644 --- a/git/gitui.cpp +++ b/git/gitui.cpp @@ -1074,6 +1074,7 @@ GitConsoleBase::GitConsoleBase(wxWindow* parent, wxWindowID id, const wxPoint& p m_dvFiles->AppendIconTextColumn(_("File View"), m_dvFiles->GetColumnCount(), wxDATAVIEW_CELL_INERT, 400, wxALIGN_LEFT); m_panelProgress = new wxPanel(m_splitterPageTreeView, wxID_ANY, wxDefaultPosition, wxSize(-1,-1), wxTAB_TRAVERSAL); + m_panelProgress->Hide(); boxSizer94->Add(m_panelProgress, 0, wxEXPAND, 5); diff --git a/git/gitui.wxcp b/git/gitui.wxcp index aede19f..86eaa3a 100644 --- a/git/gitui.wxcp +++ b/git/gitui.wxcp @@ -9303,7 +9303,7 @@ }, { "type": "bool", "m_label": "Hidden", - "m_value": false + "m_value": true }, { "type": "bool", "m_label": "Disabled", ----------------------------------------------------------------------- Summary of changes: git/gitui.cpp | 1 + git/gitui.wxcp | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- codelite |