DarkPhoenix
|
1172e5011e
|
Merge branch 'i18n' into singularity
|
2020-10-23 19:53:36 +03:00 |
|
Alexander Maryanovsky
|
0d2ad6eac2
|
No longer recomputing all tab sizes when a single tab changes its disabled state.
|
2020-08-16 18:00:01 +03:00 |
|
Alexander Maryanovsky
|
3b2bfd01c5
|
Re-render tab when it's disabled state changes.
|
2020-08-16 17:45:34 +03:00 |
|
blitzmann
|
c0f8099f49
|
Merge branch 'master' into i18n
# Conflicts:
# staticdata/fsd_binary/typedogma.json
# staticdata/fsd_lite/evetypes.json
# staticdata/phobos/metadata.0.json
# staticdata/phobos/traits.json
|
2020-08-02 18:54:31 -04:00 |
|
Anton Vorobyov
|
bc2cdcdea7
|
Merge pull request #2249 from m-sasha/undup-tab-selection
_TabsContainer.CheckTabSelected no longer posts PageChanged event twice
|
2020-07-31 11:59:38 +03:00 |
|
Alexander Maryanovsky
|
4d8dbe74bd
|
_TabsContainer.CheckTabSelected no longer posts PageChanged event twice
|
2020-07-30 16:03:00 +03:00 |
|
Alexander Maryanovsky
|
676794baed
|
Ignore _TabRenderer.SetSize when new size is the same as old size.
|
2020-07-30 11:31:00 +03:00 |
|
blitzmann
|
9b73f1c221
|
Final conversion of _t()
|
2020-06-20 15:13:33 -04:00 |
|
blitzmann
|
413bc5d46c
|
Minor tweaks per PR review
|
2020-06-20 14:59:49 -04:00 |
|
zhaoweny
|
a05e7dbad1
|
i18n/zh_CN: add more UI translation
|
2020-06-20 17:42:52 +08:00 |
|
DarkPhoenix
|
9ddfcc894f
|
Make sure not to catch keyboard interrupts and system exits
|
2020-02-03 16:12:41 +03:00 |
|
DarkPhoenix
|
c040353f6e
|
Move some common functionality into common space of tab sizing method
|
2019-10-02 10:37:14 +03:00 |
|
DarkPhoenix
|
f23a8fa0c8
|
Adjust tab shadows to tab sizes
|
2019-10-02 10:33:11 +03:00 |
|
DarkPhoenix
|
ba93467646
|
Implement logic to have tabs of different sizes in additions pane and in fitting pane
|
2019-10-02 10:16:36 +03:00 |
|
DarkPhoenix
|
c94384acb8
|
Show amount of items hidden in additions tabs
|
2019-10-01 22:22:10 +03:00 |
|
DarkPhoenix
|
cc8def1cf5
|
Try to flicker less when redrawing lists
|
2019-08-12 15:13:51 +03:00 |
|
DarkPhoenix
|
8a3dc2f3dc
|
Rework how single frame of some auxiliary window is opened
|
2019-08-12 00:48:18 +03:00 |
|
DarkPhoenix
|
fc65cb6000
|
More windows to auxiliary frame
|
2019-08-11 15:52:51 +03:00 |
|
DarkPhoenix
|
71aa557770
|
Focus contents of various pages when user switches to their tabs
|
2019-04-24 09:02:28 +03:00 |
|
DarkPhoenix
|
91e6d89022
|
Update resource panel when addition panel tabs is selected as side-effect of context menu use
|
2019-04-23 19:18:33 +03:00 |
|
blitzmann
|
9e08783802
|
Add middle click to close fitting tab (#1804)
|
2018-11-25 15:12:12 -05:00 |
|
blitzmann
|
31c3101d6d
|
Remove redundant parenthesis
|
2018-09-16 01:11:16 -04:00 |
|
Alexander Maryanovsky
|
4e399f9bbb
|
The text drawn in chrome_tabs is now crisp on Retina screens
|
2018-09-11 14:42:37 +03:00 |
|
blitzmann
|
d4d55c026a
|
tweak font sizes
|
2018-06-12 21:29:00 -04:00 |
|
DarkPhoenix
|
408e1246c7
|
Reduce font size for chrome tabs
|
2018-05-31 14:47:38 +03:00 |
|
blitzmann
|
eeb700c75d
|
Get back into tox's good graces
|
2018-05-15 01:41:32 -04:00 |
|
blitzmann
|
390d90ac47
|
Merge branch 'issue/1434' into test-3 (#1434)
# Conflicts:
# gui/builtinViews/fittingView.py
|
2018-02-25 01:57:36 -05:00 |
|
blitzmann
|
e9289c102b
|
Fix issue in notebook tab preview (this feature hasn't been enabled for a while, but we may want to turn it back on eventually. As such, ensure that we don't run into any problems here)
|
2018-02-24 13:53:56 -05:00 |
|
blitzmann
|
2936b88c3d
|
code cleanup
|
2017-11-27 21:05:06 -05:00 |
|
blitzmann
|
f3dc3bc654
|
Fix tabs not disabling. It was primarily an issue with event propagation not being handled correctly, as well as some missing helper code in chrome_tabs
|
2017-11-24 12:22:21 -05:00 |
|
blitzmann
|
0a935cf149
|
fix gtk warnings
|
2017-11-24 02:02:09 -05:00 |
|
blitzmann
|
0f94557699
|
Use wx.AutoBufferedPaintDC instead of wx.BufferedPaintDC (helps with drawing on linux)
|
2017-11-21 00:05:52 -05:00 |
|
blitzmann
|
8cbb327659
|
Fix bug that caused race image to not appear in fitting tab
|
2017-11-12 23:58:30 -05:00 |
|
blitzmann
|
56f34873a6
|
bleh
|
2017-10-08 22:51:06 -04:00 |
|
blitzmann
|
961b389b40
|
test
|
2017-07-06 23:41:55 -04:00 |
|
Ryan Holmes
|
729c46ab00
|
Revert "Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly"
This does help prevent flickering on resizing. Need to research more before removing them
This reverts commit 8c5c7fba29.
|
2017-06-14 03:57:57 -04:00 |
|
Ryan Holmes
|
8c5c7fba29
|
Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly
|
2017-06-14 01:02:27 -04:00 |
|
Ryan Holmes
|
050f1b4add
|
Fixed some missing chrome tab stuff, as well as more conversion issues
|
2017-06-13 15:18:40 -04:00 |
|
Ryan Holmes
|
361f7fc5bb
|
misc fixes
|
2017-06-12 21:09:50 -04:00 |
|
Ryan Holmes
|
2acb3e759e
|
Touch up toggle panel
|
2017-06-12 20:42:03 -04:00 |
|
Ryan Holmes
|
9712ec4fbf
|
Fix up some stuff, migrate to cleaned up chrome tabs
|
2017-06-12 20:38:00 -04:00 |
|
Ryan Holmes
|
8e4db5a8c3
|
Do some renaming of some files
|
2017-06-12 18:08:07 -04:00 |
|