[repo.or.cz] nomnom.git branch next updated: v0.2.0-19-gde75537
Brought to you by:
legatvs
|
From: <nom...@li...> - 2011-10-28 14:45:29
|
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 nomnom.git.
The branch, next has been updated
via de755375c57f4be78c827cc581cb9ea7a8a58b95 (commit)
via 663dd37b38c12b9d34109529bd61e30ecd4acf76 (commit)
from da248b9c73cc4295cd9f949f421547aef35e3fde (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 -----------------------------------------------------------------
http://repo.or.cz/w/nomnom.git/commit/de755375c57f4be78c827cc581cb9ea7a8a58b95
commit de755375c57f4be78c827cc581cb9ea7a8a58b95
Author: Toni Gundogdu <le...@gm...>
Date: Fri Oct 28 17:45:03 2011 +0300
Add size grips to NFeedDialog, NSettingsDialog
diff --git a/src/feed/nfeeddialog.cpp b/src/feed/nfeeddialog.cpp
index e3f534c..170c3bf 100644
--- a/src/feed/nfeeddialog.cpp
+++ b/src/feed/nfeeddialog.cpp
@@ -70,6 +70,7 @@ NFeedDialog::NFeedDialog(QWidget *parent, const QStringList& args)
setWindowTitle(tr("YouTube feed"));
setMinimumSize(QSize(500,400));
+ setSizeGripEnabled(true);
foreachWidget();
if (feedItems.count() > 0)
diff --git a/src/settings/nsettingsdialog.cpp b/src/settings/nsettingsdialog.cpp
index 68cd439..966f683 100644
--- a/src/settings/nsettingsdialog.cpp
+++ b/src/settings/nsettingsdialog.cpp
@@ -65,6 +65,7 @@ NSettingsDialog::NSettingsDialog(QWidget *parent/*=NULL*/)
setWindowTitle(tr("Settings"));
setMinimumSize(QSize(540,450));
+ setSizeGripEnabled(true);
fromConfig();
}
http://repo.or.cz/w/nomnom.git/commit/663dd37b38c12b9d34109529bd61e30ecd4acf76
commit 663dd37b38c12b9d34109529bd61e30ecd4acf76
Author: Toni Gundogdu <le...@gm...>
Date: Fri Oct 28 17:38:43 2011 +0300
Recent: resize to "Title" column contents
* Add size grip to dialog
diff --git a/src/log/nlogdialog.cpp b/src/log/nlogdialog.cpp
index 695d9ad..5e9b8ee 100644
--- a/src/log/nlogdialog.cpp
+++ b/src/log/nlogdialog.cpp
@@ -62,6 +62,7 @@ NLogDialog::NLogDialog(QWidget *parent/*=NULL*/)
setMinimumSize(QSize(500,400));
setWindowTitle(tr("Log"));
+ setSizeGripEnabled(true);
foreachWidget();
}
diff --git a/src/log/nlogdialog_recent.cpp b/src/log/nlogdialog_recent.cpp
index 6b0cb5e..6d9cea6 100644
--- a/src/log/nlogdialog_recent.cpp
+++ b/src/log/nlogdialog_recent.cpp
@@ -71,7 +71,7 @@ void NLogRecent::read()
void NLogRecent::init()
{
recent.populate(_treew);
- _treew->resizeColumnToContents(1);
+ _treew->resizeColumnToContents(0);
_treew->sortByColumn(1);
_treew->setSortingEnabled(true);
}
-----------------------------------------------------------------------
Summary of changes:
src/feed/nfeeddialog.cpp | 1 +
src/log/nlogdialog.cpp | 1 +
src/log/nlogdialog_recent.cpp | 2 +-
src/settings/nsettingsdialog.cpp | 1 +
4 files changed, 4 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin le...@gm...
if you want to unsubscribe, or site admin ad...@re... if you receive
no reply.
--
nomnom.git ("The graphical media download tool")
|