Tomatix
05afe2c9e4
Show activity as color codes on window buttons
5 years ago
Tomatix
4df8ff5f51
Button highlight support
5 years ago
Tomatix
dde7a4eeac
Fix nickname changing, take correct actions
5 years ago
Tomatix
f17de03cbd
Make the buttonbar use QToolButton.
...
Set up the buttonbar to behave nicely when changing which edge to dock against.
Remember the docking position in config.
Started implementation of button highlight on activity.
5 years ago
Tomatix
173bb48c6a
Removed dangling reference
5 years ago
Tomatix
ab382978f7
Show connection info on Status window titlebar and button.
5 years ago
Tomatix
9b530deaea
Store main window geometry upon exit.
5 years ago
Tomatix
d90fef2cd5
Show numeric messages related to channels or privates in their respective windows (if they exist).
5 years ago
Tomatix
bc2d0b49c7
Show topic and modes in channel window. Show topic, modes, creation date in message window.
5 years ago
Tomatix
eb6e138e88
Merge branch 'master' of https://git.idealirc.org/idealirc/idealirc
5 years ago
Tomatix
526f1f46a8
TAB autocomplete
5 years ago
Tomatix
b07af50737
Merge pull request 'Subwindow icons' ( #55 ) from subwin_icons into master
...
Reviewed-on: #55
5 years ago
Tomatix
a55e092069
Subwindow icons
5 years ago
Tomatix
4f972522e0
Merge pull request 'Added coloring and targeting options for /echo' ( #54 ) from script_new_echo_options into master
...
Reviewed-on: #54
5 years ago
Tomatix
9616af08ce
Added coloring and targeting options for /echo
5 years ago
Tomatix
9510ab1638
Merge pull request 'Rewrote how to parse incoming messages from the server, which crashed on Windows.' ( #53 ) from ircclient_crash_no_received_args into master
...
Reviewed-on: #53
5 years ago
Tomatix
00e12472fd
Rewrote how to parse incoming messages from the server, which crashed on Windows.
5 years ago
daniel_j
030a991b01
Merge pull request 'New script functions: subwintype() and subwinname()' ( #52 ) from script_wintype_winname into master
...
Reviewed-on: #52
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
8bde1eee8c
Added error message for script functions subwintype() and subwinname() regarding parameter count (they take no parameters).
5 years ago
Tomatix
c2ca24c5ff
Fixed error message for script function unixts() if it's given wrong parameter count
5 years ago
Tomatix
ba9d175840
Fixed wrong checking of parameter count for script function context(), it should take no parameters.
5 years ago
daniel_j
a232f50d62
Merge pull request 'Various Windows fixes' ( #50 ) from windows_fixes_2 into master
...
Reviewed-on: #50
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
8574a86fb8
New script functions: subwintype() and subwinname()
5 years ago
Tomatix
12780b21dc
Added CMake property that hides the Windows Command Prompt
5 years ago
Tomatix
836589edf6
Fixed so that the 'Disconnect' button in the options dialog is not visible at first time start
5 years ago
Tomatix
f4dbb78dbc
Fixed wrong use of temporary that may cause member privilege prefixes to not be shown
5 years ago
Tomatix
46749ea90f
Fixed wrong position to catch channel name in 'ENDOFNAMES' reply
5 years ago
Tomatix
2adf7a2f86
Removed circular shared_ptr reference between IRCMember and IRCChannel (mem leak)
5 years ago
daniel_j
930e5de45c
Merge pull request 'Fix crash when trying to send data to a disconnected socket. Readme updates.' ( #41 ) from more_fixups into master
...
Reviewed-on: #41
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
daniel_j
e4dc9f7ef9
Merge pull request 'InnoSetup script' ( #42 ) from innosetup into master
...
Reviewed-on: #42
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
58cc43218c
Fixed so that first time startup correctly sets up the per-user config directory and copying of config skeleton
5 years ago
Tomatix
1e29cb245e
InnoSetup script
5 years ago
Tomatix
b08decc1c1
Fixed wrong use of custom CMake options
5 years ago
Tomatix
1ed47cc83c
README updates
5 years ago
Tomatix
a14c0eb31c
Ignore sending to IRC socket via calls command() raw() and ctcp() if the socket is disconnected.
5 years ago
daniel_j
da09127756
Merge pull request 'Adaptations for compiling under Windows using MSVC' ( #36 ) from windows_fixes into master
...
Reviewed-on: #36
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
8a0d8024de
Adaptations for compiling under Windows using MSVC
5 years ago
daniel_j
228102575e
Merge pull request 'Display a 'not connected' warning if trying to send a message but not (yet) connected.' ( #34 ) from chat_not_connected into master
...
Reviewed-on: https://git.idealirc.org:3000/idealirc/idealirc/pulls/34
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
daniel_j
2d1c456271
Merge pull request 'Fixed proper coloring for various message types' ( #35 ) from colored_messages into master
...
Reviewed-on: https://git.idealirc.org:3000/idealirc/idealirc/pulls/35
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
64e4b6504c
Updated config_h_warning to reflect CMake
5 years ago
Tomatix
658dbcf559
Fixed proper coloring for various message types
5 years ago
Tomatix
450acf9ff1
Display a 'not connected' warning if trying to send a message but not (yet) connected.
5 years ago
Tomatix
1207e20a3e
Merge pull request 'Added config option for 'manual keepalive'' ( #31 ) from manual_keepalive into master
...
Reviewed-on: #31
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
3e511fefb1
Merge pull request 'Show which SSL errors were ignored.' ( #30 ) from show_ssl_exceptions into master
...
Reviewed-on: #30
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
daniel_j
c0906cced1
Merge pull request 'Updated README' ( #32 ) from readme_rewrite into master
...
Reviewed-on: #32
Reviewed-by: daniel_j <daniel@danieljon.es>
5 years ago
Tomatix
5c21925fb2
Updated README
5 years ago
Tomatix
35a29a06f2
Added config option for 'manual keepalive'
5 years ago
Tomatix
7566d261c8
Show which SSL errors were ignored.
5 years ago
daniel_j
320241840a
Merge pull request 'Various fixes' ( #23 ) from various_fixes into master
...
Reviewed-on: http://git.idealirc.org:3000/idealirc/idealirc/pulls/23
5 years ago
Tomatix
77f952e4fb
Fixed nickname list not updating by MODE messages
5 years ago