Giter VIP home page Giter VIP logo

python-windows-tiler's People

Watchers

 avatar

Forkers

pombreda

python-windows-tiler's Issues

Multi-monitor switching desktop XP

What steps will reproduce the problem?
1. Tile windows on both monitors
2. Switch to another desktop
3. Switch back

What is the expected output? What do you see instead?

Expected: windows remain tiled on both desktops
Issue: windows get scrambled on one monitor



Original issue reported on code.google.com by [email protected] on 5 Feb 2012 at 10:58

Taskbar allows default-window borders

What steps will reproduce the problem?
1. Click on the taskbar
2. press Ctrl+Shft+D

What is the expected output? What do you see instead?
Expected: nothing, Instead: the taskbar changes shape to accommodate an 
invisible windows border, making it somewhat unusable until I press Ctrl+Shft+D 
again.

What version of the product are you using? On what operating system?
Latest

Original issue reported on code.google.com by TheDekel on 13 Oct 2011 at 1:16

Incompatibility with Console windows

What steps will reproduce the problem?
1. Run Console2

What is the expected output? What do you see instead?
- The cmd.exe window is not hidden, but tiled
- The Console window is not tiled, but floating

Please provide any additional information below.

Console2 ( http://sourceforge.net/projects/console/ ) is the equivalent of a 
terminal emulator for Windows: a decent graphical interface for the command 
prompt.

Console2 works by hiding the standard cmd.exe console and redirecting input and 
output to a resizable, configurable and tabbed window.

Original issue reported on code.google.com by dreadnaut on 23 Jan 2012 at 1:06

hiding the window decorations causes that all tabs in google chrome are invisible too

What steps will reproduce the problem?
1. starting pwt and chrome
2. alt+space

What version of the product are you using? On what operating system?
Windows 7 64bit Home Premium
PWT64 V0.8

Please provide any additional information below.
hiding the decorations dont free extra place in chrome. maybe its possible 
simply deactivating the feature for the chrome window.

Original issue reported on code.google.com by [email protected] on 5 Jul 2011 at 12:22

cx_Freeze: Python error in main script

I don't believe this is easy to reproduce, so I'll just describe what I was 
doing:
1. Install PWT 3.2 on windows XP.
2. Open windows on few tilers. Run for days.
3. Clean all tiler except one.
4. Start switching tilers in random order.
5. A error message appears (attached), PWT exits.

The error log only shows errors that happened two days ago:

2011-08-29 10:43:04,890 - INFO - START controller
2011-08-29 11:26:10,671 - INFO - START controller
2011-08-29 13:45:42,358 - ERROR - Error while placing window
Traceback (most recent call last):
  File "E:\Python\PythonWindowsTilerV0.2\pwt\window.py", line 159, in position
pywintypes.error: (1400, 'GetWindowPlacement', 'Invalid window handle.')

Original issue reported on code.google.com by [email protected] on 1 Sep 2011 at 4:12

Attachments:

[request] Add "don't tile" tiling layout

I have some programs that don't tile properly, or that I want to keep at 
certain dimensions. I'd like to put them all in a workspace, and mark that 
workspace as "don't tile", so that I can move and resize anything in it 
manually (mousally?).

Original issue reported on code.google.com by dreadnaut on 20 Jan 2012 at 7:39

Visual Studio 2010 Floating Pane (Dockable WPF Window) Visible in Each Group

First off: Thanks for the one no-nonsense usable TWM for Windows!

What steps will reproduce the problem?
1. Drag pane out of VS2010 to be 'floating' (to display on second screen)

What is the expected output? What do you see instead?
Pane should be visible in the group that VS is in. Instead, it is shown in each 
group. Also it does not seem to be handled by the tiling mechanisms at all, as 
if it were no window (well, I guess technically it is not a 'normal' window at 
all).

What version of the product are you using? On what operating system?
Using current PWT on Win XP.

Please provide any additional information below.
I'm a developer, so I will gladly check out any technical parameters of the 
'offending' pane, if that helps.

Original issue reported on code.google.com by [email protected] on 30 Oct 2012 at 9:35

cx_Freeze: Python error in main script

What steps will reproduce the problem?
1. Leave computer alone for some time, or
2. Computer has 'a lot to do' (CPU load, file system access)
3.

What is the expected output? What do you see instead?
The following error message box appears: 

---------------------------
cx_Freeze: Python error in main script
---------------------------
Traceback (most recent call last):
  File "c:\Python32_32\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 27, in <module>
  File "pwt.py", line 27, in <module>
  File "E:\Python\PWT\src\pwt\controller.py", line 109, in start
  File "E:\Python\PWT\src\pwt\controller.py", line 291, in cmd_switch_to_group_5
  File "E:\Python\PWT\src\pwt\controller.py", line 188, in switch_group
  File "E:\Python\PWT\src\pwt\notifyicon.py", line 82, in draw_icon
pywintypes.error: (1460, 'Shell_NotifyIcon', 'This operation returned because 
the timeout period expired.')

---------------------------
OK   
---------------------------

After acknowledging the message box, the PWT process stops.

What version of the product are you using? On what operating system?
Latest version on Win XP.


Original issue reported on code.google.com by [email protected] on 6 Nov 2012 at 7:51

Chrome multiple windows on multiple monitors sizing issue

I've just been playing around with the program for about an hour now (great 
job, by the way, after using xmonad on linux I was getting really frustrated at 
Windows until I found this program), and the only issue I can find is that 
whenever I have an instance of chrome running and i try to open a new one the 
window's size is slightly larger than the screen which causes some issues.

What steps will reproduce the problem?
1. Have multiple displays connected
2. Start Chrome
3. Start another chrome window (ctrl+N, middle click on chrome icon, etc.)

What is the expected output? What do you see instead?
I expected chrome to nicely fit within the automatically generated grid, 
however, the new chrome window slightly extends to the second monitor and any 
attempt to modify this (either using ctrl+shft+H/L, or by manual resize) will 
cause the window to erratically increase it's size further. At some point, the 
cursor may enter the second screen when I ctrl+J/K into it, causing me to lose 
focus of the main screen's windows unless i use ctrl+U/I. 

What version of the product are you using? On what operating system?
Latest Version (as of October 8th) and up-to-date Windows 7, 64bit.

Please provide any additional information below.
I'm a CS student at Georgia Tech, and quite familiar with Python, so I will 
probably take a look at the source code soon and see if I learn more 
(especially to solve this feature and perhaps add functionality), currently the 
only thing stopping me is a lack of the free time necessary for this. As soon 
as I'm available, I look forward to seeing how this programs ends up.

Original issue reported on code.google.com by TheDekel on 8 Oct 2011 at 9:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.