Mercurial > hg > octave-nkf
annotate m4/module.mk @ 18758:6e81b59d657c gui-release
Add preference for terminal windows buffer size (bug #41474)
* QTerminal.cc (notice_settings): call new function SetScrollBufferSize with
the related value from the settings
* QTerminal.h: new purely virtual function SetScrollBufferSize
* QUnixTerminalImpl.cpp (initialize): corrections of coding style;
(setScrollBufferSize): implementation of new function;
* QUnixTerminalImpl.h: new function setScrollBufferSize;
* QWinTerminalImpl.cpp (class QConsolePrivate): new function
(QConsolePrivate::setScrollBufferSize): implementation of new function;
(QWinTerminalImpl::setScrollBufferSize): implementation of new function;
* QWinTerminalImpl.h: new function setScrollBufferSize;
* settings-dialog.cc (constructor): init spinbox with buffer size from settings;
(write_changed_settings): write value of spinbox into settings file
* settings-dialog.ui: new spinbox for terminals buffer size (terminal tab)
author | Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Thu, 06 Mar 2014 03:56:59 +0500 |
parents | 501cb6a90f0f |
children | 81078b0e39e8 |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 EXTRA_DIST += \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 m4/module.mk \ |
10951 | 3 m4/ax_blas.m4 \ |
4 m4/ax_blas_f77_func.m4 \ | |
15170
a44ff4f0a20b
Add AX_COMPARE_VERSION.m4 macro m4/ dir to make configure.ac simpler.
Rik <rik@octave.org>
parents:
10951
diff
changeset
|
5 m4/ax_compare_version.m4 \ |
18013
501cb6a90f0f
maint: Replace unnecessary tabs with spaces.
Rik <rik@octave.org>
parents:
15360
diff
changeset
|
6 m4/ax_lapack.m4 \ |
10951 | 7 m4/ax_pthread.m4 \ |
10006
061ea41a3da7
Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Rik <rdrider0-list@yahoo.com>
parents:
9794
diff
changeset
|
8 m4/gnulib-cache.m4 \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 m4/libtool.m4 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
10 m4/ltoptions.m4 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 m4/ltsugar.m4 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 m4/ltversion.m4 \ |
15360
4b82664f526b
build: Move non-Octave Autoconf pkg macros from acinclude.m4 to a separate file.
Rik <rik@octave.org>
parents:
15170
diff
changeset
|
13 m4/lt~obsolete.m4 \ |
4b82664f526b
build: Move non-Octave Autoconf pkg macros from acinclude.m4 to a separate file.
Rik <rik@octave.org>
parents:
15170
diff
changeset
|
14 m4/pkg.m4 |