Christopher Michael
8e2e8e62d5
express: Update READM text from OnlyHuman
1 year ago
maxerba
124bfd68b8
updating french and italian translations
3 years ago
Christopher Michael
ec9f9c9515
express: Remove static from elm_main function
3 years ago
Christopher Michael
a9fdbee77a
express: No need to check for -fvisibility=hidden twice
3 years ago
Christopher Michael
c8beecb61f
express: Change pkgconfig file to be libexpress
...
This pkgconfig file is just for the library of express...as such,
let's name it libexpress
3 years ago
Christopher Michael
524b5dcc28
express: Remove meson warnings about linker flags
...
This fixes a small issue where meson was warning about linker flags in
compiler argument support checks.
3 years ago
Christopher Michael
2257324eed
express: Add missing EINA_UNUSED
3 years ago
Christopher Michael
b84c4fd994
express: If we cannot find a channel to display a message, just use
...
Status channel
3 years ago
Christopher Michael
a7c02223db
express: Ignore ctcp version requests for now
3 years ago
Christopher Michael
ad0e689485
express: Fix using pkgdata dir
3 years ago
Christopher Michael
ba17e21d9c
express: Use malloc instead of mmap
3 years ago
Christopher Michael
a4cbdc8d4e
express: Fix meson app directory name
...
datadir should have the project name appended so that things like
elm_app_data_dir_get will retrieve the proper path
3 years ago
Christopher Michael
c9c54d2e57
express: Remove all old autofoo files
3 years ago
Christopher Michael
ebc80a3fe6
express: Fix express meson build for library dependencies
...
This should be the final patch to make Express be fully Meson-able....
NB: A Big Thank You to Vincent Torri <vincent.torri@gmail.com> for his work on
converting Express to use meson !!! :D
3 years ago
Christopher Michael
69cb069435
express: Update autogen.sh for meson
3 years ago
Christopher Michael
ec14650a36
express: Add mkstemps for meson build
3 years ago
Vincent Torri
0674d038f5
meson build system
...
Test Plan: compilation
Reviewers: raster, devilhorns
Differential Revision: https://phab.enlightenment.org/D12238
3 years ago
Christopher Michael
dd0f6e5351
express: Add configure~ to maintainer-clean list
3 years ago
Christopher Michael
5c912b17cf
express: Add missing EINA_UNUSED
3 years ago
Christopher Michael
eb936584e7
express: Fix autofoo building
...
Check for sys/mmap.h header file in configure.ac
3 years ago
Christopher Michael
b804f0680f
express: Update gitignore file
3 years ago
Vincent Torri
eefa100be4
some fixes for the meson build system
...
Test Plan: compilation
Reviewers: raster, devilhorns
Reviewed By: devilhorns
Differential Revision: https://phab.enlightenment.org/D12236
3 years ago
Christopher Michael
c9c19735b8
express: Add repositor callsign to arcconfig
3 years ago
Christopher Michael
4eea0be9d4
express: Fix arcconfig trainling comma
3 years ago
Christopher Michael
fe70146d65
express: Add arcconfig file
3 years ago
Christopher Michael
8d10ee68cf
express: Add window callback for user mode set
...
Wait for user mode set until we create channels in the window, this
way we are sure that 1) connected 2) user verified 3) we can chat in
channels....
3 years ago
Christopher Michael
367817b078
express: Delay channel creation until user has identified...
...
Also fix quit message...
3 years ago
Christopher Michael
f4f969feec
express: Fix config saving
...
So apparently the problem with express not saving it's config was due
to PEBKAC :( We should only be setting defaults (and thus nuking
Networks) if we are saving a new default config file
3 years ago
Christopher Michael
02e53a27e6
express: Increase buffer size for formatted messages
3 years ago
Christopher Michael
d970f637e4
express: Remove unused images from edc
3 years ago
Christopher Michael
aefd222111
libexpress: Add missing break statements for switch
3 years ago
Christopher Michael
e77cf7c923
express: Redo config version system
...
NB: This WILL cause your existing config to be nuked sadly :(
3 years ago
Christopher Michael
89499cd642
express: Update window when all config option windows are closed
...
This allows us to only have to redraw the window once when the user is
done with configure
3 years ago
Christopher Michael
9ecc43ccd1
express: Create channel bg opject before base object
3 years ago
Christopher Michael
6e3461f5e0
express: Don't update window on every config change
...
Changing a single letter in the Network options entry boxes would
always cause the window to update ... this is silly. Defer updating
window until config is done.
3 years ago
Christopher Michael
b55974bfb6
express: Remove dead commented out code
3 years ago
Christopher Michael
42b8d6bd78
express: Don't set focus to entries in network options
...
Now that Elementary has a fairly reliable focus chain, we should not
need to be manually setting focus to entries here
3 years ago
Christopher Michael
c3e3560039
express: Fix segfault when starting with no config
...
These defaults need to be set regardless of config version, so remove
the config version check for these.
4 years ago
Christopher Michael
c42d248006
express: Update popmedia programs to not set state on popmedia_fill part
5 years ago
Chris Michael
9797a70b60
express: Be sure we have an IP address before trying to resolv server name
...
Small patch to fix a segfault which could happen if
ecore_con_server_ip_get does not return an IP address.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
7 years ago
Daniel Juyung Seo
9e4500cb46
express: Remove invalid edje message send to rectangle.
8 years ago
Chris Michael
23ce92e319
express: Set treeview items to always selected mode
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
470dee67e9
express: Remove blank line
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
928de66e39
express: Fix crash when adding channel groups
...
This fixes an issue when having channels from more than one network
would crash when adding channel groups to the treeview
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
92eb062bc7
express: Reduce calls to treeview update
...
Summary: If we assign the network to the channel earlier in the
process, we can reduce calls to update the window treeview
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
5f1ac00a8c
express: Comment out debugging messages for user nick changes
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
6c7fde0aaa
express: Add support for receiving private messages
...
Summary: This adds preliminary support for receiving private messages.
This will automatically create a new channel view for any received
private messages (based on sender).
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
4211d3c949
express: Fix issue of adding elm_icon to improper parent
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
7e420f44ec
express: Fix adding conformant widget
...
Summary: This fixes an issue where the elm_conformant widget was not
being added to the proper evas object
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
b91eb6ff85
express: Initialize home variable to NULL
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago