Florian Bruhin
|
df6c1fd26d
|
Remove ignore_next
|
2014-03-21 20:02:17 +01:00 |
|
Florian Bruhin
|
fa6f464e23
|
Refactor completion model changing
|
2014-03-21 20:01:13 +01:00 |
|
Florian Bruhin
|
a643bcd617
|
Store complete model correctly
|
2014-03-21 19:19:55 +01:00 |
|
Florian Bruhin
|
ed4f168779
|
Attempt to use separate QSFPMs
|
2014-03-21 17:00:20 +01:00 |
|
Florian Bruhin
|
df26d4ad91
|
Completion pattern update
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
ecf405c7af
|
Set source model properly
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
e33b87f713
|
sourcemodel and logging updates
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
bd4dba1ed3
|
Broken setting completion
|
2014-03-10 00:39:15 +01:00 |
|
Florian Bruhin
|
4e78775d3c
|
Fix checks
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
98d15de460
|
Fix style issues
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
f079d6bf3b
|
More config update/adoption
|
2014-03-10 00:39:14 +01:00 |
|
Florian Bruhin
|
6f093d33c1
|
Fix paste command
|
2014-03-04 16:52:56 +01:00 |
|
Florian Bruhin
|
9ee4e93e0a
|
Split browser.py into smaller files
|
2014-03-03 21:35:13 +01:00 |
|
Florian Bruhin
|
98fb1a0250
|
Remove unused imports
|
2014-03-03 21:24:33 +01:00 |
|
Florian Bruhin
|
97ae3adb4a
|
Working towards using getattr instead
|
2014-03-03 18:47:42 +01:00 |
|
Florian Bruhin
|
032ccb8b43
|
Try some broken component register foo
|
2014-03-03 17:56:53 +01:00 |
|
Florian Bruhin
|
b22b19d881
|
Start using (broken) decorators
|
2014-03-03 06:09:23 +01:00 |
|
Florian Bruhin
|
66852aa736
|
Add FIXME for CompletionItemDelegate
|
2014-02-26 21:54:24 +01:00 |
|
Florian Bruhin
|
a9a4b2ac92
|
Add profile.py
|
2014-02-26 21:18:53 +01:00 |
|
Florian Bruhin
|
4925d25c36
|
Remove wrong 'cur.' for BrowserTab
|
2014-02-24 17:37:48 +01:00 |
|
Florian Bruhin
|
76a627bb10
|
Move style related stuff to config.style
|
2014-02-23 18:15:08 +01:00 |
|
Florian Bruhin
|
3b648a4c0d
|
Move config to config subfolder
|
2014-02-23 18:14:40 +01:00 |
|
Florian Bruhin
|
b59f0e9a34
|
Rename types.py to usertypes.py
|
2014-02-23 16:30:07 +01:00 |
|
Florian Bruhin
|
5f78b96cb1
|
Move cur_* methods for TabbedBrowser to CurCommandDispatcher class
|
2014-02-21 22:00:41 +01:00 |
|
Florian Bruhin
|
e47d13d725
|
Fix initial tab opening
|
2014-02-21 20:06:42 +01:00 |
|
Florian Bruhin
|
38ef8fe8c7
|
First attempt at proper AboutSchemeHandler
|
2014-02-20 23:08:27 +01:00 |
|
Florian Bruhin
|
ec1951c56c
|
Move abouthandler to network subpackage
|
2014-02-20 22:26:25 +01:00 |
|
Florian Bruhin
|
65ae1882f0
|
Move NetworkManager to own file
|
2014-02-20 22:26:25 +01:00 |
|
Florian Bruhin
|
82f7e46459
|
Use NeighborList for history in statusbar.
|
2014-02-20 20:47:26 +01:00 |
|
Florian Bruhin
|
cf2133bb96
|
Add zoomin/zoomout commands.
|
2014-02-20 19:55:35 +01:00 |
|
Florian Bruhin
|
dc179a65bb
|
Add temp_message signal to BrowserTab
|
2014-02-20 19:55:35 +01:00 |
|
Florian Bruhin
|
ab8fef3cdb
|
Add new NeighborList datatype
|
2014-02-20 19:55:35 +01:00 |
|
Florian Bruhin
|
561a7e1cdd
|
Add workaround to keystring so it gets cleared properly.
|
2014-02-19 23:08:38 +01:00 |
|
Florian Bruhin
|
1c921a77f6
|
Set scroll percentage to 0 in __init__
|
2014-02-19 16:25:15 +01:00 |
|
Florian Bruhin
|
21cf1cc700
|
Remove unnecessary lambda
|
2014-02-19 15:57:13 +01:00 |
|
Florian Bruhin
|
3a140b9a1c
|
Split text to normal/error/tmp again, show text.
This splits the text shown in the statusbar into normal/error/temporary
text again, and shows the text when idle instead of the command.
|
2014-02-19 15:40:43 +01:00 |
|
Florian Bruhin
|
c2e3039702
|
Only hide temporary error message on non-modifiers
|
2014-02-19 14:57:31 +01:00 |
|
Florian Bruhin
|
cb47ae1b43
|
Fix pyqtSlot() decorations.
|
2014-02-19 14:57:16 +01:00 |
|
Florian Bruhin
|
b03932400f
|
Simplify displaying text a lot.
This now only has one category of text, and displays it in a
QStackedWidget with the Command.
|
2014-02-19 14:44:40 +01:00 |
|
Florian Bruhin
|
ab87c8e8b9
|
Clear temporary text on keypress.
|
2014-02-19 14:44:38 +01:00 |
|
Florian Bruhin
|
c57e78b765
|
Display temporary messages in statusbar.
For some odd reason, old messages still don't get cleared properly.
|
2014-02-19 14:44:37 +01:00 |
|
Florian Bruhin
|
4b91915090
|
Bugfix: initialize _url_stack for Browser properly.
|
2014-02-19 14:44:00 +01:00 |
|
Florian Bruhin
|
93065188a7
|
All-caps constants
|
2014-02-19 11:11:19 +01:00 |
|
Florian Bruhin
|
9a990d56d9
|
Nicer docstrings
|
2014-02-19 10:58:32 +01:00 |
|
Florian Bruhin
|
581f88fcce
|
Avoid pylint maybe-no-member warnings for ConfigParser.
|
2014-02-18 19:32:00 +01:00 |
|
Florian Bruhin
|
6d709d9fd8
|
Allow completion widget height to be configured in %
|
2014-02-18 19:05:56 +01:00 |
|
Florian Bruhin
|
9318558eb6
|
Make completion height configurable
|
2014-02-18 18:42:43 +01:00 |
|
Florian Bruhin
|
9568be3d2a
|
Use default geometry if no geometry was saved.
|
2014-02-18 18:38:48 +01:00 |
|
Florian Bruhin
|
96747c9d58
|
Reordering in widget submodules
|
2014-02-18 18:32:07 +01:00 |
|
Florian Bruhin
|
034f85b1d4
|
Use property for CompletionFilterModel.srcmodel
|
2014-02-18 17:57:58 +01:00 |
|