Skip to content

Commit

Permalink
Partially update build system to meson, create proper unit tests
Browse files Browse the repository at this point in the history
GroupBot still broken

ref instead of out

Remove cmake build files

i18n

toxsession

building again finally

flatpak

removed obsolete files

remove obsolete files

flatpak update

include desktop file

refactorying, add sqlite wrapper

sqlite database advancements

Message database refactored and simplified

tests for Message Db

Rewrite contact database

Add a sqlite node database

DhtNode Database testing

Dhtnode fix, integration into toxsession

loading dht nodes over json

Groupbot

Move interface to Interfaces, refactor uint8[] keys to string keys

proper test skip, move sqlite database away from tox session

Refactoring

Refactoring sqlite interfaces to generic database interfaces

Refactoring, create factory methods for Nodedatabase etc

renamed Client to application

Settings dialog reworked, moved settings into sqlite db

remove bad code

Resource update

Fix version text

wip

Add model for contact list box

conversations, listener, userinfo

cleanup, removed outdated code, added mocking framework

Added basic uncrustify config

moved classes to subfolders, simplified builder uis

reimplemented icons as svg, moved icons and ui to proper namespace

Connected callbacks

Added run_target for uncrustify and builder simplify

modified status icons to symbolic, added basic groupchat widget

uncrustify fixes

minor progress on images

Added simple downloadswidget mockup, added dark theme option

small changes on ui files

basic gmodule example plugin - maybe replace with libpeas in the near future

added basic session restore

Add basic friend info widget, add autoscroll, add emoji button
  • Loading branch information
naxuroqa committed Feb 12, 2018
1 parent 537a59b commit 8be8c17
Show file tree
Hide file tree
Showing 239 changed files with 13,372 additions and 25,695 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ theme/CMakeFiles
theme/Makefile
theme/cmake_install.cmake
build

# GNOME Builder
.buildconfig
.flatpak-builder
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ before_script:
- sudo ldconfig > /dev/null

script:
- mkdir build
- meson build
- cd build
- cmake -DDJBDNS_DIRECTORY="../djbdns-1.05" -DENABLE_QR_ENCODE=ON -DENABLE_LIBNOTIFY=ON ..
- make -j3
- sudo make install
- ninja
- ninja test
- ninja install
86 changes: 0 additions & 86 deletions CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion ChangeLog

This file was deleted.

1 change: 0 additions & 1 deletion INSTALL

This file was deleted.

16 changes: 0 additions & 16 deletions NEWS

This file was deleted.

1 change: 0 additions & 1 deletion README

This file was deleted.

22 changes: 0 additions & 22 deletions TODO

This file was deleted.

134 changes: 0 additions & 134 deletions cmake/CPackDefines.cmake

This file was deleted.

92 changes: 0 additions & 92 deletions cmake/FindDJBDns.cmake

This file was deleted.

0 comments on commit 8be8c17

Please sign in to comment.